body {
	margin: 0;
	background-color: #DFE2E5;
	background-attachment: fixed;
	background-image: url(graphics/bg-tile2.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E4247;
}
h1 {
	font-size: 1.3em;
	margin: 30px 20px 20px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.2em;
	margin: 20px 20px 10px 40px;
	color: #0066CC;
}
h3 {


	font-size: 1.0em;
	margin: 20px 20px 5px 40px;
}
p {
	margin: 5px 30px 20px 40px;
	line-height: 1.6em;
}
.white {
background-color: #FFF;
}
.blue {
background-color: #0C97D8;
color: #fff;
}
.white li {
	list-style-image: url(graphics/arrow.gif);
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 10px;
	line-height: 1.6em;
	margin-right: 20px;
}

.grey {
background-color: #C2C9D4;
}
/********************* Side Navigation Style ************************/
#navcontainer
{
	background: #0C97D8;
	width: 276px;
	margin: 0;
	padding: 0;
	font-family: Verdana, serif;
	font-size: 11px;
	text-align: center;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.5em;
	border-width: 0px;
	border-color: #7E5240 #7E5240 #7E5240 #7E5240;
	border-style: solid;
	color: #fff;
	text-decoration: none;
	background: #16A0E1;
	background-image: url(graphics/nav-button.gif);
	list-style-type: none;
	list-style-image: url(graphics/nav-arrow.gif);
}

#navcontainer>ul#navlist li a { width: 276px; }

ul#navlist li#active a
{
background: #068BC9;
color: #874199;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #fff;
background-image: url() ;
border-color: ;
}
/************** End Side Nav Style ********************/
a:link,a:active,a:visited { 
text-decoration:underline; color : #068BC9; 
}
a:hover	{ 
text-decoration: underline; color : #282626; 
}

ul.nav {
color: #FFFFFF;
}
a.navlink { 
color: #828A93; 
}		
a.navlink:visited { 
color: #828A93; 
}		
a.navlink:hover { 
color: #F1DC2E; 
}
.quote {
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.lblue {

background-color: #068BC9;
color: #fff;
}
