/* CSS Document */

html, body {
	text-align:center;
	}
body {
	margin:0px;
	padding:0px;
	background:#ececec url(bg.jpg) repeat-x;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#194180;
	}
th {
	font-size:18px;
	padding-bottom:10px;
	color:#FFAE33;
}
/* Containers
****************************************/

#mainWrapper {
	width:780px;
	margin:0 auto;
	padding: 0 0 94px 0;
	text-align:left;
	}
#leftBorder {
	width:6px;
	height:779px;
	font-size:1px;
	background-image:url(images/leftBorder.jpg);
	float:left;
	border:0;
	}
#middleColumn {
	width:768px;
	height:796px;
	padding:0;
	background:#ffffff url(images/footer.jpg) center bottom no-repeat;
	float:left;
	border:0;
	overflow:hidden;
	}
#rightBorder {
	width:6px;
	height:712px;
	font-size:1px;
	background-image:url(images/rightBorder.jpg);
	float:left;
	border:0;
	}
#mainContent {
	margin:0 13px 0 12px;
	overflow:hidden;
	}
#left {
	float:left;
	border:0;
	width:297px;
	margin-right:4px;
	display:inline;
	}
#right {
	float:left;
	border:0;
	width:442px;
	}
#right_b {
	float:left;
	border:0;
	width:512px;
	}
#right_c {
	float:left;
	border:0;
	width:512px;
	}
#right_d {
	float:left;
	border:0;
	width:512px;
	}
#footer {
	clear:both;
	color:#66B8FF;
	padding:4px;
	}
.fauxTableCell {
	float:left;
	border:0;
	display:inline;
	}
.fauxTableCell_content1 {
	float:left;
	border:0;
	display:inline;
	width:314px;
	height:88px;
	background:url(images/headers/header1_alt.jpg) no-repeat;
	padding-left:24px;
	padding-top:2px;
	}
.fauxTableCell_content2 {
	float:left;
	border:0;
	display:inline;
	width:326px;
	height:129px;
	margin:0 0 4px 0;
	padding-left:12px;
	background:url(images/headers/header3.jpg) no-repeat;
	}
.question {
	background:url(images/questionBG.jpg) no-repeat;
	border-bottom:1px dotted #9AD0FF;
	padding:4px 4px 0px 4px;
	margin:0 0 2px 0;
	}
ul {
	margin:15px 0px;
	padding:0px;
	list-style-type:none;
}
li {
	color:#52A4EB;
	font-weight:bold;
	margin-bottom:2px;
	margin-left:15px;
	border-right:2px solid #ACC4EB;
	width:250px;
	}
.description {
	padding:15px 0px;
	color:#a2b1c6;
}

/* Headlines
****************************************/
	
.question h1 {
	padding:0;
	margin:0 0 4px 0;
	color:#FFAE33;
	font-size:18px;
	}
.fauxTableCell_content2 h1 {
	padding:0;
	margin:0px 0 0 15px;
	color:#FFAE33;
	font-size:34px;
	}
.subhead {
	font-size:14px;
	margin:0px 0 0 5px;
	}
h2 {
	color:#FFAE33;
	margin:0px 0px 0px 0px;
	padding:0px 0px;
	font-size:18px;
	}
h1.title {
	color:#194180;
	margin:0px 0 2px 0;
	padding:4px 0;
	font-size:26px;
	border-bottom:1px dotted #9AD0FF;
	}
.header {
	font-size:14px;
	margin-bottom:15px;
}
	
/* Forms
****************************************/

form {
	margin:0 0 0 25px;
	padding:0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#52A4EB;
	}
input, select {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	width:95%;
	background:#E4EBF9;
	border:1px solid #ACC4EB;	
	color:#194180;
	margin-bottom:10px;
	padding:4px;
	}
input.notRequired {
	width:218px;
	border-top:2px solid #ACC4EB;
	border-right:2px solid #ACC4EB;
	border-bottom:2px solid #ACC4EB;
	border-left:2px solid #ACC4EB;
	}
input.checkbox {
	width:20px;
	border-top:2px solid #ACC4EB;
	border-right:2px solid #ACC4EB;
	border-bottom:2px solid #ACC4EB;
	border-left:2px solid #ACC4EB;
	}
input.submitForm {
	width:175px;
	background:#ff8400;
	font-weight:bold;
	padding:4px;
	border:4px solid #ffa34a;
	font-size:16px;
	color:#333;
	}
select.otherWidth {
	width:225px;
	_width:227px;
	}
label {
	color:#194180;
	display:block;
	margin-bottom:10px;
	font-size:16px;
	}
textarea {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:218px;
	height:150px;
	background:#E4EBF9;
	border-top:2px solid #ACC4EB;
	border-right:2px solid #ACC4EB;
	border-bottom:2px solid #ACC4EB;
	border-left:2px solid #ACC4EB;
	color:#194180;
	margin-bottom:4px;
	padding-left:4px;
	}
.jsvalidation {
	font-size:10px;
	color:#F00;
}
/* Links
****************************************/

a:link, a:visited {
	color:#FFAE33;
	}
a:hover, a:active {
	color:#66B8FF;
	}
.fauxTableCell_content1 a:link, .fauxTableCell_content1 a:visited {
	color:#194180;
	margin-left:2px;
	}
.fauxTableCell_content1 a:hover, .fauxTableCell_content1 a:active {
	color:#194180;
	background:#D0D7E5;
	border-left:2px solid white;
	border-right:1px solid white;
	margin-left:0;
	}
.fauxTableCell_content2 a:link, .fauxTableCell_content2 a:visited {
	text-decoration:none;
	display:block;
	width:324px;
	height:35px;
	margin-top:10px;
	}
.fauxTableCell_content2 a:hover, .fauxTableCell_content2 a:active {
	text-decoration:none;
	display:block;
	width:324px;
	height:35px;
	margin-top:10px;
	}
	
/* Misc.
****************************************/

.divider {
	background:#ebebeb;
	font-size:1px;
	line-height:1px;
	height:4px;
	margin:0px 13px 10px 12px;
	clear:both;
	}
.visbile {
	display:inline;
	}
.hidden {
	display:none;
	}
p {
	margin:0px 0px 7px 0px;
	padding:0px;
	}
.highlight {
	background:#E4EBF9;
	font-size:12px;
	font-weight:bold;
	}
.q {
	display:block;
	font-weight:bold;
	}
.a {
	display:block;
	margin-bottom:4px;
	font-weight:bold;
	color:#52A4EB;
	}
.screen {
	border-bottom:5px solid #E7F4FD;
	border-left:8px solid #E7F4FD;
	border-top:5px solid #E7F4FD;
	border-right:8px solid #E7F4FD;
	}