body{
	background-color: #AAAAB9;
	margin: 6px;
}

li{
list-style: square;
color: Black;
}

.onepxbrdr{
border: 1px solid Black;
}
.dottedbotbrdr{
border-bottom: 1px dotted #CCCCCC;
vertical-align: top;

}

.menubrdr{
	border-left: 1px solid Black; 
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

.footertd{
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 8px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	font-weight : normal;
	background-color: #45475C;
	text-align: center;
	font-weight: bold;
}
.maintdnolink{
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 8px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : normal;
	background-color: #FFFFFF;
}
.carlink{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	}
}
.carlink a:link {color: BLue;
padding: 3px;
}
.carlink a:visited {color: BLue;
padding: 3px;
}
.carlink a:hover {color: White;
padding: 3px;
background-color: #45475C;
text-decoration: none; 
}
.carlink a:active {color: #CCCCCC;
background-color: #45475C;
padding: 3px;
}


.maintd{
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 8px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : normal;
	background-color: #FFFFFF;
}

.maintd a:link {color: BLue;
padding: 3px;
}
 
.maintd a:visited {color: BLue;
padding: 3px;
}

.maintd a:hover {color: White;
padding: 3px;
background-color: #45475C;
text-decoration: none; 
}
.maintd a:active {color: #CCCCCC;
background-color: #45475C;
padding: 3px;}

.imgbox{
border: 1px solid Black;

}
.imgtitles{
border-left: 1px solid Black;
border-right: 1px solid Black;
border-bottom: 1px solid Black;
text-align: center;
background-color: #C3C4CF;
padding: 6px;
font-weight: bold;
}

.menuitems{
	display : block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px; 
	font-weight: bold; 
	text-decoration : none;
	text-align: center;
	height: 28px;
	width: 183px;
	background-color: #003399;
	 	}
.menuitems a:link {
   color: White;  
	text-decoration : none; 
	display : block;
	background-color: #003399;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 28px; 
	width: 183px;
	}
	
.menuitems a:visited  {
   color: White;  
	text-decoration : none; 
	display : block;
	background-color: #003399;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 28px; 
	width: 183px;
	}
	
.menuitems a:hover { 
color: White; 
background-color : #0066CC;  }

.menuitems a:active { color: #CCCCCC;  background-color : #0066CC;}



.kcslink{
text-align: right;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
color: White;
}

/* Define two kinds of links styles for the pages */

.kcslink a:link {color: Blue;}
.kcslink a:visited {color: Blue;}
.kcslink a:hover {
color: White;
text-decoration: none; 
border-bottom: 1px dashed; 
background-color: Blue; 
}
.kcslink a:active {color: #FF0000;}

/* form stuff*/

FORM {margin: 0px;}

.boldinput{
	background: #F7FFEE;
	/* NS4 can't see these borders */
	border: 1px solid #242E90;
	color: #242E90;
	cursor: hand; /* for IE */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 3px;
	font-weight: bold;
}
	
input{
	background: #F1F2EE;
	/* NS4 can't see these borders */
	border: 1px solid #336699;
	color: #235C4A;
	cursor: hand; /* for IE */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 3px;
}
select {
	background: #7F879A;
	/* NS4 can't see these borders */
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	border-top: 1px solid #336699;
	color: White;
	cursor: hand; /* for IE */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0;
}

textarea { 
	background: #F1F2EE;
	/* NS4 can't see these borders */
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	border-top: 1px solid #336699;
	color: #235C4A;
	cursor: hand; /* for IE */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 4;
}
.submitoff {font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font : 12px;
	font-weight: bold;
	color : #646464;
	background: #D4D0C8;
   border: 1px solid #242E90;
	
}

.submitover {
	font-family :Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font : 12px;
	font-weight: bold;
	color : Black;
	background: #E0DCD6;
   border: 1px solid #242E90;
}
.tinytext{	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #E5F5F0;
	font-weight : normal;
	}
	
.nolink {
padding: 0px; 
} 
.nolink a:link {padding: 0px; } 
.nolink a:visited {padding: 0px; }
.nolink a:hover {
border-bottom: 0px;
background-color: White;
padding: 0px; 
} 
.nolink a:active {padding: 0px; } 

.lhstd{

border-right: 1px dashed #CCCCCC;
}

.car_titles{
	display: block;
	padding: 3px;
	background-color: #003399;
	/*background-image: url(images/title_bck.gif); */
	border: 1px solid Black;
	color: White;
}
.test{
	height: 240px;
}

.boldtext{
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font: 12px;
	font-weight: bold;
	color: Black;
}






div#topmenu
{
  text-align: center;
  
  position: relative;

}

div#topmenu ul
{
	margin:0;
	padding:0;
	margin-left: auto;
  margin-right: auto;
	overflow: hidden;
}

div#topmenu li
{
  text-align: center;
	border:none;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	margin-left: auto;
  margin-right: auto;
}

div#topmenu a
{
  font-size: 14px;
	font-weight:bold;
  font-family: Arial;
  width: 128px;
}

div#topmenu ul a:link,
div#topmenu ul a:visited
{
	background-color:#003399;
	border:1px solid #aaaab9;
	color:#ffffff;
	float:left;
	margin:0;
	padding:4px 8px 6px;
	text-decoration:none;
}

div#topmenu ul a:hover
{
	background-color:#0066cc;
	border-bottom:1px solid #aaaab9;
	color:#ffffff;
}
