html
{
	background: #fff url(../img/bg_main.gif) top left repeat-x;
	background-position: 0px -54px;
	margin: 0;
	padding:0;
}
body
{

	background-image: url(../img/shadow.jpg);
	background-position: 50% -54px;
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
	font-family: verdana;
	font-size: 11px;
}
div.clr
{
clear: both;
}
form 
{
	margin: 0;
	padding: 0;
}
img 
{
	border: none;
}
#page
{
	width: 1000px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	background: #fff;
	height: 700px;
	z-index: 10;
}
#header
{
	background: #fff url(../img/header.jpg) top left no-repeat;
	height: 289px;
}
#navholder
{
position: absolute;
z-index: 10000;
top: 0;
left: 50%;
margin-left: -500px;
width: 1000px;
}

#logo
{
	position: relative;
	left: 60px;
	width: 90px;
	height: 92px;
	background: url(../img/logo_small.gif) top left no-repeat;
	top: 30px;
	float: left;
	overflow: hidden;
}
#logo a
{
width: 100px;
height: 100px;
display: block;
}

#body
{
	opacity: .9;
	filter: alpha(opacity=90);
	background: #fff url(../img/bg_rightcol.jpg) 105% top repeat-y;
	position: absolute;
	width: 1000px;
	left: 0;
	z-index: 20;
	top: 135px;
}
#body .left
{
	min-height: 400px;
	_height: 400px; /* IE hack */
	float: left;
	width: 60%;
}
#body .right
{
	width: 40%;
	float: left;
}
#body .leftpadder
{
	padding: 40px;
	padding-left: 60px;
}
#body .rightpadder
{
	padding: 30px;
	padding-left: 15px;
	padding-top: 40px;
}
#body .linkers
{
	margin-top: 60px;
}
#footer
{
	font-size: 10px;
	color: #5769a2;
	border-bottom: 10px solid #031f73;
}
#footer a 
{

	color: #5769a2;
	margin-left: 4px;
	margin-right: 4px;
}
#body #footer .left
{
	min-height: 0px;
	_height: 0px; /* IE hack */

}
#body #footer div
{
	padding-bottom: 4px;
}
#body #footer div.rightpadder
{
	text-align: right;
}
div.rightitem
{
	margin-bottom: 30px;
}
div.rightitem div.hr
{
	background: #fff  url(../img/bg_hr_tile.gif);
	height: 1px;
	overflow: hidden;
	margin-top: 30px;
}
table.formtable
{
	background: #E5E6EB;
	padding: 4px;
	border-top: 5px solid  rgb(53,76,143);
	font-size: 100%;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}
table.formtable td
{
	padding: 6px;
}
input,textarea
{
	background: #fff;
	border: 1px solid #666;
}
textarea
{
	width: 100%;
}
input.button
{
	background: #0a2b75;
	border: none;
	color: #FFFFFF;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
}
