﻿@charset "utf-8";
body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C0000;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active{
	text-decoration:none;
	color: #930;
	font-weight: bold;
	border-bottom: 1px solid;
	border-bottom-color: #930;
}
a:hover{
	text-decoration:none;
	color: #1C0000;
	border-bottom: 1px solid;
	border-bottom-color: #1C0000;
}

#hdr{
	width:100%;
	height:290px;
	background-image:url("images/fade_down.gif");
	background-repeat:repeat-x;
}

#content{
	width:800px;
	background-color:#FFFFFF;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

#info_area{
	background-color:#FFFFFF;   /* align for good browsers */
	text-align: left; /* counter the body center */
	padding: 10px;
	color:#1C0000;
}

.questions_area{
	background-color:#dddddd;
	padding: 2px;
	color:#1C0000;
}

p {
	margin-left:0.5em
}

h2 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 16pt;
    COLOR: #FFBA00;
    FONT-FAMILY:  Arial, sans-serif, Verdana
}

/*Nav Bar Menu Info */
.nav_links {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	width: 150px;
}

.nav_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav_links li {
	width: 140px;
	display: block;
}

.nav_links li a:link, .nav_links li a:visited,
.nav_links li a:active {
	display: block;
	width: 140px;
	font-weight: normal;
	color: #1C0000;
	text-decoration: none;
	border: 1px dotted;
	border-color: #1C0000;
	border-width: 0 0 1px 0;
	padding: 5px;
}

#top_li {
	width: 140px;
	display: block;
	border: 1px solid;
	border-color: #FFBA00;
	border-width: 0 0 1px 0;
}

.nav_links li a:hover {
	text-decoration: none;
	color: #1C0000;
	display: block;
	width: 140px;
	background-color: #ffd685;
}

#on {
	text-decoration: none;
	color: #930;
	display: block;
	width: 150px;
	padding: 0px;
	background-color: #ffd685;
}

.clear {
	clear: both;
}

.ver_line {
	background-image:url("images/ver_line.gif");
	background-repeat:repeat-y;
	width:3px;
}

.hor_line {
	background-image:url("images/hor_line.gif");
	background-repeat:repeat-x;
	height:3px;
	width:100%;
}

#table_head {
	background-color: #feeef8;
	border: 1px solid;
	border-color:#1C0000;
	padding: 5px;
}

.LeftNav { background-color: #FFC75E /*#FFBA00*/; }

img.floatLeft { 
    float: left; 
    margin: 4px;
	padding: 4px;
	border: 1px #CCCCCC solid;
}

img.floatRight { 
    float: right; 
    margin: 4px;
	padding: 4px;
	border: 1px #CCCCCC solid;
}

.hr508 {color:#1B3F95; height:1px; }