/* CSS Document 

body,html,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333;
	
}
*/
#left {
	clear: both;
	float: left;
	height: 20px;
	width: 400px;
}
#left a:link {color:#FFCC00; text-decoration:underline;}
#left a:hover {color:#F5F3CF; text-decoration:none;}
#left a:visited {color:#CCCCCC;}

#right {
	
	float:right;
	height: 20px;
	width: 40px;
}
#headings {
	width:400px;
	text-align:left;
	
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}
.whitetext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	height: 20px;
	width: 400px;
	text-align: center;
	float: none;
	clear: both;
	padding-top: 20px;
}
.yellowbox {
	border: 1px solid #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 5px;
	background: #FFCC00;
	background-image: url(../images/searchboxbg.gif);
	background-repeat: repeat-x;
}