body {
 	 font-family: verdana;
	 font-size: 10px;
	 color: #000;
	 text-align: center;
	 margin-top: 0px;
	 background-color: #666666;
}
 
#fullwrap {
	margin: 0px auto;
	display: block;
	width: 800px;
	text-align: left;
	border: 1px solid #000;
	border-top: 0px;
	border-bottom: 3px solid #000;
}

.bar {
	background-image: url(images/bgTOPBar.png);
	width: 800px;
	height: 10px;
}

/****************************
	 	Header
****************************/
.header {
	background-image: url(images/bgTOP.png);
	height: 91px;
	width: 800px;
	text-align: right;
}

.headerFont {
	font-family: verdana;
	/* font-variant: small-caps; */
	font-weight: bold;
	font-size: 16px;
	color: #460000;
	margin: 20px 5px 0px 0px;
}

/****************************
		Navigation
****************************/
.navArea {
	background-image: url(images/bgNavBar.png);
	width: 800px;
	height: 22px;
	text-align: right;
}

.navFont {
	font-family: verdana;
	/* font-variant: small-caps; */
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	padding: 2px 5px 0px 0px;
}

/****************************
		 Home Page
****************************/
.home {
	background-color: #FFF;
	width: 800px;
	height: 200px;
}

.main {
	background-color: #FFFFFF;
	height: 200px;
}

.mainLeft {
	float: left;
	height: 200px;
	width: 550px;
	overflow: auto;
	border: 0px solid #000;
	background-color: #fff;
}

.mainRight {
	padding: 5px 0 0 0;
	text-align: center;
	height: 195px;
	width: 235px;
	background-color: #fff;
	margin: 0 0 0 560px;
}

/****************************
		 Sub Pages
****************************/
.sub {
	background-color: #FFFFFF;
	height: 400px;
}

.subLeft {
	float: left;
	height: 400px;
	width: 550px;
	overflow: auto;
	border: 0px solid #000;
	background-image: url(images/bgSubContent.png);
	background-position: center;
	background-repeat: no-repeat;
}

.subRight {
	padding: 5px 0 0 0;
	text-align: center;
	height: 395px;
	width: 235px;
	/* background-color: #fff; */
	margin: 0 0 0 560px;
	background-image: url(images/bgSubRight.png);
	background-position: center;
	background-repeat: no-repeat;
}

/****************************
		  Footer
****************************/
.footer {
	background-image: url(images/bgFooter.png);
	width: 800px;
	height: 12px;
	text-align: right;
}

.footerFont {
	font-family: verdana;
	font-size: 10px;
	color: #ccc;
	/* font-variant: small-caps; */
}

/****************************
		  Links
****************************/
a:link		{text-decoration: none; color: #460000;}
a:visited 	{text-decoration: none; color: #460000;}
a:active	{text-decoration: none; color: #460000;}
a:hover		{text-decoration: blink; color: #000;}

a.navFontLink:link { text-decoration: none; color: #FFF; }
a.navFontLink:active, a.navFontLink:visited { text-decoration: none; color: #FFF; }
a.navFontLink:hover {text-decoration: blink; color: #000;}

/****************************
      Content Display
****************************/
.content {
	width: 95%;
	margin: 5px 5px 5px 5px;
	border: 1px solid #203317;
}

.content2 {
	width: 95%;
	margin: 0px 2px 0px 5px;
	border: 1px solid #203317;
}

.contentTitle {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background: #460000;
	text-align: left;
	margin: 0;
	padding: 0 2px 0 5px;
}

.contentBody {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0 10px 0 10px;
}

.contentBodySub {
	font-family: verdana;
	font-size: 11px;
	color: #203317;
	text-align: left;
	margin: 0;
	padding: 0 10px 0 10px;
	background-image: url(images/bgSubContent.png);
}