﻿body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

#container
{
	margin: 0px;
	padding: 0px;
	width: 1000px;
	text-align: left;
	display: table;
	margin-bottom: 30px;
}


#header
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 95px;
	width: 1000px;
}
#header img
{
	/*border:0px; 	float:left;*/
}

#footer
{
	clear: both;
	padding: 10px;
	width: 100%;
	font-size: 7pt;
	color: #808080;
	text-align: center;
}



#content
{
	clear: both;
	margin: 10px 10px 30px 10px;
}

#title
{
	margin-bottom: 5px;
}


.nav
{
	background-color: #880000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px;
}

.searchBox
{
	margin-bottom: 20px;
}

.map
{
	width: 580px;
	height: 364px;
	background-image: url("images/usamap.gif");
}

.blog
{
	width: 670px;
	padding: 5px;
}

.sidebar
{
float:right;
margin-left:5px;
width:295px;

}

.infobox
{
	width: 670px;
	background-color: #880000;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10pt;
	text-align: center;
}
.post
{
	text-indent: 1em;
}

.smallText
{
	font-size: 8pt;
	color: #808080;
}

.delText
{
	font-size: 7pt;
	color: #808080;
	font-style:italic;
}

.unselectedTab
{
	padding: 5px;
	background-color: #F1F1F1;
	border: solid 1px #808080;
}

.selectedTab
{
	padding: 5px;
	background-color: #880000;
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #880000;
}

.H1Text, H1
{
	font-family: Times New Roman,Times;
	font-size: 18pt;
	font-weight: bold;
}

.H2Text, H2, .PostTitle
{
	font-weight:bold;
	font-size:12pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.H3Text, H3
{
	font-size:10pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#808080;
	font-style:italic;
	
}

#content a:link, #footer a:link
{
	color: #880000;
	text-decoration: none;
}

#content a:visited, #footer a:visited
{
	color: #808080;
	text-decoration: underline;
}

#content a:hover, #footer a:hover
{
	color: #880000;
	text-decoration: underline;
}

.blog hr
{
	width: 90%;
}

IMG
{
	border: 0px;
}


.gridlook
{
	background-color: Gray;
	border-style: None;
	border-spacing: 1px;
	width:100%;
}

.gridCol1
{
	font-weight: bold;
	color: #000000;
}

.gridRow
{
	background-color: #FFFFFF;
}

.gridRowAlt
{
	background-color: #DCDCDC;
}

.gridHeader
{
	color: #FFFFFF;
	background-color: #880000;
	text-align: center;
}


.warning
{
	color:#880000;
	font-size:14pt;
	font-style:italic;
	margin:10px;
	margin-left:30px;
	
	
}
.warning2
{
	color:#880000;
	font-size:8pt;
	font-style:italic;
	margin:10px;
	
	
}

.DynamicMenuZIndex
{
	z-index: 999;
}