body {
	padding:0px;
	margin: 0px;
	text-align:center;
	background-color: #FFFFFF;
}

#top {
	
	background: #FFFFFF url(../pics/top_back.gif) repeat-y left top;
	height:101px;
	top:0px;
	position: absolute;
	margin:0px auto;
	padding:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3A5170;
}

*html #top{
	width: 779px;
	w\idth: 778px;
}

#top{
	width: 778px;
}

#top_right{
	float:right;
	background-image: url(/pics/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 101px;
	width: 569px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#top_left{
	padding-top: 0px;
	margin: 0px;
	float:left;
	padding-left: 25px;
	background-image: url(/pics/top_left_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

*html #top_left{/*Internet Explorer*/
	width: 203px;/*IE 5.5*/
	w\idth: 178px;/*IE 6.x*/
}

#top_left{/*Other Browsers*/
	width: 178px;
}

#container {
	width: 778px;
	text-align:left;
	padding:0px;
	background-image: url(/pics/leftnav_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 101px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3A5170;
}

*html #container{
	width: 779px;
	w\idth: 778px;
}

#container{
	width: 778px;
}

#content {
	float:right;
	padding: 0px 15px;
	margin: 0px;
	background-image: url(/pics/content_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

* html #content{
  width:556px;  /* (only for IE5.x/Win) */
  w\idth:528px;  /* (for other IE) */
}

#content {
	width:528px;
}

#leftnav {
	float: left;
	margin: 0px;
	padding-top:0px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}

* html #leftnav{/*For IE*/
	font-size: 15px !important; /*IE 6.x */
  font-size /**/:13px; /*IE 5.5 */
}

#leftnav{
	 font-size:15px;
}

#leftnav{/*For other browsers*/
	width: 220px;
	font-size: 15px;
}

#leftnav ul li{
	font-size: 10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#leftnav p, #leftnav h2{
	padding: 0px 5px 5px 27px;
	color:#D8DEE8;
}


#leftnav a{
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 27px;
	padding-right: 5px;
	margin-top: 7px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #233D5F;
	padding-bottom: 3px;
}

#leftnav a:visited{
	color:#FFFFFF;
}

#leftnav a:active, #leftnav a:hover{
	color:#C5CFDC;
	text-decoration: underline;
}

#leftnav a.nolink{
	text-decoration:none;
	color:#474747;
	font-weight:bold;
}

#leftnav a.nolink:hover{
	color:#000000;
	text-decoration:none;
}

#leftnav div.level2{
	margin-left: 22px;
	margin-right: 0px;
	margin-top: -5px;
	margin-bottom: 10px;
	font-variant: normal;
	font-size: 13px;
}

#leftnav div.level2 a{
	background-image: none;
	display: block;
	padding-left: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: ##233D5F;
	line-height: 13px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 0px;
}

#leftnav div.level2 a.nolink:hover, #leftnav div.level2 a.nolink{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

#leftnav div table{
	padding: 0px;
	margin: 0px;
	width:130px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

#footer {
	background: url(../pics/footer_back.gif) repeat-y;
	padding:5px 0px 0px;
	width: 778px;
	padding: 5px 0px 0px 0px;
	margin: 0px auto;
}

* html #footer { /* this selector recognized by IE only */
   height: 50px; /* total width (only for IE5.5/Win) */
   height: 50px;/* content width (for other IE) */
}

#footer{
	height:45px; /* for other browsers) */
}

#legal {
	font-size: 10px;
	padding-left: 245px;
	background-image: url(../pics/content_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 0px;
	padding-top: 25px;
	margin: 0px;
}

#totop {
	padding-left: 12px;
	padding-right: 22px;
	background-image: url(../pics/totop.gif);
	background-repeat: no-repeat;
	background-position: left;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*Image stuff*/

.img_left{
	float:left;
}

.img_right{
	float:right;
}

.img_noborder, div img.img_noborder{
	border: 0px;
}

a img.nolink {
	border:none;
}

.img_left_text{
	float:left;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.img_right_text{
	float:right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 5px;
}


a{
	color: #003576; 
}

a:visited{
	color: #666666;
}

a:hover, a:active {
	color: #586B86;
}

a img, a img.img_left_text, a img.img_right_text, a img.img{
	border: 1px solid #003576;
}

a img{
	text-decoration:none;
}

p, li, ul,ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#253E60;
}

p{
	margin-top: 2px;
	margin-bottom: 9px;
}

ul, ol{
	margin-top: 2px;
	margin-bottom: 8px;
}

ul li {
	margin-left: -20px;
	line-height: 15px;
	padding: 0px;
	margin-bottom: 2px;
	list-style-image: url(../pics/bullet.gif);
}

ol li {
	margin-left: -10px;
	line-height: 10pt;
	padding: 0px;
	margin-bottom: 3px;
}

ul li ul, ol li ol{
	margin-bottom: 5px;
}

ul li ul li, ol li ol li{
	list-style-image: url(../pics/bullet_2.gif);
	margin-left: -30px;
	line-height: 13px;
}

h1,h2,h3,h4,h5,h6 {
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 2px;
	color: #E45A08;
	FONT-STYLE: normal;
	font-family: "Times New Roman", Times, serif;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 1px;
	margin-right: auto;
	margin-left: 0px;
}

h1{
	font-size: 24px;
	margin: 0px -15px 7px -15px;
	padding: 4px 0px 4px 25px;
	font-weight: normal;
	margin-bottom: 10px;
	background-image: url(/pics/h1_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color:#E45A08;
}

h2{
	FONT-SIZE: 17px;
	padding-top: 0px;
	font-weight: bold;
	margin-bottom: 4px;
}

h3{
	FONT-SIZE: 15px;
}

h4{
	FONT-SIZE: 13px;
	margin-bottom: 5px;
}

h5{
	FONT-SIZE: 11px;
}

h6{
	FONT-SIZE: 10px;
}

form{
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}

select{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding:1px;
}

textarea{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #464646;
	margin: 3px auto;
}

/*Form & Table Elements*/
.box_container{
	background-color: #586B86;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin:0px;
}

.box_container h1, .box_container h2{
	FONT-SIZE: 15px;
	color: #FFFFFF;
	margin: 0px auto 4px 3px;
	padding: 4px 0px 0px;
	font-weight: bold;
}

.box_container div{
	background-color: #FFFFFF;
	margin: auto 1px 1px auto;
	padding: 3px;
	border-bottom: solid 1px #586B86;
}

.tables_noheading{
	width: 100%;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #586B86;
}

.tables_claim{
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #586B86;
}

.tables_claim td{
	font-family: verdana;
	font-size: 10px;
	padding: 8px 3px 3px 4px;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
}

.tables_claim tr.tables_label td, .tables_claim td.tables_label{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #003576;
	background-color: #A7B1BF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top: 1px solid #586B86;
	border-bottom: 1px solid #586B86;
}

.tables{
	width: 100%;
	background-color: #FFFFFF;
}

.tables ul li{
	font-size: 10px;
}

.tables td, .tables_noheading td {
	font-family: verdana;
	font-size: 10px;
	padding: 8px 3px 3px 4px;
	border-bottom: 1px solid #586B86;
	border-right: 1px solid #586B86;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
}

* html .tables td, .tables_noheading td { /* this selector recognized by IE only */
  height: 20px; /* total width (only for IE5.x/Win) */
  h\eight: 20px;  /* content width (for other IE) */
}

.tables td { /* other browsers */
	height:30px;
}

.tables td p, .tables td table tr td p, .tables_noheading td p, .tables_noheading td table tr td p {
	font-family: verdana;
	font-size: 10px;
	margin: 3px auto;
	line-height: 12px;
}

.tables td.nopadding table tr.thinrow td {
	padding-bottom: 0px;
	line-height:5px;
	font-size: 5px;
}
	
.secondrow {
	background-color:#F2F2F2;
}

.tables td td, .tables_noheading td td {
	border-style: none;
	border-width: 0px;
	margin: 0px;
}

.tables_label td, td.tables_label, .tables td.nopadding table tr.tables_label td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B5170;
	background-color: #A7B1BF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
}

.tables_label td a, td.tables_label a{
	color:#004B7C;
}

td.tables_info{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 8px;
	padding-top: 7px;
}

.tables_info{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.tables td.nopadding{ /*for nested tables inside another table*/
	padding:0px;
}

.tables td.nopadding table td.nopadding{ /*for nested tables inside another table*/
	padding:0px;
}

.tables td.nopadding table td{ /*for nested tables inside another table*/
	padding: 8px 3px 3px 4px;
}

.tables td input, .tables td select , .tables td texarea{ /*pulls input boxes up to align with label text*/
	margin-top: -4px;
}

.td_correct{ /*for special cases where an individual td has to be brought in line with overall style*/
	border-right: 1px solid #71AC23; border-bottom: 1px solid #71AC23; background-color:#FFFFFF; padding:4px;
}

.required{
	color:#CC0000;
}

.failure{
	color:#CC0000;
	font-weight:bold;
}

.success{
	color:#009900;
	font-weight:bold;
}

.invisible {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.firstletter {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.pSmall{
	font-size: 9px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 11px;
}

/*form button stuff */
.formbutton{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 1px 2px 2px 1px;
	font-weight: bold;
	border: 1px double #003576;
	background-color: #586B86;
}

.textbox, .tables td select.textbox{
	border: 1px solid #464646;
	font-weight:normal;
}

