﻿BODY {
	FONT-SIZE: 15px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 23px;
}
.indent {
	padding-right: 12px;
	padding-left: 25px;
	margin-left: 80px;
}
.WhiteText {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Century Gothic
}
.asterisk {
	COLOR: #cc3f23
}
A:active {
	FONT-WEIGHT: bold;
	COLOR: #333333;
	TEXT-DECORATION: none;
}
A:link {
	FONT-WEIGHT: bold;
	COLOR: #333333;
	TEXT-DECORATION: none;
}
A:visited {
	FONT-WEIGHT: bold;
	COLOR: #333333;
	TEXT-DECORATION: none;
}
A:hover {
	FONT-WEIGHT: bold;
	COLOR: #7A30B2;
	TEXT-DECORATION: none;
}
h4           {
	color: #6E4B8E;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
}
h2           {
	color: #002060;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}
#head-container
{
	background-image: url('images/headerbkgrd.gif');
	background-repeat: repeat-x;
	height: 161px;
}
#header
{
	margin: 0 auto;
	width: 1040px;
	background-image: url('images/logoheader.gif');
	background-repeat: no-repeat;
	height: 161px;
}

#header h1 { margin: 0; }

#navigation
{
	margin: 0 auto;
	width: 900px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }

#content-container
{
	float: left;
	width: 100%;
	color: #000;
	background: #FFFFFF;
}
#content-container2
{
	margin: 0 auto;
	width: 1040px;
	height: inherit;
}
#content-container3
{
	float: left;
	width: 1040px;
	background: #FFF url(two-fixed-background.gif) repeat-y 100% 0;
}

#content
{
	clear: left;
	float: left;
	width: 560px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
}

#content h2 { margin: 0; }

#aside
{
	float: right;
	width: 200px;
	padding: 5px 5px 20px 10px;
	margin: 0 20px 0 0;
	display: inline;
}

#aside h3 { margin: 0; }

#footer-container
{
	clear: left;
	color: #fff;
	background-image: url('images/footerbkgrd.gif');
	background-repeat: repeat-x;
	height: 190px;
}
#footer {
	background-position: center top;
	width: 1040px;
	color: #DDD;
	text-align: right;
	height: 180px;
	background-image: url('images/footerwatermark.gif');
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 15px;
	background-repeat: no-repeat;
}
/* Links within the footer will appear with white text and the font size will be 95%. Because we haven't defined any text decoration, the default is underlined. */

#footer a {
color: #FFFFFF;
font-size: 95%;
}

/* When the mouse hovers over a link in the footer, it will appear with a slightly different brownish yellow text compared to the main menu and the text will not be underlined. */

#footer a:hover {
color: #E9D766;
text-decoration: none;
}
.navdivider {
	text-align: center;
	height: 10px;
	background-image: url('images/divider.gif');
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.navbkgrd {
	background-image: url('images/navbkgrd.gif');
	background-repeat: no-repeat;
	height: 530px;
}
#aside2 {
	float: left;
	width: 240px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}
.nav2 {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 16px;
}
.georgia {
	font-family: Georgia;
	font-style: italic;
}
.navtop {
	padding-top: 15px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 16px;
}
.parapadding {
	padding-right: 12px;
	padding-left: 25px;
}
.hdg {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #CCCCCC;
	background-color: #002060;
	line-height: 30px;
	margin-left: -8px;
	padding-left: 8px;
	padding-right: 3px;
}
