/*
	Copyright (c) 2005 Apogee Interactive. All Rights Reserved.
*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #C0C0C0 url(../images/layout/main_bg.gif) repeat-y center center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
div#mainbody
{
	border: none;
	margin-left: auto;
	margin-right: auto;
	width: 772px;
	padding: 0px;
}
div#mainmenu, div#maincontent, div#footer
{
	position: relative;
	top: -70px;
}
div#mainmenu
{
	height: 37px;
	background: url(../images/layout/menu_bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
}
div#maintab
{
	height: 20px;
	font-size: 10px;
	padding-left: 20px;
}
div#maintab a
{
	height: 17px;
	padding: 3px 2px 0px 2px;
	color: #000000;
	text-decoration: none;
	background: url(../images/layout/maintab_bg.gif) repeat-x 0px 0px;
	text-transform: uppercase;
}
div#maintab a.active
{
	color: #FFFFFF;
	background: url(../images/layout/maintab_bg_f2.gif) repeat-x 0px 0px;
}
div#maintab *
{
	display: block;
	float: left;
}
div#subtab
{
	position: absolute;
	z-index: 100;
	height: 12px;
	padding: 0px;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	text-transform: uppercase;
}
div#subtab a
{
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 15px;
}
div#subtab a:hover
{
	color: #FFFF66;
	text-decoration: none;
}
div#subtab a.active
{
	color: #FFFF33;
}
h1,h2,h3,h4,h5,h6
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 4px;
	color: #000066;
}
div#header
{
	
	height: 68px;
	
}
div#companylogo
{
	display: inline;
	position: relative;
	top: -48px;
	float: right;
	margin-top: 1px;
	margin-right: 16px;
	height: 70px;
}
div#companylogo img
{
	border: none;
}
div#header #suitelogo
{
	display: inline;
	border: none;
	float: left;
	margin: 10px auto auto 15px;
}
div#footer
{
	background: #FFFFFF url(../images/layout/footer_bg.jpg);
	border-top: #C0C0C0 3px solid;
	height: 18px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
}
div#footer a
{
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
div#footer a:hover
{
	text-decoration: underline;
}
div#maincontent
{
	padding: 2px 10px 2px 10px;
}
.smallfont
{
	font-size: 11px;
}
td#mainmenupanel
{
	padding-top: 40px;
}
 