/* General Styles */

body 
{
	background: #EEEEEE;
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", tahoma, verdana, arial;
	font-size: 10pt;
	text-align: center;
	color: #5B5B5B;	
}
img
{
	padding: 5px 5px 5px 5px;
}

/* Main Placement Styles */
	
.headerMain
{
	background: url(../images/header.jpg) no-repeat;
	width: 805px;
	height: 125px;
}
.headerDate
{
	float: right;
	line-height: 32px;
	padding-right: 18px;
	color: #c0c0c0;
}
.headerFooter
{
	background: url(../images/bgHeader.jpg) repeat-y;
	width: 805px;
	height: 5px;
}
.tabMain
{
	background: url(../images/bgHeader.jpg) repeat-y;
	width: 805px;
	height: 25px;
}
.contentMain
{
	background: url(../images/bgBody.jpg) repeat-y;
	width: 805px;
}
.contentBody
{
	float: left;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 7px;
	width: 789px;
}
.contentBodyWithMenu
{
	float: left;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	width: 619px;
}
.contentBodyLeft
{
	float: left;
	padding: 10px 5px 10px 5px;
}
.contentBodyLeftWidth
{
	width: 427px;
}
.contentBodyLeftWidthNoMenu
{
	width: 596px;
}
.contentBodyLeftWidthNoRight
{
	width: 607px;
}
.contentBodyLeftWidthFull
{
	width: 778px;
}
.contentBodyRight
{
	float: right;
	width: 170px;
	padding: 10px 5px 10px 5px;
}
.footerMain
{
	background: url(../images/footer.jpg) no-repeat;
	width: 805px;
	height: 38px;
	text-align: left;
	text-indent: 15px;
}
.footerCopy
{
	height: 38px;
	padding-top: 5px;
	color: #c0c0c0;
	font-size: 12px;
	font-weight: bold;
}

/* Tab Styles */

.tabLeftSpacer
{
	float: left;
	width: 12px;
	height: 25px;
}
.tabInactiveLeft
{
	float: left;
	background: url(../images/tabInactiveLeft.jpg) no-repeat;
	cursor: hand;
	width: 12px;
	height: 25px;
}
.tabInactive
{
	float: left;
	background: url(../images/tabInactiveMid.jpg) repeat-x;
	font-weight: bold;
	height: 25px;
	color: #555555;
	cursor: hand;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 3px;
}
.tabInactiveRight
{
	float: left;
	background: url(../images/tabInactiveRight.jpg) no-repeat;
	cursor: hand;
	width: 12px;
	height: 25px;
}
.tabActiveLeft
{
	float: left;
	background: url(../images/tabActiveLeft.jpg) no-repeat;
	cursor: hand;
	width: 12px;
	height: 25px;
}
.tabActive
{
	float: left;
	background: url(../images/tabActiveMid.jpg) repeat-x;
	font-weight: bold;
	height: 25px;
	color: #000088;	
	cursor: hand;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 3px;
}
.tabActiveRight
{
	float: left;
	background: url(../images/tabActiveRight.jpg) no-repeat;
	cursor: hand;
	width: 12px;
	height: 25px;
}
.tabHoverLeft
{
	float: left;
	background: url(../images/tabInactiveLeft.jpg) no-repeat;
	cursor: hand;
	width: 12px;
	height: 25px;
}
.tabHover
{
	float: left;
	background: url(../images/tabInactiveMid.jpg) repeat-x;
	font-weight: bold;
	height: 25px;
	color: #222222;	
	cursor: hand;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 3px;
}
.tabHoverRight
{
	float: left;
	background: url(../images/tabInactiveRight.jpg) no-repeat;
	cursor: hand;
	width: 12px;
	height: 25px;
}

/* Menu Styles */

.menuMain
{
	float: left;
	width: 166px;
	margin: 4px 2px 4px 9px;
}
.menuItem
{
	float: left;
	background: url(../images/menuInactive.jpg) no-repeat;
	font-weight: bold;
	height: 24px;
	width: 166px;
	cursor: hand;
	text-decoration: none;
}
.menuItemHover
{
	float: left;
	background: url(../images/menuActive.jpg) no-repeat;
	height: 24px;
	width: 166px;
	cursor: hand;
	text-decoration: none;
}
.menuItemText
{
	float: left;
	font-weight: bold;
	padding: 3px 0px 0px 11px;
	color: #222222;	
}
.menuItemTextHover
{
	float: left;
	font-weight: bold;
	padding: 3px 0px 0px 11px;
	color: #000088;	
}
.menuSection
{
	float: left;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	color: #222222;	
}

/* Buttons */

A.buttonFlat 
{
	font-weight: bold;
	background: #eeeeee;
	border: solid 1px #c0c0c0;
	text-align: center;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	color: #777777;
}
A.buttonFlat:hover
{
	font-weight: bold;
	background: #ffffff;
	border: solid 1px #c0c0c0;
	text-align: center;
	padding: 0px 5px 0px 5px;
	color: #000088;
}
A.buttonFlat:visited
{
	font-weight: bold;
	background: #eeeeee;
	border: solid 1px #c0c0c0;
	text-align: center;
	padding: 0px 5px 0px 5px;
}

/* Advertising Space */

.MainBody
{
	text-align: center;
	vertical-align: top;
}

.AdSpace
{
	text-align: center;
	vertical-align: top;
	padding: 7px 0px 0px 0px;
}