@charset "utf-8";
/* CSS Document */
html {
	background:url(/images/design/bodyBackground.gif) repeat-x #9aacc1;
}
body {
	background:url(/images/design/bodyBackground.gif) repeat-x #9aacc1;
	text-align:center;
	margin:0;
	padding:0;
	position:relative;
	font-size:.9em;
}
fieldset {
	padding:0 1em 1em;
	border:1px solid #333;
}
#mainCt {
	text-align:center;
	position:relative;
	margin:0 auto 3em;
	width:780px;
}
#header {
	padding:1px;
	text-align:left;
}
#header a {
	display:block;
	margin-top:7px;
}
#header h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:normal;
	color:#fff;
	text-shadow:#020d1a 0 1px 1px;
	margin:1em 0 .5em;
	padding:0;
}
a {
	color:#2f6fbd;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#centerCt {
	text-align:left;
	background:url(../images/design/subMainContentBackground.gif) repeat-x #fff;
	padding:3em 65px 4em;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #9a9a9a;
}
#centerCt h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:700;
	color:#002d62;
	margin:0;
	padding:0;
	color:#002d62;
}
#centerCt fieldset h2 {
	font-size:.9em;
}
#centerCt fieldset h3 {
	font-size:.8em;
	color:#002d62;
}
#centerCt h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	color:#002d62;
}
#centerCt h4 {
	font-size:1.6em;
	font-weight:normal;
	color:#002d62;
}
#centerCt h5 {
	font-size:1.4em;
	font-weight:bold;
	color:#313131;
}
#centerCt h5 {
	font-size:1.2em;
	font-weight:bold;
	color:#313131;
}
#centerCt h6 {
	font-size:1.2em;
	text-transform:uppercase;
	color:#313131;
}
#centerCt h7 {
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:normal;
	color:#313131;
}
#centerCT p {
	font-size:1.2em;
	line-height:1.4em;
}
#centerCT ul, #centerCT ol {
	font-size:12px;
	line-height:1.5em;
}
#centerCT blockquote {
	font-size:1.2em;
	line-height:1.5em;
}

legend {
	color:#2f6fbd;
	font-weight:bold;
	line-height:2em;
}
#footer {
	padding-top:10px;
}
.tdTitle {font-weight:bold;width:50%;}
.tdTitle span {color:#f00;float:right;}
label {
	padding:.5em 0 0;
	display:block;
	overflow:hidden;
	line-height:1.25;
}
p {
	line-height:1.25;
}
label input, label textarea, label select {
	width:60%;
	display:block;
	padding:.1em;
	font-family:Arial, Helvetica, sans-serif;
}
fieldset {
	clear:both;
}
fieldset fieldset {
	border:0;
	margin:1em 0;
	padding:0;
}
fieldset fieldset legend {
	color:#333;
}
fieldset.radioGroup input, fieldset.checkboxGroup input {
	display:inline;
	width:auto;
}
button {
	margin-top:1em;
}
label.error, span.error {
	float:left;
	font-style:italic;
	color:#C00;
	font-size:.9em;
}
p.error {
	background:#FFD2D3;
	color:#670E10;
	font-style:italic;
	padding:1em;
	border:1px solid #FFD2D3;
}
#footer {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a {
	color:#666;
	text-decoration:none;
}
