﻿div, img, body
{
	border:0;
	margin:0;
	padding:0;
}
html

{
	height:100%;
}

body
{
	font-size:10px;
	_font-size:62.5%;
	height:100.2%;
	background-color:#b2dde7;
}
a
{
	text-decoration:none;
}

#divWrapper
{
	position:absolute;
	left:0px;
	right:0px;
	overflow:hidden;
}
#divCenter
{
	margin-left:auto;
	margin-right:auto;
	width:920px;
	position:relative;
	overflow:visible;
}

#divLeftBg, #divRightBg
{
	width:350px;
	position:absolute;
	top:0px;
	height:100%;
}
#divLeftBg
{
	right:920px;
	background:url(../img/global/main_left_bg.jpg) bottom right;
}
#divRightBg
{
	left:920px;
	background:url(../img/global/main_right_bg.jpg) bottom left;
}

#divTopHeader
{
	height:72px;
	background:url(../img/global/top_header.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#ffffff;
}
#aHome
{
	position:absolute;
	display:block;
	width:320px;
	height:72px;	
	text-decoration:none;
}
#divTopHeader div.sub
{
	padding:35px 0 0 590px;	
}
#divTopHeader div.sub a, #divTopHeader div.sub
{
	color:#008eb0;
	font:normal 1.2em Arial;
}
#divTopHeader div.sub a:hover
{
	color:#30bee0;
}

#divNav
{
	height:45px;
	background:url(../img/nav/bg.gif) repeat-x;
}
#divNav table
{
	width:100%;
	height:100%;
}
#divNav td
{
	vertical-align:middle;
}
#divNav td a
{
	display:block;
	height:11px;
	margin-left:auto;
	margin-right:auto;	
	font-size:0;
}
#divNav td a:hover, #divNav td a.sel
{
	background-position:0px -11px;
}
#divNav td.sep
{
	width:1px;
	background:url(../img/nav/sep.gif) no-repeat 0px 12px;
}
span.bottom_links, span.bottom_links a
{
	color:#acacac;
	font:1.1em Arial;
}
span.bottom_links a:hover
{
	color:#cccccc;
}
#divBottomBg
{
	height:200px;
	position:relative;	
}
#divBottomLeftBg
{
	height:100%;
	left:0%;
	right:50%;
	position:absolute;
	background:url(../img/global/main_bottom_left_bg.jpg) no-repeat 100% top;
	_width:50%;
}
#divBottomRightBg
{
	left:50%;
	right:0%;
	position:absolute;
	background:url(../img/global/main_bottom_right_bg.jpg) no-repeat 1% top;
	height:100%;
	_width:50%;
}