/* Reset styles 
-----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
ul{
	margin-bottom: 1em;
}
li{
	margin-left: 2em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background-color: #fff; 
	margin: 0; 
	background-image: url(images/background.gif);
	font: 13px normal Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	width: 100%;
	text-align:center;
}
/* Centered content */
#content{
	width: 950px;
	margin: auto;
	text-align: left;
}
img{
	border: none;
}
/* Header */
#header{
	width: 950px;
	background-color: #fff;
	text-align: center;
	font: xx-small normal Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	height: 200px;
}
#date{
	width: 716px; 
	text-align: right;
	font: xx-small normal Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	padding: 0;
	margin: 0;
}
#mainContent{
	width: 100%;
	min-height: 400px;
	padding: 0;
	}
h1{
	font-size: 17px;
}
h2{
	font-size: 15px;
	clear: both;
}
h3, h4, h5, h6{
	font-size: 13px;
}
#oneCol, #mainCol{
	margin: 5px 5px 0 5px;
	padding: 5px;
}
#mainCol{
	margin-left: 160px;
}
a, a:visited, a:hover, a:active{
  color: #000;
}
/* Navigation */
#nav{
	background: #fff;
	color: #000;
	clear: both;
	height: 21px;
	width: 100%;
	margin-bottom: 10px;
}
#nav ul, ul#footer, ul.subFoot{
	margin: 0;
	color: #000;
}
#nav ul{
	margin: 3px 0;
	background: url(images/btnBkgd.gif) repeat-x;
}
ul#footer, ul.subFoot{
	text-align: center;
	margin: 20px 0;
	clear: both;
}
#nav li{
	background: url(images/btnBkgd.gif) repeat-x;
	margin: 0;
	list-style: none;
	display: inline;
	white-space: nowrap;
	font-weight: bold;	
	text-transform: capitalize;
}
#footer li, ul.subFoot li {
	margin: 0;
	list-style: none;
	display: inline;
	white-space: nowrap;
	font-weight: bold;	
	text-transform: capitalize;
}
#nav a, #footer a, .subFoot a {
	padding: 3px 7px;
	overflow: hidden;
	height: 0;
	text-decoration: none;
	color: #000;
}
#nav li{
	color: #F50E2C;
	font-style: italic;
	font-family: "Times New Roman", serif;
}
.active{	
	padding: 3px 7px;
	background-image: none;
}
#footer .active{	
	padding: 3px 7px;
	background-image: none;
	font-size: 10px;
}
#nav a, #nav a:visited{
	color: #003399;
}
#nav a:hover, #nav a:active{
	color: #F50E2C;
}
#footer a, .subFoot a{
	font-size: 10px;
}
.clearfix{
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
p.clearfix{
	margin: 0; padding: 0;
}
/*Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
#advert{
	list-style: none;
	margin: auto;
	width: 288px;
	margin-bottom: 40px;
}
#advert li{
	height: 101px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	list-style: none;
}
ul.col{
	width: 40%;
	float: left;
	margin: 0 10px 10px 10px;
}
p{
	margin: 1em;
}
#twoCol{
	width: 100%;
}
#leftNav{
	width: 20%;
	float: left;
}
#leftNav ul{
	list-style: none;
}
#leftNav p{
	margin: 0;
}
#leftNav li{
	margin-left: 0;
}
#contentBody{
	width: 75%;
	float: left;
}
#contentBody ul ul{
	margin-left: 1em;
}
form{
	float: left;
	margin: auto;
	width: 300px;
}
fieldset{
	margin: 1em 0;
	padding: 1em;
}
legend{
	font-weight: bold;
}
label{
	display: block;
	text-align: left;
}
input{
	width: 242px;
}
textarea{
	width: 300px;
	height: 100px;
}
.required{
	font-size: .75em;
	color: #900;
	text-align: right;
	font-style: italic;
}
