body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000;
	text-align: center;
	background:#ccc;
	background: #e3f9fd url(../images/bg.jpg) top left repeat-x;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
	margin-top: 20px;
	/*padding: 15px; */
	padding-top: 10px;
	background: #fff url(../images/wrapper_top.gif) top center no-repeat;
	/* Fix IE5 */
	text-align: left;
}
* html #wrapper {
	width: 780px;
	w\idth: 780px;
}
#banner {
	position: relative;
	width: 780px;
	padding-bottom: 10px;
	background: url(../images/banner_bg.jpg) top left repeat-x;
}
#banner img {
	border: 0;
}
img#logo  {
	width: 319px;
	height: 64px;
	margin-left: 15px;
	margin-top: 10px;
	padding-bottom: 10px;
}
* html img#logo {
	/*width: 334px;*/
	w\idth: 319px;
}
#nav {
	float: right;
	width: 380px;
	padding: 0;
	padding-right: 10px;
	font-size: 0.8em;
}
* html #nav {
	width: 390px;
	w\idth: 380px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: right; 
	padding-left: 14px;
	padding-right: 14px;
	text-align:center;
	background:url(../images/navline.gif) top left no-repeat;
}
#nav ul li.selected {
	color: #990000;
}
#nav ul li.last {
	margin-right: 0;
	padding-right: 0;
}
#nav ul li.last_selected {
	margin-right: 0;
	padding-right: 0;
	color: #990000;
}
#nav a {
	text-decoration: none;
	color: #238a9e;
}
#nav a.selected {
	color: #990000;
}
#nav a:hover {
	color: #000;
}
#nav li#selected {
	font-weight:bold;
	color: #fff;
}
#subnav {
	float: right;
	width: 420px;
	padding: 0;
	padding-right: 10px;
	margin-top: 20px;
	font-size: 0.75em;
}
* html #subnav {
	width: 430px;
	w\idth: 420px;
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav ul li {
	float: right; 
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	background:url(../images/subnavbg.gif) top left no-repeat;
}
#subnav ul li.last {
	margin-right: 0;
	padding-right: 0;
}
#subnav ul li.selected {
	color: #990000;
	background:url(../images/subnavbg_on.gif) top left no-repeat;
}
#subnav ul li.last_selected {
	margin-right: 0;
	padding-right: 0;
	color: #990000;
	background:url(../images/subnavbg_on.gif) top left no-repeat;
}
#subnav a {
	text-decoration: none;
	color: #238a9e;
}
#subnav a:hover {
	color: #000;
}
#right_col {
	float: right;
	width: 380px;
	padding-right: 15px;
	color: #238a9e;
}
* html #right_col {
	width: 395px;
	w\idth: 380px;
}
#right_col h1, #right_col h2 {
	margin:0;
	padding:0;
	font-size: 1.0em;
}
#right_col p, #left_col p {
	font-size: 0.9em;
}
#right_col ul, #right_col ol {
	font-size: 0.9em;
}
#right_col li {
	margin-top: 5px;	
}
#right_col a {
	color: #238a9e;
	font-weight: bold;
	font-size:0.8em;
}
#right_col a:hover {
	color: #000;
	text-decoration: none;
}
#left_col {
	width: 350px;
	padding-left: 15px;
	text-align: center;
}
* html #left_col {
	width: 365px;
	w\idth: 350px;
}
#left_col img.greybg {
	padding: 20px 30px;
	background: #ccc;
}
a.redlink {
	color: #ec0000;
	font-weight:bold;
}
#footer {
	clear: both;
	width: 780px;
	padding-bottom: 5px;
	padding-top: 15px;
	margin: 0 auto;
	font-size: 0.7em;
	background: url(../images/wrapper_bot.gif) top center no-repeat;
}
#footer p {
	padding: 0;
	margin: 0;
	color: #238a9e;
}
#footer a {
	color: #238a9e;
}
br.clear {
	clear:both;
}
.polarlight {
	font-weight: bold;
	/*color: #000066;*/
}
