html, body	{
		min-height: 100%;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		font-family: Verdana;
		font-size: 11px;
		color: #000000;
		font-size: 10pt;
}

form { 
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.question { 
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color: #000000;
	padding-left:10px;
	line-height: 20px
}
.answer { 
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color: #660000;
    margin-left:10px;
	line-height: 20px
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

img {
	border: none;
}

p {
	margin: 0px 0px 10px 0px;
}

a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #CCCC66;
}

td {
	vertical-align: top;
}

div.head {
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #8B2121;
	text-decoration: none;
	border-bottom: 1px solid #015EAC;
	width: 90%;
	margin: 20px 0px 0px 0px;
	padding-bottom: 4px;
	text-align: center;
}

div.head_small {
	font-size: 13pt;
	font-weight: bold;
	color: #8B2121;
	margin: 20px 0px 0px 0px;
	text-align: left;
}

div.text {
	font-size: 10pt;
	color: #000000;
	margin: 20px 0px 0px 0px;
	text-align: left;
}

.text {
    font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}

.forms	{
		font-family: Verdana;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		line-height: 20px
}
.forms:hover {color:#ff6600}

div.subhead {
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #8B2121;
	text-decoration: none;
}

.nav {
	width: 114px; 
	text-align: right; 
	border-bottom: 1px #000000 solid;
	font-family: verdana, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
}

.nav a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	color: #66170A;
	text-decoration: none;
}

.nav a:hover {
	color: #FF6600; 
}

.navon {
	width: 110px;
	text-align: right;
	margin: 10px 0px 0px 0px;
	border-bottom: 1px solid #000000;
	color: #000000;
}

.navon a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	color: #250B00;
	text-decoration: none;
}

.navon a:hover {
	color: #FF6600; 
}

div.navsub {
	 width: 120px; 
	 border-bottom: 1px solid #000000; 
	 border-right: 1px solid #000000;
	 border-top: 1px solid #000000;
	 background-color: #FFFFFF;
	 font-size: 8pt;
	 margin: -1px 0px 0px 0px;
}

div.navsub div {
	text-align: right;
	margin: 2px 4px 6px 0px;
}

div.navsub div a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #250B00;
	text-decoration: none;
}

div.navsub div a:hover {
	color: #FF6600; 
}






table.records_display {
	border: 1px solid #00284E;
	font-size: 8pt;
}

td.records_display {
	background-color: #025AA6;
	font-size: 10pt;
}

td.records_display strong {
	color: #FFFFFF;
}

td.records_display a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
}

td.records_display a:hover {
	color: #FFCC66;
}

input.search_button {
	color: #EAE6B9; 
	font-weight: bold; 
	background-color: #004682;
}

td.form {
	border-bottom: 1px solid #FFFFFF; 
	height: 20px; 
	font-size: 9pt;
	vertical-align: bottom;
	color: #536A84;
}

td.formHeading {
	height: 20px; 
	font-size: 9pt;
	font-weight:bold;
	vertical-align: bottom;
	color: #940000;
}

td.form a {
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
}

td.form a:hover {
	color: #FF6600;
}

#wrapper
	{
   		margin-left: auto;
	    margin-right: auto;
		width: 100%;
		text-align: left;
		position: relative;
		min-height: 100%;
		top: 0;
		background: #FFFFFF url(images/back_side.gif) repeat-y;
		_border-right: 1px solid #FFFFFF;
	}
	
div.content_container {
	width: 100%; 
	border-bottom: 1px solid #015EAC; 
	border-top: 1px solid #015EAC; 
	background-color: #C0D5E7;
	margin: 10px 0px 0px 0px;
}

#side_menu {
	width: 128px; 
	background-image: url(/images/table_back.jpg);
	background-repeat: no-repeat;
	background-color: #E0DCD3;
	float: left;
}
