/* CSS Document */

a:link, a:visited{
color:#CFD3E2;
text-decoration: underline;
}

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

a.more:link, a.more:visited{
color:#CFD3E2;
text-decoration: none;
}

a.more:active, a.more:hover{
color: #fff;
text-decoration: none;
}

html{
height:100%;
}

body {
	margin:0px 0px 0px 0px;
	padding:0;
	background:#cccccc;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
	color: #fff;
	height:100%;
  } html>body {font-size:small;}

#container {
	position:relative;
	width:98%;
	margin:0 auto;
	text-align:left;
	min-width:43em;
	background-color:#404040;
  }

#pageHeader {
	width:100%;
	height:80px;
	background-color:#4B5781;
	background:url("images/headers/header_left.gif") no-repeat left;
}

#pageHeader h1 span {
	margin-left: -250px;
  }
  
#pageHeaderRight {
	position:absolute;
	top:0px;
	right:0px;
	height:80px;
	width:400px;
	background:url("images/headers/header_right.gif") no-repeat right;
  }
  
#arcContainer {
	float: left;
	width: 100%;
	height:19px;
	background:url("images/headers/arc.gif");
	background-position:right top;
	background-repeat:no-repeat;
}
#arcLeft {
	width:10px;
	height:100%;
}
  
#arc {
}

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.2;
	border-top:1px solid #4B5781;
	border-bottom:4px solid #4B5781;
	background: #7582AE;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 12px;
}

#nav a.daddy {
	background: url("images/listMenus/arrow.gif") center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	border:0px solid #fff;
	border-top:2px solid #4B5781;
	position: absolute;
	left: -999em;
	height: auto;
	width: 13em;
	w\idth: 13em;
	font-weight: normal;
	margin: 0;
}

#nav li li {
	width: 13em;
	border-bottom:1px solid #4B5781;
}

#nav li ul a {
	width: 10.5em;
	w\idth: 10.5em;
}

#nav li ul ul {
	margin: -1.9em 0 0 13em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #939CBF;
}

#supportingText{
	padding:5px 0px 0px 0px;
	font-size:small;
	color: #414141;
}
html>body #supportingText{
	height:auto;
}
#rightProp{
	float:right;
	height:420px;
	width:0px;
}
#supportingText a, #supportingText a:visited{
	color: #CFD3E2;
	font-weight:bold;
	}

#supportingText a:hover, #supportingText a:active{
	color: #fff;
	}

#mainText {
	float: left;
	width:68%;
	padding:0px 10px 10px 20px;
	background-image:url("images/headers/h1Back.gif");
	background-position:right top;
	background-repeat: no-repeat;
}
html>body #mainText {
	height:auto;
}

#mainText h2 {
	width: 100%;
	height:34px;
	font-weight: bold;
	font-size: x-large;
	padding:9px 0px 0px 0px;
	margin: 0px 0px 0px -10px;
}

#supportingText {
	margin-right: 5px;
	float: right;
	width: 24%;
	color:#fff;
	padding:0px 0px 0px 15px;
}

#supportingText h2 {
	font-weight: bold;
	font-size: x-large;
	color:#fff;
	height:34px;
	padding:9px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer{
	clear: both;
	background-color: #4B5781;
	border-top-color: #cccccc;
	height:25px;
	padding:7px 0px 0px 0px;
	text-indent: 10px;
	font-family: "arial";
	font-weight: bold;
	text-align:left;
	vertical-align:middle;
	color: #ffffff;
}

#footer a, footer a:link, footer a:visited {
	font-size: small;
	color: #ffffff;
	text-decoration: none;
	padding:2px 8px 2px 8px;
	margin: 6px 0px 0px 0px;
	height:100%;
}

#footer a:hover, footer a:active {
	color: #CFD3E2;
	height:100%;
}

#footerLeft {
	float:left;
	width:33%;
	text-align:left;
	height:100%;
}

#footerCenter {
	float:right;
	margin-right:5px;
	text-align:right;
}

#headerLogin{
	position:absolute;
	top:82px;
	left:20px;
}

#headerLogin input{
	height: 22px;
	vertical-align:middle;
}

#headerLogin span input{
	height:14px;
	width:75px;
	background-color: #E1F2F4;
	font: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #004890;
	margin:0px 3px 0px 3px;
	border: 1px ridge #409FAA;
}
#form {
	text-align:center;
}

#form table{
	text-align:left;
	background-color:#4B5781;
	border: 2px ridge #efefef;
}

#form tr{
	padding:2px 10px;
}

#form th{
	padding:2px 6px;
	border-bottom: 3px solid #409FAA;
}


#form h1{
	width:100%;
	font-weight: bold;
	font-size: large;
	color:#414141;
	padding:0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

#error{
	text-align:center;
	font-size: small;
	color: #FF0000;
	margin: 0px 0px 0px 0px;
}

#form input{
	height: 22px;
	text-size:small;
	vertical-align:middle;
}

#form span input {
	height: 18px;
	width:140px;
	background-color: #efefef;
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin:0px 3px 0px 3px;
	border: 1px ridge #666666;
}

#form span textarea {
	height: 100px;
	width:200px;
	background-color: #efefef;
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin:0px 3px 0px 3px;
	border: 1px ridge #666666;
}

#form span select {
	height: 18px;
	width:143px;
	background-color: #efefef;
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin:0px 3px 0px 3px;
	border: 1px ridge #666666;
}

#form span.long input, span.long select{
	height: 18px;
	width:350px;
	background-color: #efefef;
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin:0px 3px 0px 3px;
	border: 1px ridge #666666;
}

#supportingText a.indent, #supportingText a.indent:visited{
padding-left:20px;
display:block;
}

#supportingText a.indent1, #supportingText a.indent1:visited{
padding-left:30px;
display:block;
}

#supportingText a.indent2, #supportingText a.indent2:visited{
padding-left:40px;
display:block;
}

.h1{
font-family: arial; 
font-size: medium; 
font-weight: bold;
color:#fff;
}

.h3{
font-family: arial; 
font-size: 110%; 
font-weight: bold;
color:#fff;
}

#footerLeft a.hiddenLink, footerLeft a.hiddenLink:link, footerLeft a.hiddenLink:visited {
	color: #4B5781;
}

#footerLeft a.hiddenLink:hover, footerLeft a.hiddenLink:active{
	color: #4B5781;
}

#footerCenter a, footerCenter a:link, footerCenter a:visited {
	font-size: small;
	color: #ffffff;
	text-decoration: underline;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:100%;
}

#footerCenter a:hover, footerCenter a:active {
	color: #CFD3E2;
	height:100%;
}
