body
{
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	background-color: #fff;
}

.blue
{
	color: #024c95;
}

.green
{
	color: #009d5d;
}

.white
{
	color: #fff;
}

.linkArrow
{
	font-size: 1.2em;
	font-weight: bold;
}

h1
{
	padding: 0 0 5px 0;
	font-size: 1.7em;
	font-weight: bold;
}

h2
{
	padding: 2px 0 5px 0;
	font-size: 1.6em;
	font-weight: bold;
}

p
{
	padding: 5px 0 10px 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
}

ol
{
	margin: 2px 0 10px 25px;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
}

ol li
{
	padding: 1px 0;
	color: #009d5d;
	font-weight: bold;
}

ol li span
{
	color: #000;
	font-weight: normal;
}

a
{
	color: #009d5d;
	text-decoration: none;
	font-style: italic;
	text-decoration: underline;
}

a:hover
{
	color: #024c95;
	text-decoration: underline;
	font-style: italic;
}

#container
{
	margin: auto;
	width: 835px;
}

#header
{
	height: 105px;
}

#logo
{
	float: left;
	width: 210px;
	height: 105px;
}

#leadBlock
{
	float: right;
	width: 605px;
	height: 105px;
	/* background-color: #024c95;
	text-align: center; */
}

/* #leadBlock h1
{
	padding: 50px 0 0 0;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
} */

#nav
{
	clear: both;
	height: 25px;
	overflow: hidden;
}

#nav ul
{
	margin: 0;
	padding: 6px 0 0 250px;
	font-size: 1.1em;
	list-style: none;
}

#nav ul li
{
	display: inline;
	float: left;
	padding: 0 15px;
}

#nav ul li.login
{
	padding-left: 50px;
}

#nav ul li a
{
	padding: 2px 4px;
	color: #024c95;
	text-decoration: none;
	font-style: normal;	
}

#nav ul li a.login
{
	background-color: #8fd8bf;
}

#nav ul li a:hover
{
	color: #8fd8bf;
	/* background-color: #8fd8bf; */
}

#nav ul li a.login:hover
{
	color: #024c95;
}

#nav ul li.selected a
{
	font-weight: bold;
	color: #009d5d;
}

#railLeft
{
	float: left;
	width: 210px;
}

#content
{
	float: left;
	padding: 0 20px 20px 20px; /* bottom was 20 */
	margin: 20px 0 0 0;
	width: 330px;	
	background: url(../images/logomarkScreen.gif) no-repeat 170px 230px;
}

p.newsItem
{
	padding: 3px 0;
	border-bottom: solid 1px #239dd9;
}

.divider
{
	width: 100%;
	height: 10px;
	margin: 10px 0 40px 0;
	background-color: #024c95;
}

#railRight
{
	float: left;
	padding: 0 0 0 20px;
	margin: 20px 0 0 0;
	width: 234px;
	border-left: solid 1px #009d5d;
}

#railRight p
{
	/* font-size: 1.1em; */
}

#footer
{
	clear: both;
	padding: 20px;
	text-align: center;
}

#footer a
{
	color: #024c95;
	font-style: normal;
	text-decoration: none;
}

#footer a:hover
{
	color: #009d5d;
	text-decoration: underline;
}

#serviceAreaHome
{
	float: right;
	width: 229px;
	height: 40px;
	/* margin: 10px 0 0 0; */
	padding: 7px;
	background-color: #024c95;
}

#serviceAreaHome p
{
	padding: 0;
	text-align: left;
}

#serviceAreaHome p a
{
	color: #fff;
	text-decoration: underline;
}


#loginBar
{
	float: left;
	padding: 5px 0 0 0;
	padding: 0; /* when banner ad */
	width: 560px;
	height: 50px;
	background-color: #8fd8bf;
	text-align: left;
	font-size: 1.2em;
}


/*
#loginBar
{
	float: left;
	width: 560px;
	height: 55px;
}
*/

#loginBar span
{
	padding: 0 7px;
}

.textbox, .watermark, .button, .radiobutton
{
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 1em;
}

.radiobutton
{
	color: #00a66d;
}

.textbox
{
	font-size: 1em;
    width: 120px;
    padding: 5px;
    color: #000;
}

.button
{
	padding: 2px;
	font-weight: bold;
	border: none;
	background-color: #024c95;
	color: #fff;
}

.watermark
{
	text-align: center;
	font-size: 1em;
    width: 120px;
    padding: 5px;
    color: #959595;
}

#footerBar
{
	position: absolute;
	visibility: hidden;
	clear: both;
	width: 100%;
	height: 60px;
	background: url(../images/footerBar.png) repeat-x;
}