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



body {
 background::#000000;
}
h1 {
	font-family:'Lucida Casual', 'Arial';
	font-weight: bold;
	font-size: 28pt;
	color:white;
}
h2 {
	font-family:'Lucida Casual', 'Arial';
	font-weight:bold;
	font-size: 14pt;
	color:white;
}
h3 {
	font-family: verdana, helvetica, sans serif;
	font-weight:500;
	font-size: 16pt;
}
p {
	font-family:'Lucida Casual', 'Arial';
	font-size:14pt;
	font-weight:normal;
	color:white;
}
ul {
	text-align:left;
}
li {
	font-family: arial, helvetica, sans serif;
	font-size: 12pt;
	color:#FFF;
	margin-left:200px;
}
a:link {
	color: #cb2323;
	text-decoration:none;
}     /* unvisited link */
a:visited {
	color: #cb2323;
	text-decoration:none;
}  /* visited link */
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}   /* mouse over link */
a:active {
	color: #FFFFFF;
	text-decoration:none;
}   /* selected link */
#wrapper {
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#banners {
	width:800px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-top:25px;
}
#header {
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	height: 150px;
	width:1000px;
	padding:0px;
	top:auto;
}
#navigation {
	background-image:url(images/navigation.png);
	width: 1000px;
	height: 31px;
	padding: 0px;
}
#subheader {
	background-image:url(images/subheader.png);
	background-repeat: no-repeat;
	height: 107px;
	width:1000px;
	padding:0px;
	top:auto;
}
#nav {
	width:950px;
	height: 43px;
	text-align:left;
	font-family: Chicago, Charcoal, sans-serif;
	font-size:13pt;
	font-weight:bold;
	font-variant:small-caps;
	color:#FFFFFF;
}
#nav a {
	color:#cb2323;
	font-weight:bold;
}
#nav a:hover {
	color:#FFFFFF
}
#text {
	width:925px;
	text-align:left;
}
#content {
	position:relative;
	background-image:url(images/repeater.png);
	background-repeat:repeat-y;
	width:1000px;
	padding:0px;
	overflow:hidden;
	margin: 0 auto;
}
#left {
	width:150px;
	float:left;
	text-align:left;
	font-family:'Lucida Casual', 'Comic Sans MS';
}
.feat {
	margin-bottom: 5px;
}
#right {
	width:700px;
	float:left;
	text-align:left;
	text-indent:100px;
	font-family:'Lucida Casual', 'Comic Sans MS';
}
#right2 {
	width:700px;
	float:left;
	text-align:left;
	font-family:'Lucida Casual', 'Comic Sans MS';
}
#foot {
	font-family: verdana, helvetica, sans serif;
	font-weight: normal;
	font-size: 8pt;
	color:#FFFFFF;
}
#footer {
	background-image:url(images/footer.png);
	height: 74px;
	width:1000px;
	padding:0px;
}
#footer a {
	color:#6699FF;
	font-weight:bold;
}
#footer a:hover {
	color:#CCCCCC
}
input.blue {
	background-color: #bde4ff;
}
textarea.blue {
	background-color: #bde4ff;
}
