/* General layout */

body {
	margin: 0;
	color: #000; 
	background: #039;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #AEADAD;
	scrollbar-highlight-color: #AEADAD;
	scrollbar-3dlight-color: #AEADAD;
	scrollbar-darkshadow-color: #AEADAD;
	scrollbar-track-color: #F0EFEF;
	scrollbar-arrow-color: #003399;}

#circleimages {
	position:absolute; 
	top:0px; 
	left:599px; 
	width:168px; 
	height:146px; 
	z-index:50;
	}
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 767px;
	}	

#pagewrapper {
	margin: 0 auto;
	padding: 0;
	width: 96%; 
	background: transparent;
	}
	
#white {
	margin: 0;
	padding: 0;
	background: #fff;
	}		
	
#homebanner {
	margin: 0 auto;
	padding: 0;
	height: 102px;
	}

#menubar {
	margin: 0 auto;
	padding: 0;
	height:35px;
	background: transparent url(../images/menu_bg.gif) no-repeat; 
	}

#menubar2 {
	margin: 0 auto;
	padding: 0;
	height:35px;
	background: transparent url(../images/menu_bg.gif) right no-repeat; 
	}	
	
#menuen {
	margin: 0 auto;
	padding: 8px 0 0 0; 
	text-align: left;
	visibility: visible;
	}
	
#menufr {
	margin: 0 auto;
	padding: 8px 0 0 0; 
	text-align: left;
	visibility: visible;
	}	

#flashlayer {
	margin: 0 auto;
	padding: 0;
	width:767px;
	height:193px;
	}

#menubelow {
	margin: 0 auto;
	padding: 0;
	height:9px;
	}

#bottomaddress {
	margin: 0 auto;
	padding: 0;
	height:106px;
	background: #fff;
	text-align: center;
	}

#homecontent {
	margin: 0 auto;
	padding: 0 30px;
	color: #039;
	background: #fff url(../images/address1.gif) bottom right no-repeat;
	}

#content {
	color: #000;
	margin: 0;
	padding: 0 20px;
	background:#fff;
	}
	
#links {
	margin: 2px auto;
	padding: 0;
	background: transparent;
	text-align: center;
	/*width: 767px;*/
	}
	
#links a {
	font-size:9px;
	}
	
#rightfloater {
	height:35px; 
	background: transparent;
	}			


/* Typography rules */

h2, h3, h4, h5, h6	{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 2px;
	letter-spacing: 1px;
	}

 p, td, li, ul, ol {
 font-family: verdana, lucida, arial, helvetica, sans-serif;
 	}

h1	/* for print only */
	{display: none;}
	
#homecontent h2 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}	
	
#content h2	{
	margin-top: 0;
	font-size: 18px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size: 18px;       
	}

html>#content h2	{
	font-size: large;  
	} 	
	
h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	}	

#contenthome h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	font-style: oblique;
	text-align: center;
	}	

#content h3 {
	color: #3882a7;
	background: transparent;
	margin-top: 1em; 
  font-size: 16px;     
  }
	
html>#content h3 	{
	font-size: medium;  
	} 
	
h4	{
	font-size: 14px; 
	}

html>h4 {
	font-size:  medium;  
	} 		

p	{
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
#homecontent div, #homecontent p {
	font-size: 12px;	
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 1em;
	}	
	
#content, #content div, #content p, #content th, #content td, #content li, #content dd, #content dt	 {
	 font-size: 14px; 
  line-height: 140%;
	margin-top: 0;
	margin-bottom: 1em;
	}

html>#content, html>#content div, html>#content p, html>#content th, html>#content td, html>#content li, html>#content dd, html>#content dt {
  font-size: small;
	}
	
	
/* Linkology rules */
#kidslayer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align:center;
	margin: 8px auto 0 auto;
  padding: 4px 0;
  }

#kidslayer a:link, #kidslayer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0c9;
	text-decoration: none;
	}
	
#kidslayer a:hover {
	color: #CC7512;
	text-decoration: underline;
	}
	
#links a:link, #links a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 6px 0 0 0;
	padding: 4px 0;
	color: #ccc;
	background: transparent;
	text-decoration: none;
	line-height: 145%;
	}	
	
#links a:hover {
	color: #f60;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	}	
				