﻿body 
{
	background-color:#F3F3F3;
	font-family:Georgia;
	color:#948087;
	font-size:11px;
	width:auto;
	height:100%;
	margin:0px;
	background-image:url('../Images/background.png');
	background-repeat:repeat;
	behavior:url("Javascript/csshover.htc");
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#190003;
	scrollbar-darkshadow-color:#190003;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#190003;
	scrollbar-track-color:#FFFFFF;
}

.div_header
{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-393px;
	background-image:url('../Images/headercropped.png');
	background-repeat:no-repeat;
	width:783px;
	height:289px;
}

.div_body
{
	background-color:#ffffff;
	width:714px;
	height:100%;
	background-image:url('../Images/headershadow.png');
	background-repeat:no-repeat;
	padding-top:25px;
}

.div_body_bg
{
	padding-left:34px;
	padding-bottom:30px;
	position:absolute;
	top:289px;
	margin-left:50%;
	left:-393px;
	background-image:url('../Images/bodybg.png');
	background-repeat:repeat-y;
	width:749px;
}

.div_headertext
{
	font-size:13px;
	color:#ffffff;
	position:absolute;
	top:85px;
	left:238px;
	width:500px;
}

.td_separator
{
	background-image:url('../Images/separator.png');
	background-repeat:no-repeat;
}

.td_header_bg
{
}