body {
	background-color: #3A3A3A;
}
div.wrapper {

	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 750px;
}	
#outercontainer {
	float:left;
	background-color: #000000;
	padding: 0px;
	border: 0px;
	width:743px;
}
#header 
{
	float:left;
	width:743px;
	height:200px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#headerleft
{
   float:left;
   width:250px;
   height:200px;
}
#headerright
{
   float:right;
   width:493px;
   height:200px;
}

#topmenu
{
	clear:left;
	float:left;
	width:728px;
	background:#5F5F5F;
	height: 33px;
	padding-top: 15px;
	padding-left: 15px;
}
#topmenu ul
{
	margin: 0;
	padding: 0;
}
#topmenu ul li {
	display: inline;
	background-image: url(/images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	margin-right: 8px;
}

#maincontent
{
	clear:left;
	float: left;
	width: 713px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #424242;
	padding-right: 15px;
	padding-left: 15px;
}
#footer {
	clear:left;
	float:left;
	background-color: #5F5F5F;
	width:743px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active
{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#footer a:hover
{
	color: #FFFFCC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#topmenu a:hover
{
	color: #FFFFCC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h1
{
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;

}
h2
{
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;

}
h3
{
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;

}
a, a:link, a:visited, a:active
{
    color: #FFFFFF;
	text-decoration: underline;

}
a:hover
{
	
	color: #FFFFCC;
	text-decoration: underline;
}
