@charset "utf-8";
/* CSS Document */

body
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

a:link{
	color:#3C4899;
}

a:visited{
	color:#3C4899;
}

a:active{
	color:#3C4899;
}

a:hover{
	color:#8E96CC;
	text-decoration:none;
}

p, input, select, #requiredFields, textarea, li, table
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

input, select, textarea
{
	font-weight:bold;
}

select
{
	width:245px;
	margin-bottom:2px;
}

table th{
	height:1px;
}

table td{
	height:1px;
}

#requiredFields
{
	font-weight:bold;
	font-size:15px;
	vertical-align:text-top;
	color:#FF0000;
}

#container
{
	width:100%;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

#main
{
	width:807px;
}

#menu
{
	background-image:url(images/topBackground.jpg);
	width:803px;
	height:110px;
}

#imageHighlight
{
	width:803px;
	height:229px;
}

#contents
{
	width:803px;
	padding-left:11px;
	padding-right:11px;
	padding-top:21px;
	padding-bottom:21px;
}

#logos
{
	float:none;
	width:807px;
	height:65px;
}
