body { 
	background-color: #fff;
	margin: 0;
	padding: 0;
}

html, body, p, ul, table {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;\
	color: #000;
}

a:link, a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #b01537;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	color: #003366;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
}

h3.featured {
	font-size: 14px;
	color: #b01537;
	margin: 0;
	padding: 0;																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																												
}

p, li {
	line-height: 1.6em;
}

li.featured {
	margin-left: -18px;
}


input, textarea {
	border: 1px solid #003366;
	height: 18px;
}

#contentContainer {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

#headerSecTitle {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-color: 808080;
	border-bottom-color: #666666;
	vertical-align: middle;
	text-align: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 1px;
}

#mainNav {
	height: 34px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(../images/mainNavBG.gif);
	background-repeat: repeat-x;
}

#logo {
	margin: 20px;
} 

#mainImage {
	margin: 20px;
}

#welcome {
	float: left;
	width: 525px;
	padding-right: 20px;
}

#featured {
	float: left;
	width: 237px;
	color: #333;
	font-size: 10px;
	padding: 8px;
	border: 1px solid #CCC;
	margin-top: 40px;
}

#footer {
	height: 32px;
	background-image:url(../images/footerBG.gif);
	background-repeat:repeat-x;
	padding-top: 8px;
	width: 100%;
}

#textNav {
	margin-top: 25px;
}

.divider {
	border-top: 1px dashed #b01537;
	margin: 0;
	padding: 0;
}
.subHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #F00;
}
.redText {
	color: #F00;
	font-style: italic;
}
