/* CSS Document */

a:link {
	color: #8181C0;
}
a:visited {
	color: #4F4F9D;
}
a:hover, a:active, a:focus {
	color: #7A8D54;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B4E43;
}
.bluelist {
	list-style-image: url(../images/bullet.gif);
}

body {
	background-image: url(../images/layout/bg_body.jpg);
	background-position: center 50%;
	background-repeat: repeat-y;
	background-color: #84A1B1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #747474;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #7A8D54;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #CC9900;
}
#navtable, #maintable {
	width: 746px;
}
.center {
	text-align: center;
}

#toptexttable, #headtable {
	width: 751px;
}
#toptext, #head, #headlinks, #headpad, #content {
	background-color: #FFFFFF;
}
#toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 0px 2px;
}
#head {
	padding: 8px 2px;
}
#headlinks {
	padding: 8px 2px;
	vertical-align: bottom;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #84A1B1;
}
#headlinks a {
	color: #84A1B1;
	text-decoration: none;
}
#headpad {
	border-top: 1px solid #84A1B1;
	height: 12px;
}
#nav {
	width: 179px;
	text-align: left;
	background-color: #84A1B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#spotlight {
	width: 161px;
	padding: 9px;
	background-color: #84A1B1;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic;
}
#content {
	padding: 15px;
	width: 550px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #84A1B1;
	font-style: normal;
	text-align: center;
}
.footer a {
	color: #84A1B1;	
}
.superscript {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #84A1B1;
	font-style: normal;
}
.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4F6D7D;
	font-style: normal;
	font-weight: bolder;
}

.leftcolumn a:link {
	text-decoration: underline;
	color: #000000;
	}
.leftcolumn a:visited {
	text-decoration: underline;
	color: #000000;
	}
.leftcolumn a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	}
.leftcolumn a:active {
	text-decoration: underline;
	color: #000000;
	}
.list { list-style-image : url("../images/bullet.gif"); margin: 0; padding: 0 0 10px 30px; }
.list li { margin: 0; padding: 0 0 5px 0; }