html, body {
    height: 100%;
}
body {
	background: #ffffff url(/images/bg_full.gif) 0 0 repeat-x;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	width: 100%;
	scroll: auto;
}
h1,h2,h3,h4,h5 {
	color: #e87020;
	border-bottom: 1px solid #58809d;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 11pt;
}
h5 {
	font-size: 10pt;
}
a:link {
	color: #3E68AF; 
	text-decoration: underline;
}
a:visited {
	color: #3E68AF; 
	text-decoration: none;
}
a:hover {
	color: #e87020; 
	text-decoration: underline;
}
a:active {
	color: #3E68AF; 
	text-decoration: none;
}

#main {
	position: relative;
	width: 799px;
	height: 745px;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
}
* html #main {
	margin-top: 2px;
}
#header {
	float: left;
	width: 100%;
	height: 124px;
}
#contentOuter {
	clear: both;
	margin: 0;
	padding: 0;
	width: 797px;
	height: 599px;
	border: 1px solid #000;
	border-top: 0;
	overflow: auto;
}
#contentInner {
	padding: 40px;
	padding-top: 20px;
	overflow:auto;
}

.menu {
	float: left;
	clear: both;
	width: 100%;
	height: 22px;
	/*background: url(/images/menu_bg_nolines.gif) repeat-x;*/
	background: url(/images/menu_bg_inner.gif) repeat-x;
}
.news {
	float: left;
	clear: both;
	width: 697px;
	margin-left: 40px;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(/images/menu_bg_nolines.gif) repeat-x;
}
* html div.news {
	width: 677px;
	margin-left: 20px;
}
* html #news {
	margin-top: -2px;
}
a.newsLink:link {
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-weight: 700;
	font-size: 11pt;
	text-decoration: none;
}
a.newsLink:visited {
	color: #000000; 
	font-weight: 700;
	font-size: 11pt;
	text-decoration: none;
}
a.newsLink:hover {
	color: #e87020; 
	text-decoration: none;
}
a.newsLink:active {
	color: #000000; 
	text-decoration: none;
}

#footer {
	width: 787px;
	bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
.footerFirstItem {
	float: right;
	color: #3d3d3d;
	font-size: 8pt;
	padding-right: 4px;
	font-family: arial, helvetica, sans-serif;
	font-weight: 700;
}
.footerItem {
	float: right;
	color: #3d3d3d;
	font-size: 8pt;
	padding-left: 4px;
	padding-right: 4px;
	font-family: arial, helvetica, sans-serif;
	font-weight: 700;
}
.footerItem a:link {
	color: #3d3d3d;
}
.footerItem a:visited {
	color: #3d3d3d;
}
.footerItem a:hover {
	color: #e87020;
}
.footerItem a:active {
	color: #3d3d3d;
}

input.btn {
	color: #3E68AF;
	height: 22px;
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.contTwoCols {
	width: 45%;
	margin-right: 4%;
	float: left;
}
.contThreeCols {
	width: 33%;
	float: left;
}
.contTwoThirdCols {
	width: 66%;
	float: left;
}
.contFourCols {
	width: 24%;
	float: left;
}

.productBanner {
	width: 700px;
	height: 30px;
	background: url(/images/product_banner_bg.jpg) no-repeat;
	padding-left: 20px;
	padding-top: 4px;
	color: #ffffff;
	font: 14pt bold arial,helvetica,sans-serif;
}
#navHolder {
	width: 700px;
	background: url(/images/menu_bg_nolines.gif) center center repeat-x;
	margin-left: 40px;
	/*margin-right: 40px;*/
	height: 22px;
}

