body 
{
	margin-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	font-family: Georgia, Lucida Sans, Verdana, Arial;
	font-size: 10pt;
	background: #fff url(../images/BG.gif) repeat;
	}
#bodyContainer {
	width: 790px;
}

a 
{
color:Gray;
font-weight:bold;	
}
.header {
	width: 790px;
	height: 99px;	
	background: #fff url(../images/Header.jpg) no-repeat;
}
.navBG 
{
	float: left;
	/*background: #832323 url(../images/NavLeftBG.jpg) no-repeat;*/
}

.mainContentTop 
{
	float: right;
	height: 20px;
	width: 654px;
	background: url(../images/MainContentTop.jpg) no-repeat;
}
.mainContent 
{
	float: right;
	text-align:left;
	vertical-align:top;
	width: 654px;	
	height: 400px;
	background: #ffffff url(../images/MainContentBG.jpg) repeat-y;
}
.mainContentBottom 
{
	float: right;
	height: 52px;
	width: 654px;
	background: url(../images/MainContentBottom.jpg) no-repeat;
}
.mainContent img 
{
	vertical-align: top;
	border: none;
}
.contentText {
	margin: -10px 10px 15px 5px;
	padding: 10px  40px 10px 20px;
	font-size: 10pt;
	text-align: left;
}
.contentText img 
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.footer {
	float:none;
	width: 790px;
	height: 38px;
	text-align: center;	
	background: url(../images/Footer.jpg) no-repeat;	
}
.footer 
{
	padding-top:7px;
	color: #000000;
	font-weight:bold;
	font-size: 1.5em;

}
/* Navigation */
.navQuote {
	color: #fff;
	font-size:10pt;
	margin-left: 5px;
	margin-right: 23px;
	font-style:italic;
	font-family: Verdana, Arial, Garamond;
}
.navQuote b{ font-style:normal;}
.navQuoteName {
	font-size: 10pt;
	color: #ccc;
	font-style:normal;
}
	
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Lucida Sans, Arial, Verdana ;
font-size: 12pt;
}

#navcontainer li { margin: 0 0 18px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 2px;
border: 1px solid #333;
width: 138px;
margin-left: -19px;
background-color: #999;
background-image: url(../images/NavBG.jpg);
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background: url(../images/NavBGHov.jpg);
font-weight:bold;
color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background: url(../images/NavBGActive.jpg);
font-weight:bold;
color: #fff;
}