/* main template formatting */

body{
	background-image:url(images/background1.GIF);
    background-repeat:repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

#sidebar{
	display: none;
	top: 114px; left: 25px; width: 112px;
	}
		
#toplogo {
   display:none; /*images must be set to block in order use auto margins*/
   margin:0 auto; /*centers images in most browsers*/
   text-align:center; /*centers images in older browsers*/
   }
#printlogo {
   display:block;
   margin:0 auto;
   text-align:left;
   }
      
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
	   	
/* 	top: 10px; width: 458px; height: 131px; */

/* text fonts */

	
h2	{
	font-size: 32px;
	font-style: italic;
	font-weight: bolder;
	}

h3 {
	font-family: h3;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	}
	
h4 {
	font-size: 100%;
	font-weight: bold;
	}

.subtitle {
	font-size: 16px; font-weight: bold;
	}

#boxheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#boxtext {
	font-size: 14px;
	font-family: Arial;
	}

#read {
	font-size: 10px;
	}

#footer {
	position: block; bottom: 10%;
	color: #DC9000;
	font-family: Arial, courier, serif; font-size: 11px; font-weight: bolder;
	text-align: center;
	}
.subtitleauthor {
	font-weight: bold;
}
.subtitlejournal {
	font-style: italic;
	font-weight: bold;
}
.storange {
	font-weight: bold;

}
.product {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.imgcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.imgsubcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
