/* ------------- "generic" styles */

body
{
	font-family: verdana,arial,helvetica;
	font-size: small;
	font-weight: normal;
	margin: 0px; padding: 0px;
	background: #fff url(images/bg.gif) repeat-x;
}

a img {
	border: 0;
}


/* ------------- testing */

#contentnosidebar2
{
	margin: 0 2em 4em 3em;
	width: 700px;
	border: 6px solid red;
	background: white;
}

.content2
{
	color: #8b9399;
	padding: 0px 30px 15px 30px; /*trbl*/
}

#container
{
	margin:0 auto;
	width: 1015px;
}

.loginformbanner
{ 
	background-image: url(images/level2_02.jpg);
	font-family: verdana,arial,helvetica;
	color: #8b9399;
	font-size: 10px;
}

.sectionheading
{
	font-family: verdana,arial,helvetica;
	font-size: 12pt;
	font-weight: bold;
}


/* ------------- hometable styles */

#hometable {
	border: 6px solid #f0f2f4;
	margin-left:30px;
}

.loginform {
	font-family: verdana,arial,helvetica;
	color: #8b9399;
	padding-left: 15px;
	font-size: 10px;
}

.loginform a 
{
	color: #003480;
	text-decoration: none;
	font-weight: bold;
}


/* link styles */
a:link
{
	color: #003480;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a:visited 
{
	color: #003480;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover 
{
	color: #7b0f12;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.disabled
{
	color: #8b9399;
	font-size: 8pt;
	font-weight: bold;
}



/* ------------- masthead styles */

#masthead {
	margin: 0 auto;
	width: 1015px;
}

#homelink {
	display: block;
}

#navlinks {
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	background: #ffffff;
	color: #8b9399;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #99C;
}

#navlinks li.last {
	border-right: 0;
}

#navlinks li.logout {
	border-right: 0;
}

#loginstamp 
{
	margin-top: -2em; padding: 0 2em 0 0;
	color: #FFF;
	font-size: x-small;
	text-align: right;
	vertical-align: middle;
	line-height: 1;
}

#accountinfoblock {
	padding-bottom: 25px;
}

.paddedblock {
	padding-top: 25px;
	padding-bottom: 25px;
}



/* ------------- main column styles */

#content
{
	float: left;
	padding: 0 20em 4em 3em;
}

#contentnosidebar
{
	padding: 0 2em 4em 3em;
	width: 700px;
}

#content h1, #contentnosidebar h1
{
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 2em;
   font-style : normal;
   font-weight : bold;
   text-align : left;
   color : #999999;
}



/* ------------- sidebar styles */

#sidebar
{
	float: left;
	width: 17em;
	margin: 0 0 4em -18em;
	padding: 0.66em;
	border-left: 1px solid #000;
}

#sidebar a
{
	text-decoration: none;
}

#sidebar a:link
{
	color: #003480;
	font-weight: normal;
	text-decoration: none;
}
#sidebar a:visited 
{
	color: #003480;
	font-weight: normal;
	text-decoration: none;
}
#sidebar a:hover 
{
	color: #7b0f12;
	font-weight: normal;
	text-decoration: none;
}



.hilite
{
	background-color : #FFFF00;
}
.actionlink
{
	font-size: 8pt;
}
.dbrelease
{
	font-size: x-small;
}




/*legacy styles*/

.footnote
{
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	text-align        : left;
	font-size         : 9px;
	color             : #808080;
}

.correct { color: green }

.incorrect { color: red }



#footer {
	margin-left:30px;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	color: #8b9399;
	width: 1015px;
}
