/* Main CSS Layout */

body 		{ margin: 0px; 
			  padding:0px; 
			  text-align:center; 
			  background-color: #ffffff;
			  font-family: Verdana, helvetica, Tahoma, sans-serif;
			  }

img			{ border:0px;}

#wrapper	{ width:955px;
			  margin:0px auto;
			  text-align:left;
			  }

#top		{ background:url(../images/top_bg.jpg);
			  background-repeat: no-repeat;
			  width:955px;
			  height:30px;
			  }

#bailey_model	{ background:url(../images/bailey_model.jpg);
				  background-repeat: no-repeat;
				  width:955px;
				  height:115px;
				  }  
			
#foot		{ background:url(../images/foot_bg.jpg);
			  background-repeat: no-repeat;
			  width:955px;
			  height:30px;
			  }
			  
#main_menu	{ padding: 40px 0px 0px 580px; }



.top		{ padding: 6px 0px 0px 25px; }

h1			{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
			  font-size: 9px; 
			  font-style: normal; 
			  color:#666666; 
			  display: inline;
			  }
			  
.foot		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
			  font-weight: bold; 
	  		  color:#666666;
			  padding: 10px 0px 0px 25px;
			  text-align: left; 
	  		  }
.foot A:link		{ color:#666666; text-decoration: none; font-weight: bold; }
.foot A:visited	{ color:#666666; text-decoration: none; font-weight: bold;}
.foot A:hover		{ color:#000000; text-decoration: underline; font-weight: bold;}
.foot A:active	{ color:#666666; font-weight: bold;}

/* content classes */

#main_content	{ padding: 20px 20px 20px 20px; }

#left_col		{ float: left; position: relative; width:245px; padding: 20px 25px 20px 25px; }
#right_col		{ float: right; position: relative; width: 530px; padding: 30px 25px 20px 25px; }

.overflow	{ padding: 0px 10px 10px 0px;
			  width: 520px;
			  height: 160px;
			  overflow: auto;
			  scrollbar-face-color: #ffffff;
			  scrollbar-shadow-color: #999999;
			  scrollbar-highlight-color: #999999;
			  scrollbar-3dlight-color: #ffffff;
			  scrollbar-darkshadow-color: #ffffff;
			  scrollbar-track-color: #ffffff;
			  scrollbar-arrow-color: #333333;
			  }

.text		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
	  		  color:#666666;
			  text-align: left; 
	  		  }
.text A:link		{ color:#666666; text-decoration: none; font-weight: bold; }
.text A:visited	{ color:#666666; text-decoration: none; font-weight: bold;}
.text A:hover		{ color:#000000; text-decoration: underline; font-weight: bold;}
.text A:active	{ color:#666666; font-weight: bold;}		

.clr			{ clear: both; }

.form		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
			  font-size: 9px; 
			  font-style: normal; 
			  color:#666666; 
			  }

.form A:link	{ color:#666666; text-decoration: none;}
.form A:visited	{ color:#666666; text-decoration: none;}
.form A:hover	{ color:#cccccc; text-decoration: none;}
.form A:active	{ color:#666666;}

input, select, textarea {
	background: #ffffff;
	font-family: Verdana, helvetica, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	border: solid 1px #999999;
	padding: 2px;
}