body
{
	background: #A39C80;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #4C4C4C;
	font-family: Trebuchet MS;
	font-size: 13px;
	line-height: 16px;
}

a
{
	color: #334C66;
}

a:hover
{
	color: #4B1C1C;
}

h1 a, h2 a, h3 a, h4 a
{
	text-decoration: none;
	color: #4B1C1C;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover
{
	color: #334C66;
}

h1
{
	font-family: Georgia;
	font-size: 24px;
	color: #4B1C1C;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
}

h2
{
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	color: #4B1C1C;
}

h3
{
	color: #4B1C1C;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-family: Georgia;
	line-height: 18px;
}

h4
{
	font-size: 14px;
	line-height: 14px;
	color: #4B1C1C;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.clear
{
	clear: both;
}



a img
{
	border: none;
}

a.button
{
	display: block;
	height: 27px;
	width: 154px;
	background: url('../images/button.gif') no-repeat top left;
	text-align: center;
	line-height: 27px;
	text-decoration: none;
	color: #542020;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	font-family: Trebuchet MS;
}

a.button:hover
{
	background: url('../images/button_down.gif') no-repeat top left;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

#center
{
	background: url('../images/head.gif') repeat-x top left;
	text-align: center;
}

#page
{
	background: url('../images/background.gif') repeat-y top center;
	padding-top: 208px;
	margin: auto;
	width: 920px;
	text-align: left;
	position: relative;
}

#main
{
	float: right;
	width: 720px;
}

#content
{
	position: relative;
	width: 480px;
	margin: 20px;
	float: left;
}

#content a
{
	color: #334C66;
}

#content h1
{
	width: 420px;
	line-height: 28px;
}

#content h2
{
	line-height: 24px;
}

#content h3
{
	line-height: 22px;
}

#content h4
{
	line-height: 18px;
}

#content .pdf
{
	position: absolute;
	left: 460px;
	top: 0px;
}

#content .print
{
	position: absolute;
	left: 440px;
	top: 0px;
}

#SubmitYourCase .caption
{
	float: left;
	width: 175px;
}

#SubmitYourCase .clear
{
	height: 2px;
}

#SubmitYourCase .error
{
	color: #FF0000;
}

#right_menu
{
	overflow: hidden;
	width: 200px;
	float: right;
	color: #4C4C4C;
	min-height: 285px;
}

#right_menu .moduletable
{
	padding: 20px;
}

#right_menu h3
{
	font-family: Georgia;
	font-size: 18px;
	color: #4B1C1C;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 20px;
}

#right_menu ul, #right_menu li
{
	padding: 0px;
	margin: 0px;
}

#right_menu ul
{
	margin-left: 15px;
	font-size: 12px;
}

#left_menu
{
	overflow: hidden;
	width: 200px;
	float: left;
	min-height: 285px;
	font-size: 12px;
	color: #4C4C4C;
}

#left_menu .moduletable
{
	padding: 20px;
}

#left_menu h4 a
{
	color: #4C4C4C;
}

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 207px;
	width: 920px;
	background: #000000 url('../images/header.gif') no-repeat top right;
}

#header .top_menu
{
	text-align: left;
	clear: both;
	margin: 0px;
	height: 73px;
	width: 920px;
	font-size: 12px;
	display: table;
	overflow: hidden;
	background: url('../images/top_menu.gif') repeat-x top left;
}

#header .top_menu a
{
	display: table-cell;
	height: 73px;
	color: #FFFFFF;
	text-decoration: none;
	background: url('../images/head_spacer.gif') no-repeat top right;
}

#header .top_menu a.last
{
	background-image: none;
}

#header .top_menu a .caption
{
	display: block;
	padding: 47px 20px 0px 20px;
}

#header .top_menu #active_menu, #header .top_menu #active_menu.last
{
	background: url('../images/head_active.gif') repeat-x top left;
	color: #4B1C1C;
}

#header .top_menu a:hover
{
	background: url('../images/head_over.gif') repeat-x top left;
	color: #FFFFFF;
}

.moduletablelogo
{
	width: 480px;
	height: 135px;
}

.moduletablesubmit
{
	text-align: right;
	width: 440px;
	line-height: 30px;
	font-size: 20px;
	font-family: Georgia;
}

.moduletablesubmit a
{
	margin: 24px 0px 8px 0px;
	float: right;	
}

#footer
{
	height: 95px;
	background: #A39C80 url('../images/foot.gif') no-repeat top center;
}

/* IE Hacks \*/
*+html #header .top_menu { display:block; margin:0; text-align:center; }
*+html #header .top_menu a { display:inline; zoom: 1; }
* html #content { display: inline; }
/* End Hacks \*/