html,body
{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-weight:700;
}
a
{
	text-decoration:none;
	color:#2244dd;
}
a:hover
{
	text-decoration:underline;
	color:#4477ff;
}
.mainbarwrapper
{
z-index:1;
	height:160px;
	width:100%;
	background-color:#ff0000;
}
.logo
{
	margin-left:20px;
}	

.logowrapper
{
z-index:1;
	margin-top:5px;
	float:left;
	height:150px;
}
.detailswrapper
{
	margin-top:10px;
	float:right;
	width:225px;
}
.details
{
	color:#ffffff;
	font-weight:bold;
	font-family:verdana;
}
.menuwrapper
{	
	height:23px;
	background-repeat: repeat;
	float:left;
	width:100%;
	text-align:center;
	vertical-align:top;
	background-color:#ffffff;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-image:url("../images/temp-blue-bar.jpg");
}
.menulink
{
	font-weight:bold;
	color:#000000;
}
.menulink:hover
{
	color:#ffffff;
	background-color:#000000;
	background-image:url("../images/hover.jpg");
}
.contentwrapper
{
	font-family:verdana;
}
.mainleft
{
	float:left;
}
.mainright
{
	float:right;
}
.copy
{
	width:400px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#c0c0c0;
	font-size:6pt;
	margin-top:20px;
}
.main
{
	left:0px;
	top:0px;
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;

}
.background
{
	width:100%;
	height:100%;
}


