@charset "utf-8";
/* CSS Document */
body {
	background:url(images/background.gif) #660000;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:130%;
}
A:link {text-decoration:underline; color:#900;}
A:visited {text-decoration:underline; color:#900;}
A:active {text-decoration:underline; color:#900;}
A:hover {text-decoration:none; color:#444;}

#content {
	padding: 20px;
	background-color:#FFF;
}

#content p,ul {
	margin: 5px 0 5px 0;
}

.heading {font-size:17px; font-weight:bold; color:#333333;}
.subheading {font-size:13px; font-weight:bold; color:#333333; border-bottom: 1px dashed #CCCCCC;}
.navbar {font-size:13px; font-weight:bold; color:#571700; text-align:center; vertical-align:middle;}
.subnavbar, .currentPage {font-size:11px; font-weight:bold; color:#571700; text-align:center; vertical-align:middle;}
A.navbar:link, A.navbar:visited, A.navbar:active {text-decoration:none; color:#FFF;}
A.navbar:hover {text-decoration:underline; color:#FFFACD;}
A.subnavbar:link, A.subnavbar:visited, A.subnavbar:active {text-decoration:none; color:#FFF;}
A.subnavbar:hover {text-decoration:underline; color:#FFFACD;}
A.currentPage {text-decoration:underline; color:#FFFACD; cursor:default;}
A.footer:link, A.footer:visited, A.footer:active {font-weight:bold; text-decoration:none; color:#FFF;}
A.footer:hover {font-weight:bold; text-decoration:underline; color:#FFFACD;}
.required {color:#FF0000;}
/* img, div, td { behavior: url(iepngfix.php) } */

