body
{
        background-color: #001b96;
	color: #22A;
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

img
{
	border: none;
}

input[type=submit]
{
	background-color: #EFF7CE};
	color: #F8F8FF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0.3em;
}

input[type=text], input[type=password]
{
	background-color: #FFF;
	border: solid 1px #33D;
	color: #33D;
}

/*---------- Table formatting ----------*/
.dataTable
{
	border: solid 1px #338BA6;
}

.dataTable td
{
	border: solid 1px #73C0D4;
}

.dataTable tr.altRow
{
	background: #DEE;
	color: #008;
}

.dataTable th
{
	border: solid 1px #888;
	background: #BBB;
}

/*---------- #content ----------*/

#wrapper
{
	background: #ffffff url(../images/back-green2.gif) repeat;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
}

#left A:link {text-decoration: none; font-weight: bold; color: #9EAB05}
#left A:visited {text-decoration: none; font-weight: bold; color: #9EAB05}
#left A:active {text-decoration: none; font-weight: bold; color: #9EAB05}
#left A:hover {text-decoration: underline; font-weight: bold; color: #959D3B}

#content
{
        background-color: #ffffff;
        width: 660px;
        padding-top: 20px;
}

#content p
{
	color:#444444;
	font-family:verdana,arial,helvetica;
	font-size:10pt;
	line-height:140%;
}

#content li {margin-left: 30px;}

#content A:link {text-decoration: none; font-weight: bold; color: #9EAB05}
#content A:visited {text-decoration: none; font-weight: bold; color: #9EAB05}
#content A:active {text-decoration: none; font-weight: bold; color: #9EAB05}
#content A:hover {text-decoration: underline; font-weight: bold; color: #959D3B}


/*---------- #footer ----------*/
#footer
{
	clear: both;
	font-size: 0.9em;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
        color: #fff;
}
#footer A:link {color:#FFFFFF; font-family:verdana,arial,helvetica; font-size:8pt; }
#footer A:vistied {color:#FFFFFF; font-family:verdana,arial,helvetica; font-size:8pt; }
#footer A:active {color:#FFFFFF; font-family:verdana,arial,helvetica; font-size:8pt; }
#footer A:hover {color:#FFFFFF; font-family:verdana,arial,helvetica; font-size:8pt; }

#footer ul
{
	list-style: none;
	padding: 0.5em 0 0 0;
}

#footer li
{
	display: inline;
	color:#FFFFFF; font-family:verdana,arial,helvetica; font-size:8pt;
}

#footer p
{
	margin: 0.5em 0 0.5em 0;
}

/*==================== Page Styling ====================*/

/*---------- customError ----------*/
#customErrorSupport
{
	color: #00F;
}

/*---------- Privacy Statement ----------*/
.questionSeparator
{
	border-bottom: solid 1px #22A;
}

.companyName
{
	color: #22F;
}

/*---------- siteMap ----------*/

#siteMap li
{
	border-bottom: solid 1px #9F9FED;
}

#siteMap li a:link, #siteMap li a:visited
{
	background: #3210FF;
	border-left: solid 12px #151571;
	border-right: solid 1px #151571;
	color: #F8F8FF;
}

#siteMap ul ul li
{
	border-bottom: solid 1px #151571;
	margin: 0;
}

#siteMap ul ul li a:link, #siteMap ul ul li a:visited
{
	background: #9F9FED;
	color: #151571;
}

#siteMap li a:hover, #siteMap ul ul li a:hover
{
	background: #151571;
	color: #F8F8FF;
}