/* This is the default style sheet for all text on the site */
a:link
{
	color:#5F8EA9;	
}
a:visited
{
	color:#5F8EA9;
}
a:hover {
    color: #5F8EA9;
    text-decoration: underline;
    font-style: normal;
}
a:active 
{
	color:#5F8EA9;
}
body
{
	font-family: Tahoma,Times New Roman,sans-serif,Times;
	background-color:#FEFDD1;
	color:#005067;
}
html, body { 
margin: 5px; 
padding: 5px; 
}
p { 
font-size: 1.0em; color: #005067; line-height: 115%; font-family: tahoma,arial,helvetica,sans-serif 
}
p.blue { 
font-size: 0.9em; color: #3366CC; line-height: 115%; font-family: tahoma,arial,helvetica,sans-serif
}
p.green { 
font-size: 0.9em; color: #008000; line-height: 115%; font-family: tahoma,arial,helvetica,sans-serif
}
p.table { 
font-size: 0.9em; color: #000000; line-height: 115%; font-family: tahoma,arial,helvetica,sans-serif
}
p.table2 { 
font-size: 0.9em; color: #000000; line-height: 115%; margin-bottom: 0; font-family: tahoma,arial,helvetica,sans-serif
}
p.homespay { 
font-size: 0.8em; color: #005067; line-height: 115%; font-family: tahoma,arial,helvetica,sans-serif
}
p.leftnav {
font-size: 1.05em; color:#FFFFFF; background-color: #4387C4; line-height: 1.5em; margin-bottom: 0; font-weight: normal; padding-left: 3px; font-family: tahoma,arial,helvetica,sans-serif
}
p.hyperlink {
font-size: 1.0em; color: #5F8EA9; cursor: hand; text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Times New Roman, Times;
}
h1
{
	color:#652431;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
h2
{
	color:#000000;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0;
	line-height: 1.5em;
	text-align: center;
}
h3
{
	color:#000000;
	font-weight: normal;
	font-size: 1.0em;
	margin-bottom: 0; 
}
h4
{
	color:#FFFFFF;
	font-weight: normal;
	font-size: 1.05em;
	margin-bottom: 0;
	line-height: 1.5em;
}
h5
{
	color:#FF0000;
	font-weight: normal;
	font-size: 1.0em;
	margin-bottom: 0;
}
h6
{
	color:#005B9A;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0;
}
hr { 
 color: #652431;
 background-color: #663300; 
 height: 3px;
 width: 70%; 
 text-align: center;/*this will align it for IE*/
}
.centered { 
 text-align: center; 
}
.indent { 
 padding-left: 30px; 
}
.indent2 { 
 padding-left: 15px; 
}
.indent3 {
 padding-left: 7px;
}