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

input, textarea, text { 
background-color:#EAEBFF !important;      //  !important overrides the yellow
font-family: Verdana, Arial, Helvetica, sans-serif;  
font-size: 11px; 
}
body {
	padding: 0px;
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #FFFFFF;
	background-color:#222222;
}

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

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

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

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

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

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

#main {
	margin: 10px auto;
	width: 1000px;
	padding: 0px;
	background-color:#333333;
}

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

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

#navigation {
	margin: 0px;
	padding: 5px;
	width: 990px;
	background-color:#333333;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

#navigation ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
	
#navigation li{
	margin:0px;
	display:inline;
	padding:0px 13px 0 13px;

}
	
#navigation li a:link, a:visited a:active{
	color:#CCCCCC;
	display:inline;
	padding:0;
}

#navigation li a:hover{
	color:#E14B7D;
	text-decoration:underline;
}

#content {
	margin: 0px;
	padding: 30px;
	width: 940px;
}

#footer{
	margin: 0px;
	padding: 35px;
	width: 830px;
	text-align:center;
	border-top: solid 5px #222222;
	border-bottom: solid 5px #222222;
}

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

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

#sub-info a:visited {
	color:#666666;
}
#sub-info a:active {
	color:#666666;
}
.largepurple {
	font-size:18px;
	font-weight:bold;
	color:#CCCCCC;
}

h1           { font-family:Georgia, "Times New Roman", Times, serif; font-size: 10pt; color: #FFFFFF; font-weight: normal; line-height:118%; margin-left:0; margin-right:0; margin-top:-1; margin-bottom:0  }

h2           { margin:0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 8pt; color: #FFFFFF; font-weight: normal; line-height:115% }

h3           { margin:0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; color: #FFFFFF; font-weight: normal; line-height:120% }

h4           { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; color: #FFFFFF; font-weight: normal; line-height:115%; margin-left:0; margin-right:0; margin-top:-1; margin-bottom:0  }

h5           { font-family: Georgia, "Times New Roman", Times, serif; font-size: 8pt; color: #FFFFFF; font-weight: normal; line-height:115%; margin-left:0; margin-right:0; margin-top:-1; margin-bottom:0  }

h6           { margin:0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 8pt; color: #FFFFFF; font-weight: normal; line-height:120% }


