body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../_images/bkgd.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	font-size: 1em;
	line-height: 1.25em;
	color: #000;
}
h1, h2, h3 {
	margin-top: 0;
	padding: 5px 0 5px 0;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #232180;  /* royal blue */
}
h4 {
	margin-top: 0;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #232180;  /* royal blue */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.subHeader3 {
	font-weight: 700;
	color: #000;
}
.purple {
	color: #474194;
}
.blue {
	color: #232180;
}
.subBlue {
	font-size: 1.2em;
	font-weight: bold;
	color: #232180;
	text-decoration: underline;
}
li {
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	text-decoration: none;
}
.subHeader	{
	font-weight: 700;
	font-size: 1.em;
	color: #2D4397;
	font-size: 0.8em;
}
.subHeader2 {
	font-size: 1em;
	font-weight: 700;
	color: #2D4397;
}
img {
	border:0;
}
a:link {
	color: #2D3091; /* white */
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #2D3091;
}
/*-------------------------Header--------------------------*/
#header {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 835px;
	background-color: #666;
}
/*-------------------------mainContent--------------------------*/
#mainContent {
	background-color: #CCC;
	margin: 0px;
	padding: 20px;
	width: 620px;
	float: right;
}
/*-------------------------Sidebar--------------------------*/
#sidebar {
	margin: 0px;
	padding: 0px;
	width: 175px;
	float: left;
}
.sidebarText {
	font-size: 0.75em;
	color: #006;
	padding: 6px;
}
/*-------------------------Navigation--------------------------*/
#navigation {
	width: 175px;
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.25em;
	padding: 0px;
	color: #fff;	
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}	
#navigation li {
	border-bottom: 1px solid #fff;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.3em;
	}		
#navigation li a {
	display: block;
	background-color: #666666; /* grey */
	padding: 3px 0 3px 5px;
	color: #fff;
	text-decoration: none;
	}
#navigation li a:hover {
	background-color: #ccc; /* light grey */
	color: #ffff66; /* yellow */
	}
#navigation a:active {
	background-color: #ccc; /* light grey */
	color: #2A3294; /* royal blue */
}	
#navigation a.holder {
	text-decoration: none;
}
#navigation a.current {
	color: #2A3294;
	background-color: #ccc; /* light grey */
	font-weight: 700;
}
/*-------------------------Header--------------------------*/
#footer {
	background-color: #999;
	margin: 0px;
	padding: 0px;
	height: 45px;
	clear: both;
}
.clear {
	clear: both;
}
.small {
	font-size: .8em;
}
