@charset "utf-8";
/* CSS Document */
body, html {
	background:url(images/site-wrapper.jpg) #333 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000;
	margin:0;
	padding:0;
}
body img {
	border:0;
}
#pageWrapper {
	width:800px;
	background-color:#ddd;
	margin:0 auto;
	padding:5px;
}
.dvclr {
	line-height:.01;
	clear:both;
}
h2 {
	color:#fff;
	font-size:12pt;
	font-weight:300;
	text-transform:uppercase;
}
a {
	color:#FFaa00;
	font-weight:bold;
	text-decoration:none;
	font-size:10pt;
}
a:hover {
	color:#002DFB;
}

/*
=============================================================================================================================
this covers spacing and alignment for the navigation on the left, the picture in the middle, and the content box on the right
=============================================================================================================================
====================================
navigation styles
====================================
*/
#navigation {
	float:left;
	width:230px;
	background:#333;
	padding:0 2px 10px 2px;
}
#navigation a {
	color:#FFD204;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10pt;
	padding-left:15px;
}
#navigation a:hover {
	color:#002DFB;
}/*end navigation styles
============================================
header, middle image and welcome info styles
============================================
*/
#header {
	margin:0 5px 0 5px;
	float:left;
	width:340px;
	background:url(images/header.jpg) no-repeat;
}
.hdrText {
	margin:235px 5px 5px 5px;
}/*end header styles
========================
right content box styles
========================
*/
#rightBox {
	margin:0;
	padding:0 2px 12px 2px;
	float:right;
	width:210px;
	background:url(images/box-bottom.jpg) #3b3b3b no-repeat bottom;
}
.boxHdr {
	margin:0;
	background:url(images/box.jpg) no-repeat top;
	padding:5px 5px 15px 5px;
}
.boxCnt {
	color:#fff;
	padding:5px 5px 0 5px;
	height:300px;
	overflow-y:auto;
}
#rightBoxBottom {
	height:8px;
}/*end right content
===================
main content styles
===================
*/
#mainContentHeader {
	background:url(images/header-content.jpg) repeat-x;
	height:26px;
	margin:10px 0;
}
.mainTitle h2{
	margin:0;
	padding:4px 0 0 10px;
	background-image:url(images/box.jpg);
	background-repeat:repeat-x;
	width:765px;
}	
#mainContent {
	text-align:left;
}/*end main content
========================================
foremost media credit and site copyright
========================================
*/
#credit {
	font-size:8pt;
	color:#fff;
	text-align:center;
}
#credit a {
	font-size:8pt;
	color:#F3711E;
	text-decoration:none;
}
#credit a:hover {
	text-decoration:underline;
}