html {
	margin: 0px;
	padding: 0px;
	_padding: 0px 0px 250px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-image: url(images/html_bg.gif);
	background-repeat: repeat-x;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
}
img {
	border-style: none;
}
p {
	margin: 0px 0px 10px;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #03c;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #C33504;
	margin-top: 0px;
	margin-bottom: 30px;
}
h2 {
	font-size: 16px;
	font-style: italic;
	color: #919EE2;
	margin-top: 0px;
	margin-bottom: 20px;
}
h3 {
	font-size: 19px;
	font-weight: bold;
	color: #c33504;
	margin-top: 0;
	margin-bottom: 30px;
}

h4 {
	font-size: 16px;
	color: #03c;
	margin-top: 0;
	margin-bottom: 20px;
}

h5 {
	font-size: 18px;
	font-weight: bold;
	color: #C33504;
	margin-top: 0px;
	margin-bottom: 30px;
}

h6 { font-size: 16px; font-style: italic; color: #03c; text-align: justify; margin-top: 0; margin-bottom: 20px; }



form {
	margin: 0px;
	padding: 0px;
}




.left_container {
	position: absolute;
	left:0px;
	overflow: auto;
	top:282px;
	width: 100%;
	_height: 100%;
	bottom: 40px;
	_bottom: auto;
}
.left {
	padding: 20px 20px 20px 50px;
	color: #616060;
	margin-right: 370px;
}
.left .right_floated {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #0069B1;
}
.right {
	width: 330px;
	font-size: 12px;
	float: right;
	margin-top: 20px;
	padding-right: 20px;
}
.right .hd {
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background: #666666;
	padding-left: 10px;
	margin-bottom: 10px;	
}
.right .offer {
	background: #6BB2DC;
	padding-top: 12px;
	padding-bottom: 1px;
	padding-left: 20px;
	margin-bottom: 25px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.right .offer select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	display: block;
	width: 94%;
	margin-bottom: 11px;
}
.right .news_item {
	padding-top: 10px;
	padding-bottom: 10px;
}
.right .news_item a {
	color: #0075BA;
}
.right .news_more {
	color: #D80123;
	text-decoration: underline;
	float: right;
	margin-bottom: 10px;
}
.right .news_more:hover {
	text-decoration: none;
}
.right .news_divider {
	font-size: 0px;
	height: 0px;
	border-top: 1px solid #0075BA;
	clear: both;
}
.header {
	height: 282px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 61px;
}
.header #navmenu {
	position: absolute;
	left: 58px;
	top: 258px;
}
.header .logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	display: block;
	height: 51px;
	width: 149px;
	margin-left: 40px;
}
.footer_left {
	height: 40px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	_bottom: -251px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 40px;
	text-indent: 52px;
	background-color: #666666;
}
.footer_left a {
	color: #FFFFFF;
}
.left_grid {
	background: url(images/left_grid_dark.gif) repeat-y;
	height: 100%;
	_height: 200%;
	width: 14px;
	position: absolute;
	left: -1px;
	top: 0px;
}
.left_grid_top {
	background: url(images/left_grid.gif) repeat-y;
	height: 282px;
	width: 14px;
	position: absolute;
	left: -1px;
	top: 0px;
}
.left_grid_bot {
	background: url(images/left_grid.gif) repeat-y;
	height: 40px;
	width: 14px;
	position: absolute;
	left: -1px;
	bottom: 0px;
	_bottom: -251px;
}
.right_grid {
	background: url(images/right_grid_dark.gif) repeat-y;
	height: 100%;
	_height: 200%;
	width: 3px;
	position: absolute;
	top: 0px;
	right: 384px;
}
.right_grid_top {
	background: url(images/right_grid.gif) repeat-y;
	height: 282px;
	width: 3px;
	position: absolute;
	top: 0px;
	right: 384px;
}
.right_grid_bot {
	background: url(images/right_grid.gif) repeat-y;
	height: 40px;
	width: 3px;
	position: absolute;
	bottom: 0px;
	_bottom: -251px;
	right: 384px;
}

