﻿body 
{
	background-color: #ddd;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #666;
}

#container 
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#header 
{
	width: 1000px;
	height: 130px;
	text-align: center;
	border-left: solid 1px #6b6b6b;
	border-right: solid 1px #6b6b6b;
	background-image: url(/Images/header_bg.gif);
	background-repeat: repeat-x;
}

#topnav 
{
	width:1000px;
	padding-top:5px;
	padding-bottom:6px;
	text-align: center;
	border-left: solid 1px #6b6b6b;
	border-right: solid 1px #6b6b6b;
	background-color: #000;
}

#content 
{
	width:1000px;
	text-align: left;
	border-left: solid 1px #6b6b6b;
	border-right: solid 1px #6b6b6b;
	border-bottom: solid 1px #6b6b6b;
	background-color: #fff;
}

#footer 
{
	padding-top: 10px;
	text-align: center;
}
#footer A
{
	color: #666;
	text-decoration: none;
}
#footer A:hover 
{
	text-decoration: underline;
}

#subnav {
	vertical-align:middle;
	padding-top:2px;
}
	
#subnav ul {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	list-style: none;
}

#subnav li {
	display: inline;
	padding: 5px;
}

#subnav a {
	text-decoration: none;
	color: #FFFFFF;
}

#subnav a:hover {
	text-decoration: underline;
	color: #cc3535;
}

#subnav .active a {
	text-decoration: underline;
	color: #cc3535;
}

#sub_td {
	padding: 40px 20px;
	height: auto;
	vertical-align:top;
}

#sub_td a:link, a:hover, a:active, a:visited {
	color: #cc3535;
}

#sub_td li {
	margin-bottom:10px;
}

#headline {
	font-size: 14px;
	font-weight:bold;
	color: #cc3535;
}

#subpage_text {
	font-size: 11px;
	line-height: 22px;
	border-right: #999999 1px solid;
	padding-right: 30px;
	padding-top:20px; 
	padding-bottom:20px;
}

.txtReq 
{
	color: #ff0000;
}

.boxValidationSumm {width:220px; font: bold 10pt arial, verdana, tahoma, helvetica, sans-serif; color: #c00;border:solid 1px #600;padding:5px;background-color:#f4f4f4;margin-top:20px; margin-left:10px;}
.boxValidationSumm LI {padding:0; margin:0;}
.boxValidationSumm UL {padding:10px 2px; margin:0; list-style-position:inside; line-height:1.2em;}