html { background-color: #FFF; }
body { 
	font-family: Trebuchet MS, Tahoma, Arial;
	margin: 0px;
	width:100%;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
}

.body-container {
	display: block;
	width: 1020px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url('../images/body-bg.jpg');
	background-repeat: no-repeat;
	background-position: 0 100px;
}

/* header rules */
===================================================================================

.header-container { 
	display: block;
	width: 1020px;
	height: 138px;
	margin: 0px;
	padding: 0px;
}

.headernav {
	display: block;
	float: left;
	width: 1020px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/header-bg.jpg');
	background-repeat: no-repeat;
}

.header-left {
	display: block;
	float: left;
	height: auto;
	padding: 13px 0px 0px 13px;
	margin: 0px;
	text-align: left;
}

.header-right {
	display: block;
	float: right;
	height: auto;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	padding: 0px 0px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}

.header-right a {
	color: #000;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	text-decoration: none;
}

.header-right a:hover {
	color: #900;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	text-decoration: none;
}

/* main navigation styles*/

.mainnav {
	display: block;
	float: left;
	width: 994px;
	height: 35px;
	padding: 0px;
	margin: 0px 13px 0px 13px;
	background-image: url('../images/nav-bg.jpg');
	background-repeat: repeat-x;
}

.nav-space { 
	display: block;
	float: left;
	width: 14px;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

.nav-space2 { 
	display: block;
	float: left;
	width: 19px;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

.nav-item { 
	display: block;
	float: left;
	height: 35px;
	padding: 0px;
	margin: 0px;	
}

.nav-last { 
	display: block;
	float: left;
	height: 35px;
	padding: 0px;
	margin: 0px;
}

.topnav { 
	display: block;
	font-size: 12px;
	line-height: 34px;
	padding: 1px 20px 0px 20px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

.topnav2 { 
	display: block;
	font-size: 12px;
	line-height: 34px;
	padding: 1px 20px 0px 20px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

.login { 
	display: block;
	font-size: 11px;
	line-height: 16px;
	padding: 0px;
	margin: 13px 0px 0px 0px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

.mainnav a:hover { 
	color: #6F0;
}

.subnav a:hover { 
	color: #FF0;
}

.subnav-item { 
	float: left;
	height: auto;
	padding: 10px 0px;
	margin: 0px;	
}

.subnav { 
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	padding: 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-style: solid;
	border-width: 0 1 0 0;
	border-color: #FFF;
}

.subnav2 { 
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	padding: 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

/* body foundation styles --------------------------------------- */

.maincontent {
	display: block;
	width: 994px;
	height: auto;
	padding: 0px;
	margin: 0px 13px;
}

/* main class styles*/

.email { 
	font-size: 9pt;
	line-height: 12pt;
	color: #000;
}

.email:hover { color: #428204; }

.title { 
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.text { 
	font-size: 11px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
}

.standard10 { 
	font-size: 10px;
	line-height: 10px;
	color: #000;
	text-decoration: none;
}

.darkblue-title { 
	font-size: 17px;
	line-height: 22px;
	color: #036;
	padding: 0px;
	text-decoration: none;
}

.darkblue-title:hover { color: #036; }

.blue-title { 
	font-size: 17px;
	line-height: 22px;
	color: #06C;
	padding: 0px;
	text-decoration: none;
}

.blue-title:hover { color: #06C; }

.red-title { 
	font-size: 17px;
	line-height: 22px;
	color: #600;
	padding: 0px;
	text-decoration: none;
}

.red-title:hover { color: #600; }

.active10 { 
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}

.active10:hover { color: #600; }

.white9 { 
	font-size: 9pt;
	line-height: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}

.white9:hover { color: #FF9900; }

* html .mainnav, .maincolumn-section { display:inline; }
