/*  CSS by Jason Ogden */
                         
/* Vanilla Tag Formatting */
body {
	background-color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C2B0C;
}
a:link {
	color: #D1D1D1;
	text-decoration: none;
}
a:visited {
	color: #D1D1D1;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
}
p {
	font-family: "Centaur", Times, serif;  
	color: #333333; 
	font-weight: bold;;
	margin: 10px 0px;
	font-size: 18px;
}
img {
   	border: none;
}
h1 {
	margin: 0px 0px 10px 0px;
	font-family: "Lucida Calligraphy", serif;
	font-size: 28px;    
	color: #000066;
}
h2 {
	margin: 0px 0px 10px 0px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 30px;
}
h3 {
	margin: 0px 0px 10px 0px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	color: #000066;
}

/* Header/Footer Formatting */
#container
{
	background-color: #FFFFFF;
	border: 1px solid #A99961;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFF;
}
#header {
	background-color: #19153A;
	padding: 20px 30px 10px 20px;
	color: #D1D1D1;
}                                         
#footer {
	color: #D1D1D1;
	background-color: #19153A;
	height: 20px;
	padding: 10px 20px 0px;
	font-size: 11px;
	clear: both;
}
.menubar {
	margin-top: 20px;
}
.spacer {
	margin: 0px 6px 1px;
}
#footer .spacer {
	margin: 0px 20px 1px;
}

/* Main Container/Framing Formatting */
#main {
	min-height: 375px;
	padding: 20px 100px 20px 20px;
}                                                  
#main a:link {
	color: #000066;
	text-decoration: underline;
}
#main a:visited {
	color: #000066;
	text-decoration: underline;
}
#main a:hover {
	color: #777777;
	text-decoration: underline;
}
#main a:active {
	color: #777777;
	text-decoration: underline;
}
#frame {
	border-left: 1px solid #19153A;
	border-right: 1px solid #19153A;
	background-image: url(/images/shade_right.gif);
	background-repeat: repeat-y;              
	background-position: right;
}
.topshade {
	background-image: url(/images/shade_top.gif);
	background-repeat: repeat-x;              
	background-position: top;
}
.bottomshade {
	background-image: url(/images/shade_bottom.gif);
	background-repeat: repeat-x;              
	background-position: bottom;
}
.topcorner {
	background-image: url(/images/shade_top_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;

}
.bottomcorner {
	background-image: url(/images/shade_bottom_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Other Useful Formats*/
.notice {
	font-weight: bold;
	color: #000066;
}
.alert {
	color: #CC0022;
}
.footnote {
	font-size: 8px;
}
