@charset "utf-8";
/* CSS Document */

body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0px;
	padding: 0px;
	background-color: #666666;
}

a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #8BB1D8;
}
a:active {
	text-decoration: underline;
}





#wrap {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border: 1px solid #333333;	
	}
	
#header {
	border-bottom: 1px solid #666666;
	height: 148px;
	margin: 0px;
	padding: 0px;
}
#nav{
	border-bottom: 1px none #336699;
	background-color: #FFFFFF;
	height: auto;
	margin: 0px;
	padding: 0px;

}

#content {
	background-color: #FFFFFF;
}
#left {
	float: left;
	width: 150px;
	padding-left: 7px;
	
}
#left a {
	color: #003366;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#left a:visited {
	color: #003366;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#left a:hover {
	background-color: #999999;
	padding-right: 3px;
	padding-left: 3px;
}

#main {
	width: 520px;
	margin-left: 160px;
	border-left: 1px dotted #666666;
	padding-left: 20px;
}
#main h2 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #006699;
}
#main p {
	font: 14px/170% Georgia, "Times New Roman", Times, serif;
}
#main h1 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin-bottom: 0;
	padding-bottom: 0px;
}


#right {
	float: right;
	width: 130px;
}

/*footer and navigation styles*/
#footer {
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top: 1px dotted #333333;
	padding: 5px;
	
}

#wrap #footer a {
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#wrap #footer a:visited {
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#wrap #footer a:hover {
	color: #6699CC;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.imgright {
	background-position: right;
	padding-left: 0px;
	margin-left: 10px;
	border-top: medium solid #253C66;
	border-right: medium solid #34548F;
	border-bottom: medium solid #34548F;
	border-left: medium solid #253C66;
}
h1 {
	color: #336699;
	font: 24px Georgia, "Times New Roman", Times, serif;
	
}
h2 {
	color: #336699;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}


h3 {
	color: #006699;
	margin-bottom: 10px;
	margin-top: 20px;
	font: bold 14px/0px Georgia, "Times New Roman", Times, serif;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/* Miscellaneous classes for reuse */
.fltrt { /* use to float an element right. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.imgspace {
	padding-right: 10px;
}
h4 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #006699;
	text-decoration: none;
}
#wrap #content #main table {
	font-size: 10px;
}
#wrap #content #main li {
	list-style-position: inside;
}
.question {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #990000;
}
