﻿
html, body {
	background-color: #ffffff;
	color: #000000;
	padding: 3px;
	margin: 0;
	width: 100%;
}

hr { color: #005500; }
#ImageSiteLogo
{
    background-image: url('images/pageContent_01.gif');
    background-repeat: no-repeat;
    height: 83px;
    width: 175px;
    float: left;
}
#PageContent {
    width: 100%;
}
#PageHeader {
	
}
#PageWrapper {

}
.ScreenReaderText {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
.SectionTitle, h1, h2, h3, .SectionTitle a, .SectionTitle a:active, .SectionTitle a:hover, .SectionTitle a:link, .SectionTitle a:visited  {
    color: #005500;
    border-bottom: solid 1px #005500;
    font-weight: bold;
}
#SiteMenu li
{
	
}
#SiteMenu li a, #SiteMenu li a:active, #SiteMenu li a:link, #SiteMenu li a:visited {
    color: #003300;
}
#SiteMenu li.LastMenuItem {

}
#SiteMenu ul {
	clear: left;
}
#SiteTitle
{
    font-size: larger;
    color: #666666;
    font-weight: bold;
    font-family: 'Times New Roman' , Times, serif;
    font-style: italic;
}
#SkipNavImage {
    border: none;
    text-align: left;
    vertical-align: top;
}

/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}