/* CSS Document */
html 					{ height: 100%; max-height: 100%; overflow: hidden; padding: 0px; margin: 0px; border: 0px;}


body  				{  	
      					font-size: 12px;  
      					margin: 0px; 
  	 						padding: 0px; 
  	 						font-family: geneva, verdana, times, helvetica, sans-serif;
      					color: #000000;  
      					font-weight: normal;   
      					overflow: hidden;   
      					background-color: #FFF;	
      					scrollbar-base-color:#FFF;
        			    scrollbar-3dlight-color:#d0d0d0;
       					scrollbar-arrow-color:#FFF; 
       					scrollbar-darkshadow-color:#bdbdbd; 
       					scrollbar-face-color:#009394;
       					scrollbar-highlight-color:#FFF; 
       					scrollbar-shadow-color:#FFF;
       					scrollbar-track-color:#ececec;	
      				}

      	          
.sitebody  				{ width: 100%; height: 100%; max-height:100%; border: 0px; }


									
#page							{ position: absolute; top: 0px; left: 0px;	margin: 0px auto;	height: 100%; width: 100%; text-align: center; border: 0px;	}

#page2						{ position: relative; left: auto; top: 10px; height: 100%;  margin: 0px auto; padding: 0px; min-width: 794px; max-width: 800px; border-left: 1px solid #009394;
	border-right: 1px solid #009394; background:url(images/background.gif);
	background-repeat:no-repeat; background-color:#FFFFFF;
										}

* html #page2						{ width: 800px; overflow: hidden;  }
	

/***  Begin Head ***/		


#head { 
	overflow: hidden; 
	position: absolute; 
	z-index: 6; 
	top: 0px; 
	bottom: 0px; 
	left: 0px; 
	right: 0px;
	margin-top: 0px; 
	height: 115px; 
	text-align: left; 
	border-bottom: 1px solid #009394;
	}

* html #head 	{  
	left: 0px;  
	max-height:100%; 
	width:100%; 
	z-index: 6;
	
	}


/***  End Head ***/

              						  
p 								{ line-height: 130%; padding: 0px; margin: 0px;}

              						  
td p 							{ font-size: 1.0em;}
              						  
a  								{ font-size: 0.75em;  font-weight: bold; text-decoration: none;  color: #ffea00; }
a:link 						{ color: #58340c;}              						
a:visited  				    { color: #58340c;}
a:hover  					{ color: #009394;}	
a:active	 				{ color: #58340c;}
              							  
p a 							{ font-size: 1.0em;}
              						  
div a 						{ font-size: 1.0em;}
              						  

span.head					{ color: #ffea00; font-size: 1.2em; font-weight: bold;}

table 						{ font-size: 12px;}
              						
              					            						
/***  Begin Content ***/	

#title 						{ display: none;}
					
#content 					{ 
	position: absolute; 
	overflow: auto; 
	top: 116px; 
	bottom: 20px; 
	left: 177px; 
	right: 0px;  
	border-left: 1px solid #009394;
	padding-top: 10px; 
	text-align: left; 
	z-index: 3; 
	max-height: 100%; 
	width: 622px;
	padding-bottom: 30px;
	
}

* html #content 	{ 
	top: 0px; 
	left: 0px; 
	height: 100%; 
	border-top: 115px solid #FFF; 
	border-left: 176px solid #009394; 
	border-bottom: 20px solid #FFFFFF;
	width: 799px;
}


#content p 				{ padding-left: 5px; padding-right: 15px;}


/***  End Content ***/

/***  Begin Bottom ***/

#bottom 		{ 
	z-index: 15; 
	position: absolute;  
	background-color: #ececec; 
	margin:0px; 
	bottom:0px; 
	left:0px; 
	overflow: hidden;
	display: block; 
	width:100%; 
	height: 21px; 
	overflow: hidden;
	border-top: 1px solid #009394;
	background-image:url(images/bottom.gif);
	background-repeat:no-repeat;
}


/***  End Bottom ***/	


/***  Begin Navigation ***/    


#navigationcontent           { 
	position: absolute; 
	left: 0px; 
	top: 115px; 
	bottom: 20px; 
	width: 177px; 
	z-index: 5; 
	background-color: #FFFFFF; 
	margin-top: 0px;
	padding-top: 0px; 
	text-align: left;
	overflow: hidden; 
}

* html #navigationcontent     { 
	height: 100%; 
	width: 175px;
	border-bottom: 20px solid #009394;
	z-index: 5;
	top: 114px;
	}

                            
/*** End Navigation  ***/ 

#heading{
		font-size:26px; 
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif; 
		color: #58340c; 
		text-align:center; 
		padding-bottom:10px;
		}

#subheading{
		font-size:16px; 
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif; 
		color: #009394; 
		padding-left: 30px;
		padding-bottom: 20px;
		}
