@charset "utf-8";
/* CSS Document */

body, td, pre{
	margin:0 auto;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606060;
}
#page-wrap {
WIDTH: expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1012? "1010px" : "auto"); 
	min-width: 780px;
	max-width: 1010px;
	background-color: #ffffff;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
} 
#masthead {
	width:100%;
	height:345px;
	margin:0 auto;
	background-image: url(images/patterntop.jpg);
	}
#login {
	position: absolute;
	right:18px;
	top: 74px;
	}
#nav {
	width:100%;
	height:25px;
	background-color: #40465B;	
	}
#navposition {
 	position: absolute;
	margin-top: -8px;
	right:8px;
	z-index:3;
	}
#content
	{
	padding:18px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	width: 90%;	
	} 
#dash {
	color: #555555;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aaaaaa;
	}
.header {
	color: #606060;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	}
.subheader {
	color: #606060;
	font-weight: bold;
	line-height: 16px;
	}
.news_header{		
	color: #606060;
	font-size: 15px;
	font-weight: bold;
}
.smaller_text{	
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
}	
.news_text{	
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606060;
}	
.footer{	
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8C8C8C;
}	
#bottom {
	width:100%;
	height:38px;
	background-image: url(images/footer.gif);
	margin-top: 12px;
	margin-bottom: 12px;
	}
#basepix {
	width:100%;
	height:92px;
	margin:0 auto;
	background-image: url(images/bottom.jpg);
	}
a:link {
	color: #98BCE6;
	text-decoration: none;
}
a:visited {
	color: #98BCE6;
	text-decoration: none;
}
a:hover {
	color: #98BCE6;
	text-decoration: underline;
}
form{
  margin: 0;
  padding: 0;
  border-width: 0;
  border-style: none;
  border: 0px none;	
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
input {
	border:1px solid #333333;		
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606060;	
}
input.hide {
	border:0px;		
	font-weight: normal;
}
.TEXTAREACSS{ 
	border:1px solid #333333;		
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606060;	
}
.radio { 
border: 0; 
}
input.btn{
   color:#606060;   
   font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606060;
   font-weight:bold;
}