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

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif ;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #b2dafb;
}

#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
	
	background-color:#ffffff;
	border: 1px solid #C0BDBA;
}

#header {
	background-image:url(../images/logo.gif);
	background-position:right;
	background-repeat:no-repeat;

	height: 67px;
}

#main {
	min-height: 400px;	
}

#left {
	width: 530px;
	float: left;
	padding: 10px;
}

#right {
	width: 250px;
	float: right;
}

#logotag {
	clear: both;
}

#logotag ul li{
	list-style-type: none;
	display: inline;
}

#nav {
	height: 20px;
	overflow: hidden;
	margin: 5px 0;
	background: #1377ba url('../images/nav_bg.gif') repeat-x;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	float: left;
	display: block;

	margin: 0;
	padding: 4px 10px;
	font-size: 11px;
	text-decoration: none;
	color: #c3e1f7;
	

	border-right: 1px solid #1a81c2;
	border-left: 1px solid #1e68a5;
}

#nav ul li a:hover {
	background: #3992ca;
}

#nav ul li a.on {
	color: #fff;
}

#footer{
	padding: 10px;
	font-size: 10px;
	color: white;
	text-align: center;
	background-color: #226ead;
}

h2 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #226ead;
}

h1 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #226ead;
}

a.whitelinks:link {
	color: white;
	text-decoration: none;
}

a.whitelinks:visited {
	color: white;
	text-decoration: none;
}

a.whitelinks:active {
	color: white;
}

a.whitelinks:hover {
	color: white;
	text-decoration: underline;
}