@charset "utf-8";
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D7D1C2;
	background-image: url(Images/Background.jpg);
	background-repeat:repeat-x;
}
ul
{
	font-size: 10pt;
}
img
{
	border-style: none;
}
#wrapper
{

	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

/*
	position: absolute; 
	left: 50%; 
	margin-left: -381px;
*/
	width: 763px; 
    height: 600px;
	top: 0px;
}
#header
{	
 	position: absolute;
	top: 10px; 
	height: 103px; 
	/*left: 250px;*/
	width: 763px;
	background-color: #1B4D77;
	color: white;
	padding: 5px 5px 5px 5px;
}
#headerlogo
{
 	position: absolute; 
	top: 0px;
	left: 0px;
	height: 103px;
}
#headerleft
{
 	position: absolute; 
	top: 0px;
	left: 115px;
	height: 103px;
	width: 600px; 
	/*background-color: yellow;*/
	color: white;
	padding: 0px 0px 0px 0px;
}
#headerleft .p1
{
	font-size: 18pt;
	/*background-color: green;*/
	margin: 5px 0px 0px 0px;
}
#headerleft .p2
{
	font-size: 12pt;
	/*background-color: orange;*/
	margin: 7px 0px 0px 0px;
}
#headerright
{
 	position: absolute; 
	top: 3px;
	height: 103px;
	right: 13px;
	width: 250px; 
	/*background-color: yellow;*/
	color: white;
	padding: 0px 0px 0px 0px;
}
#headerright .p1
{
	font-size: 11pt;
	text-align: right;
	/*background-color: green;*/
	margin: 6px 0px 0px 0px;
}
#content
{
 	position: absolute; 
	top: 124px; 
	height: 645px; 
	/*left: 250px;*/
	width: 773px; 
	background-color: #D7D1C2;
	color: black;
}
#buttons
{
	position: absolute;
	top: 0px;
	height: 32px;
	left: 0px;
	width: 772px;
	background-color: #1B4D77; /* need this so that IE shows a bottom border under the buttons */
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-color: #1B4D77;
}
#buttonbottom
{
	position: absolute;
	top: 34px;
	height: 1px;
	left: 0px;
	width: 100%;
	background-color: white;
}
#flash
{
	position: absolute;
	top: 35px;
	height: 100px;
	left: 0px;
	width: 773px;
	background-color: white;
}
#contentleft
{
	position: absolute;
	top: 135px;
	height: 380px;
	left: 0px;
	width: 62%;
	background-color: #D8D2C3;
}
#contentleft .p1 
{
	color: black;
    padding: 0px 0px 0px 12px;
	font-size: 13pt;
	margin-top: 10px;
}
#contentleft .p2
{
	color: black;
    padding: 0px 10px 0px 12px;
	font-size: 10pt;
}
#contentright
{
	position: absolute;
	top: 135px;
	height: 380px;
	right: 0px;
	width: 38%;
	padding: 0px 0px 0px 0px;
	background-color: #D8D2C3;
	text-align: right;
}
#contentbottomleft
{
	position: absolute;
	bottom: 30px;
	height: 100px;
	left: 0px;
	width: 185px;
	background-color: white;
	padding: 0px 0px 0px 0px;
}
#contentbottomcenter
{
	position: absolute;
	bottom: 30px;
	height: 100px;
	left: 185px;
	width: 403px;
	background-color: #001129;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#contentbottomright
{
	position: absolute;
	bottom: 30px;
	height: 100px;
	left: 588px;
	width: 185px;
	background-color: white;
	padding: 0px 0px 0px 0px;
}
#footer
{
	position: absolute;
	bottom: 0px;
	height: 30px;
	left: 0px;
	width: 773px;
	background-color: #1B4D77;
	color: white;
	font-size: 8pt;
	text-align: center;
	line-height: 28px; /* this is to center it vertically */
}


