﻿body 
{
	font-family:Verdana;
	font-size:11px;
	background-color:#144e04;
}

#Page
{
    position:relative;
    margin: auto; /*centers page */ 
    background-color:#ffffff;
    border:solid 2px black;
    width:980px;
}
.nav
{
    background-image:url('/images/NavBackground.gif');
    background-repeat:repeat-x;
    color:Black;
}


.info H1 
{
     font-size:18px;
     font-weight:bold;
}
.info H2 
{
     font-size:16px;
     font-weight:bold;
     margin-bottom: 4px;
}
.infoLinks a:link, a:visited, a:active
{
     font-size:12px;
     text-decoration: none;
     line-height: 18px;
}
.infoLinks a:hover
{
    font-size:12px;
    text-decoration: underline overline; 
    color: Green;
    line-height: 18px;
}
.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(/images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}

#footer
{
	text-align:center;
	margin-bottom:15px;
}