/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font: 10pt Arial, Helvetica, sans-serif;
	color:#666666;
	/* text-align: center; */	
}

#wrap {
	margin: 0px auto;
	width: 900px;
}

#mainBody {
	background: url(../img/mainBody/vBar.jpg) repeat-y 680px 0;
	background-color: #ffffff;
}

#header {
	width: 100%;
	background: #ffffff;
}

#header2 {
	width: 100%;
	max-height: 75px;
	background: url(../img/banner2.jpg) no-repeat;
}

#content {
	float: left;
	width: 685px;
}

#content #contentText {
	margin-left: 25px;
	margin-right: 40px;
	padding-bottom: 50px;
}

#content #contentText.home {
	margin-left: 0px;
	margin-right: 5px;
	padding-bottom: 3px;
}

#content .rBorder {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
}
	
#sideBar {
	float: right;
	width: 215px;
	background: #ffffff;
}

#sideBar #sideBarText {
	
}

#sideBar .indentText {
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.selected{
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #99CC55;
	border-top-color: #99CC55;
	background-color: #E4F1D5;
}

#sideBar .header{
	font-size: 11pt;
	font-weight:900;
	color: #004890;
	letter-spacing: 1px;
	margin-bottom: 3px;
	padding-left: 10px;
}

#sideBar a{
	font-size: 10pt;
	font-weight: normal;
	color: #999999;
}

#sideBar a.selectedText{
	font-size: 10pt;
	font-weight: bold;
	color: #004890;
}

#sideBar a:hover{
	color: #004890;
}

#loginHome{
	bottom: 0px;
	margin-left: 10px; /* This is causing Dreamweaver to push login block down */
}

#login .header{
	font-size: 11pt;
	font-weight:900;
	color: #004890;
	letter-spacing: 1px;
	margin-bottom: 3px;
}

#nav {
	width: 100%;
	min-height: 20px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #ffffff;
	margin-top: 10px;
	position:relative;
	border-bottom: 5px #004890 solid;
}

#nav ul {
	padding:0;
	list-style:none;
	margin-left: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#nav li {
	float:left;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#nav a {
	display:block;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border: 0;
	color: #999999;
}

#nav a:hover {
	color: #004890;
}

#nav #current {
    background:url("../img/nav/rightTab.jpg") no-repeat right top;
	background-color: #004890;
}	

#nav #current a {
    background:url("../img/nav/leftTab.jpg") no-repeat left top;
	color:#FFFFFF;
	border: 0;
}

#navBar {
	position:relative;
	width: 100%;
	height: 5px;
	background-color: #ffffff;
}

#visitor {
	clear: both;
	padding: 10px 0 10px 0;
	background-color: #ffffff;
	color: #999999;
	font-size: 9pt;
	text-align: center;
}

#footer {
	clear: both;
	padding: 10px 0 10px 0;
	background: url(../img/footer/hBar.jpg) repeat-x top;
	background-color: #ffffff;
	color: #999999;
	font-size: 9pt;
	text-align: center;
}

#footer a{
	color:#999999;
}

#footer a.selectedText{
	font-weight: bold;
	color: #004890;
}

#footer a:hover{
	color:#004890;
	border-bottom: 1px dashed #004890;
}

p {
	color:#666666;
	font-size: 11pt;
	line-height: 25px;
}

.error{
	color: #FF0000;
	font-size: 10pt;
}

p.footnote {
	color:#000000;
	font-size: 8pt;
	line-height: 18px;
}

p.homeWhite {
	color:#ffffff;
	font-size: 11pt;
	line-height: 20px;
	padding: 11px;
	margin: 0;
}
.homeBlue{
	color: #004890;
	font-weight: bold;
}
.homeGreen{
	color: #99CC55;
	font-weight: bold;
}

.bullet{
	margin-top: 3px;
}

p label{
	font-size: 8pt;
	font-weight: 700;
	letter-spacing: 1px;
	color: #999999;
	margin-bottom: 1px;
}

input {
	border:1px solid #999999;
	margin-bottom: 2px;
	color: #004890;
	padding: 2px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a.grey {
	color:#666666;
}
a.grey:hover {
	color:#004890;
}

label{
	font-size: 11pt;
	font-weight: normal;
	color: #666666;
	margin-bottom: 5px;
}

.sectionHeader {
	font-size: 20pt;
	font-weight:bold;
	color: #99CC55;
}

.sectionHeader2 {
	font-size: 25pt;
	font-weight:bold;
	color: #004890;
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sectionSubHeader1 {
	font-size: 12pt;
	font-weight:bold;
	color: #004890;
}

.sectionSubHeader2 {
	font-size: 11pt;
	font-weight:bold;
	color: #004890;
}

.sectionHeaderNote {
	font-size: 11pt;
	font-weight:bold;
	color: #004890;
}

#continue {
	font-size: 12pt;
	font-weight:bold;
	color: #99CC55;
}

#previous {
	font-size: 12pt;
	font-weight:bold;
	color: #99CC55;
}
