/* CSS Document */

/* Global Styles */
form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 20px 0 10px;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
	background-color: #000000;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #7993B2;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.grey { background: #999999; }
#mainBG { background: url(images/mainBG.jpg) repeat-y center; }
#topBG { background: url(images/topBG.jpg) no-repeat bottom center; }
#homePhoto { background: url(images/homePhoto.jpg) no-repeat top center; }


#topNavLeft { text-align: center; margin: 0 0px 40px 10px; }
#topNavRight { text-align: center; margin: 0 10px 40px 0px; }
#topNavLeft, #topNavRight
{
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#topNavLeft a, #topNavRight a
{
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	padding: 0px 8px;
	text-decoration: none;
}
#topNavLeft a:hover, #topNavRight a:hover, #topNavLeft a.selected:hover, #topNavRight a.selected:hover
{
	color: #000000;
	text-decoration: underline;
}
#topNavLeft a.selected, #topNavRight a.selected
{
	color: #000000;
	text-decoration: none;
}

#homeQuote
{
	color: #261C02;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:16px;
	margin: 40px 75px;
	text-align: left;
}

h1,h2,h3,h4
{
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-weight: normal;
	margin: 7px 30px 10px 0px;
	text-align: left;
	text-transform: uppercase;
}
.mainTopText
{
	font-weight: normal;
	margin: 10px 30px 10px 0px;
	text-align: left;
	font-style: italic;
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
}
.mainTopTextImage
{
	font-weight: normal;
	margin: 10px 30px 10px 30px;
	text-align: left;
	font-style: italic;
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
}

.mainTopTextWhat
{
	font-weight: normal;
	margin: 10px 30px 10px 0px;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
}
.involvedTopText
{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 30px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}
.involvedTopText a { text-decoration: underline; }
.involvedTopText a:hover { color: #002E56;  text-decoration: underline; }

.mainText
{
	font-weight: normal;
	margin: 10px 30px 30px 30px;
	text-align: left;
	line-height: 18px;
}
.mainTextRight
{
	font-weight: normal;
	margin: 10px 30px 30px 5px;
	text-align: left;
	line-height: 18px;
}

ul#sitemap, #sitemap ul { list-style: none; margin: 0 0 0 10px; padding: 0 0 0 10px; line-height: 23px; }
#sitemap a { text-decoration: underline; }
#sitemap a:hover { color: #002E56;  text-decoration: underline; }

#footer, #footer a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	font-weight: normal;
	text-align: center;
}
#footer a { text-decoration: underline; }
#footer
{
	margin: 10px;
}
#footer a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}