/* CSS Document */

body {
	  margin: 0;
	  background:#ffffff;
	  text-align: left;
	  padding: 0;
	  font: 12pt "Palatino Linotype";
	  color: #000000;

} 

a:link, a:visited, a:active, a:hover  {
	
	color: #42B1DA;
   	background: transparent;
   	font-weight: bold;
   	text-decoration: underline;

}


#container  {
	position: relative;
	
	/*background: url("../graphics/bg01.gif") top right no-repeat; */
	
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
		
	
}

#mainbody {
	
	margin: 0;
	padding: 0;
	float: none !important;
	width: auto;
	background: transparent none;
	border: 0;
	
}



#mainbody h1 {
	font-size: 16pt;
	border-bottom: 1px dashed;
	letter-spacing: 1px;
	margin: 2pt;
	
}#mainbody h2 {
	font-size: 14pt;
	margin: 0;
	
}

#mainbody p.byline {
	font-size: 10pt;
	margin: 0px;
	
}

#mainbody h3 {
	font-size: 12pt;
	

}


	
#header  {
	  display: none;
	  position: relative;
	  margin: 0px;
	  padding: 0px;
	  top: 0px;
	  left: 0px;
	  width: 740px;
	  height: 150px;
  
}

#header p.location  {
	position: absolute;
	font: 10px Arial;
	color: #666666;
	right: 20px;
	bottom: 35px;
	
}

#header p.styleswitch  {
	position: absolute;
	font: 10px Arial;
	color: #666666;
	left: 150px;
	bottom: 35px;
	
}


#about  {
	display: none;
	position: absolute;
	height: 14px;
	width: 47px;
	margin: 0px;
	top: 68px;
	right: 310px;

}



#contact  {
	display: none;
	position: absolute;
	height: 14px;
	width: 63px;
	margin: 0px;
	top: 68px;
	right: 247px;
}

#search  {
	display: none;
	position: absolute;
	height: 14px;
	width: 55px;
	margin: 0px;
	top: 68px;
	right: 192px;
}



#bottomnav  {
	display: none;
	position: relative;
	background: url("../graphics/bottom_bg.html") top no-repeat;
	height: 100px;
	width: 740px;	
 	margin: 0px;
  
  
}

#bottomnav p.text  {
	position: relative;
	font: 10px Arial;
	color: #999999;
	left: 120px;
	top: 45px;
	
	
}




#navcontainer { 
	display: none;
	position: absolute;
	height: 300px;
	width: 100px;
	top: 100px;
	left: -40px;
	padding: 0;
	margin:0;
	 }

#navcontainer ul  {
	
	list-style-type: none;
	text-align: right;
	font: bold 10px Helvetica, Arial, sans-serif;
	
}

#navcontainer ul li  {

	width: 100px;
	padding: 0 0 0px 0;

}

#navlist a
{
display: block;
padding: 2px 5px 2px 5px;
margin: 0 0 3px 0;
background-color: #D0EBF6;
border: 1px solid #42B1DA;
}

#navlist a:link, #navlist a:visited, a:hover
{
font: bold 10px Helvetica, Arial, Sans Serif;
color: #1C8DB2;
text-decoration: none;
}

