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

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background-color: #666666;
	background-image: url(imgs/bg.jpg);
	background-repeat: repeat;
}

#container {
	width: 718px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #333366;
	border: 2px solid #990000;
}

#nav {
	border-bottom: 2px dashed #FF9900;
	height: 24px;
	border-top: 2px dashed #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FF6666;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 3px;
}
#container #nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#container #nav a:visited {
	color: #FFFFFF;
}

#container #nav a:hover {
	color: #333333;
}

a:visited {
}

.indicator {
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}


#content {
	background-color: #FFFFFF;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
}

#footer {
	background-color: #ffffff;
	background-image: url(imgs/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	}

h1 {
	font: bolder 24px Georgia, "Times New Roman", Times, serif;
	color: #CD3333;
	border-bottom: 2px none #FF9900;
}
h2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin-bottom: 0px;
}




a:link {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}




/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. 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;
}

