@charset "utf-8";
/* CSS Document */

body {
	margin-top:30px;
	margin-left:0px;
	margin-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
#wrapper {
	width: 980px;
	text-align:left;
}
.home {
	margin-right: 17px;
}
#logo {
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 895px;
	height: 78px;
}
#nav {
	display: block;
	background-image:url(../images/nav_bgro.gif);
	width: 219px;
	height: 303px;
	font-size: 13px;
	font-weight: normal;
	float: left;
}
#nav a {
	color: #6497C9;
	text-decoration: none;
	display: block;
	width: 204px;
	height: 1.2em;
	text-align: right;
	padding-top: 13px;
/*	border: 1px solid lime; */
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
}
#nav a.selected {
	color: #fff;
	text-decoration: none;
}
#image {
	display: block;
	width: 759px;
	height: 303px;
	margin-left: 219px;
}
#image img {
	float: right;

}
#subnav {
	width: 219px;
	background-color:#F1F1F1;
	float: left;
	margin-top: 50px;
}
#white {
	width: 219px;
	background-color:#FFF;
}
#subnav p {
	margin:0px;
	padding:18px;
	color: #666;
}
#subnav p em {
	font-size: 12px;
}

#subnav a {
	display: block;
	height: 20px;
	font-size: 12px;
	color: #666;
	text-decoration: none;

}
#subnav  a:hover {

	text-decoration: none;
	color: #006699;
}

#subnav .blue {
	color:#003;	
}
#footer {
	font-size: 12px;
	color: #333;	
	margin-left: 270px;
	margin-top: 23px;
	width: 565px; 
}
#footer a {
	color: #666;
	text-decoration: none;
	display: inline;
}
#footer .top {
	color: #666;
	text-decoration: none;
	background-image:url(../images/uparrow.gif);
	background-repeat:no-repeat;
	background-position: right;
	display: block;
	width: 31px;
	height: 13px;
	float:left;
}
#footer a:hover {
	color: #006699;
	text-decoration: none;
}
#footer .copyright {
	color: #999;
	text-decoration: none;
	display: block;
	padding-top:12px;
}
#footer .copyright a {
	color: #999;
	text-decoration: none;
}
#content {	
	margin-left: 270px;
	width: 565px; 
	margin-top: 50px;
}
#content p, li {
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	line-height: 18px;
	padding-top: 0px;
}
#content h1 {
	font-size: 18px;
	color: #006699;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 0px;
}
#content h3 {
	font-size: 12px;
	height: 12px;
	color: #006699;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 0px;
}
#content h2 {
	font-size: 12px;
	height: 17px;
	width:100%;
	color: #FFF;
	background-color: #006699;
	background-image: url(../images/head_bgro.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
}
li {
	list-style: square;
}

/* IE6 only *************************************************/
/* fixes IE 6 displaybugs
/*\*/
* html #image{ 
	display: inline;
	margin: 0px;
	float: right;
	margin-right:2px;
}
/**/