html {
	padding: 0; 
	margin: 0;
	text-align:center;
} 

body{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-color:#dedede;
}

h1  { 
	color: #0061A5;
	text-align: left;
	font-weight:bold;
	font-size: 135%;
	line-height: 95%;
	font-family: "Arial", sans-serif;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:1.25em 
}

h3 {
	font-size:140%;
	margin-bottom:1em;
	margin-top:0; 
	font-family: "Arial", sans-serif;
}

h4 {
	margin-top:1em;
	margin-bottom:.25em;
}

h6	{
	text-align: center;
}
	
p	{
	margin-top: 0px; 
	margin-bottom: 1em;
}

ul {
	margin: 0;
	margin-left:1.5em;
	padding: 0;
	}

li {
	line-height:110%;
	margin-bottom: .5em;
}

ul ul {
	margin: 1em;
}

ul ul li {
	list-style: none;
	margin-left:-1em;
	}

	
.mail {
	background: url('images/mail.png') no-repeat bottom right;
	}
		
.style1 {
	font-size: 10px
}

.style2 {
	font-size: 14px;
	color: #FFFFFF;
}

.style4 {
	font-size: 8pt; 
	font-style:italic;
}

.style5 {
	color: #0061A5
}

.style6 {
	color: #0061A5
}


.style7 {
	font-family: Arial;
	font-size: 12px;  
	border-width: 1pt; 
	border-style:solid;
	border-color:#ccc;
}

/* TOP NAVIGATION
******************************************************************/

.menu {
	position:relative;
	width:775px;
	height:40px; 
	line-height:100%;
	margin:0;
	padding:0;
	background-image:url('images/bg_menu.gif'); 
	background-repeat:repeat-x;
}

#navlist {
	position:absolute;
	right:0;
	top:6px;
	line-height:100%;
	margin:0;
	padding:0;
}

#navlist li { 
	margin:0;
	padding-left:.75em;
	padding-right:.75em;
	border-left: 1px solid #ddd;
	display: inline; 
}

#navlist li a:link, #navlist li a:visited, #navlist li a:active {
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	color: #FFFFFF;
	margin:0;
	padding: 0px 7px;
	margin:0;
}

#navlist li a:hover{
	font-weight: bold;
	color: #FFFF00;
	font-size: 10pt;
	margin:0;
}
	
/* LEFT NAVIGATION
******************************************************************/

#leftmenu {
	text-align:left;
	margin:0;
	padding:0;
}

#leftmenu li {
	width:122px;
	height:18px;
	margin:2px 0px;
	padding:3px 5px 3px 5px;
	background-image:url('images/bg_sidenav2.jpg');
	background-repeat:no-repeat;
	list-style-type:none
}

#leftmenu li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
	color: #dedede;
}

#leftmenu li a:hover {
	color: #ffffff;
}
/* BOTTOM NAVIGATION
*****************************************************************/
#bottomlinks li { 
	color: #00f;
	font-size: 70%;
	display: inline; 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	margin: 0 0; 
}

#bottomlinks li a{
	color: #00f;
	text-decoration: none;
	border-left: 1px solid #999; 
	padding: 0px 6px;
}

#bottomlinks li a:hover{
	color: #00f;
	text-decoration:underline;
}

/* WIDGETS
*****************************************************************/

.disclaimer {
	font-size:60%;
}

.clearb {
	clear:both;
}

.fleft {
	float: left; 
	border: none;
	margin-bottom:0;
	padding-right:1em;
}

.tagline {
	margin-top:45px;
	color:#32497B;
	float:right;
	font-size: 105%;
}

.hrule {
	padding:0;
	margin:0 0 10px 0;
	color:#5C99DC;
	background-color:#5C99DC;
	height: 5px;
}
.sig {
	text-align: right;
	font-style: italic;
}

.def {
	border-left-width:1px; border-right-width:1px; border-top-width:1px; border-bottom-style:dotted; border-bottom-width:1px
}

.contact {
	width:30%;
	text-align:left;
	float:right;
}

/* GO TO TOP ELEMENTS
**************************************************************/

.top {
	clear:both;
	margin-bottom:1em;
	text-align:right;
	/* color:#aaaaaa; */
	font-size:100%;
}
/* 
.top a {
	clear:both;
	text-align:right;
	color:#aaaaaa;
	font-size:100%;
	text-decoration:none;
}

.top a:hover{
	clear:both;
	text-align:right;
	color:#555555;
	font-size:100%;
	text-decoration:none;
} */

/* LAYOUT ELEMENTS
********************************************************************/
#wrapper {
	width: 775px; 
	margin:0 auto;
	/* border:1px solid #000; */ 
	padding-bottom: 0;
	text-align: center;
	background-color:#fff;
	}   
				
#header {
	width: 775px; 
	height: 88px;
	text-align: left;
	background-position: 0 0px; 
	background-image:url('images/n_banner.jpg'); 
	background-repeat:no-repeat;
	background-color:#fff; 
}  

#main {		
	/* float:right; */
	/* border:1px solid #000; */
	text-align: justify;
	margin: 0;
	padding:0;
	width:775px;
}

#maincontent {	
	/* border: 1px solid red; */
	text-align: left;
	margin-top:0; margin-left:0; margin-right:10px; margin-bottom:1em;

}

#column1{
	width:150px;
	float:left;
	height:290px;
	margin-right:20px;
	margin-left:6px;
	padding:0
}

#column2{
	margin-bottom:10px;
	padding: 0;
	width:580px;
	float:left;
}

#content {
	margin-top:.1em;
	width:410px;
	float:left;
}

#content p {
	line-height: 110%;
}
	
#column3{
	font-size:90%;
	float:left;
	text-align:left;
	width:150px;
	margin:2em auto;
	padding:.5em;
	background-color:#EEEEEE;
}

/*
#footer_img {
	clear:both;
	width: 100%;
	height: 230px;
	margin:15px 0 0 0;
	background-image:url('images/chemist2.jpg');
	background-position: 100% 100%; 
	background-repeat:no-repeat;
)
*/

#footer {
	width: 100%;
	text-align: center;
	clear:both;
	margin:10px 0 0 0;
	padding-top: 147px;
	padding-bottom:5px;
	font-size: 80%;
	color:#000;
	background-image:url('images/chemist2.jpg');
	background-position: top right; 
	background-repeat:no-repeat; 
}

*html #footer {
	padding-top: 140px;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}
