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

input, textarea, text { 
background-color: #ffffff !important;      //  !important overrides the yellow
font-family: Verdana, Arial, Helvetica, sans-serif;  
font-size: 11px; 
}
body {
	padding: 0px;
	margin:0px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #dfceb4;
	background-color:#170017;
}

a:link {
	text-decoration: underline;
	color:#dfceb4;
}

a:visited {
	text-decoration: underline;
	color: #dfceb4;
}

a:hover {
	text-decoration: underline;
	color:#CCCCCC;
}

a:active {
	text-decoration: underline;
	color: #dfceb4;
}

img, img a, div, div a {
	border:none;
}

p {
	margin:5px 0 5px 0;
	padding:0;
}

#main {
	margin: auto;
	width: 900px;
	padding: 0px;
	/*background-color:#4e2438;*/
}

#announce {
	margin: 0px;
	width: 894px;
	background-color:#004300;
	color:#FFF;
	text-align:center;
	font-size:12px;
	padding:3px;
}

#masthead {
	margin: 0px;
	padding: 0px;
	width: 900px;
}

#navigation {
	margin: 0px;
	padding: 3px;
	width: 894px;
	background-color:#4e2438;
	text-align:center;
}

#content {
	margin: 0 px;
	padding: 15px;
	width: 870px;	
}

#sidebar1 {
	float: left;
	width: 165px; /* since this element is floated, a width must be given */
	background: #4e2438; /* top and bottom padding create visual space within this div */
	font-size:12px;
	color:#dfceb4;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 0px;
}

#footer{
	margin: 0px;
	padding: 15px;
	width: 870px;
	text-align:center;
}

#sub-info {
	margin:20px auto;
	width:600px;
	font-size:11px;
	color:#ffffff;
	text-align:center;
}

#sub-info a:link {
	color:#cccccc;
}

#sub-info a:visited {
	color:#cccccc;
}

#sub-info a:active {
	color:#cccccc;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
}
h3 {
	font-size:14px;
	font-weight:normal;
}