html, body, p, a, span, h1, h2, h3, ul, li, img, form, input, button, hr, table, tr, td, th, #container  { 
	padding: 0;
	margin: 0;
}

html { 
	height: 100%;
}

body {
	font-size: 13px;
	line-height: 17px;
	color: #183366;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	background: url(../img/background4.gif) top center;
	background-attachment: fixed;
	height: 100%;
}

img {
	border: 0px;
}

a {
	color: #183366;
	text-decoration: underline;
}

.nav a, .nav2 a {
	text-decoration: none;
}

p, form {
	color: #183366;
	padding-bottom: 10px;
}

ul, ol, li {
	list-style: disc;
	list-style-position: inside;
}

ul {
	padding-bottom: 10px;
}

ul.blank li {
	list-style: none;
}

input, textarea, select {
	color: #646464;
	vertical-align: middle;
	padding-left: 2px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

#container {
	width: 960px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}

* html #container {
	width: 960px;
	height: 100%;
	padding: 0px;
	padding-bottom: 35px;
	margin: 0;
	text-align: left;
	position: relative;
}

.left {
	float: left;
	width: 33%;
}

.center {
	float: left;
	width: 33%;
	text-align: center;
}

.right {
	float: right;
	width: 34%;
	text-align: right;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

#footer {
	width: 960px;
	height: 35px;
	clear: both;
	position: relative;
	text-align: left;
	margin: -35px auto 0 auto;
	<!--
	margin: 30px 0 0 0;
	-->
}

.space {
	height: 25px;
}

/* #### Head ############################# */


.li_nav_on {
	height: 20px;
	background: url(../img/nav_bullet.gif) no-repeat;
	padding-left: 20px;
}

/* #### Main ############################# */

#main {
	float: left;
	width: 708px;
	height: 100%;
	margin: 10px 30px 40px 30px;
	vertical-align: top;
}

h1, h2 {
	width: 100%;
	height: 30px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #003d99;
	background: url(../img/bg_headline.gif) no-repeat;
	padding-left: 20px;
	margin-bottom: 0px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #002979;
	margin: 10px 0 4px 0;
	}

div.nav {
	height: 35px;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	color: #afccda;
	padding: 5px 0 10px 20px;
	}

div.nav2 {
	width: 687px;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	color: #afccda;
	border-top: 1px solid #dbe9ef;
	margin-left: 30px;
	padding: 5px 0 10px 20px;
	}

a.nav:link, 
a.nav:visited {
	font-size: 14px;
	font-weight: normal;
	color: #69a7ca;
}

a.nav:focus, 
a.nav:hover {
	/*color: #afccda;*/
	color: #004e99;
}

a.nav.on {
	color: #004e99;
}

.stars {
	vertical-align: top;
	padding-top: 5px;
	<!--
	padding-top: 0;
	-->
}

.red {
	color: #df0010;
}

#content {
	padding: 15px 20px 0 20px;
}

.col_1 {
	width: 30%;
}

.col_2 {
	width: 20%;
	text-align: right;
	padding-right: 50px;
}

/* #### Side ############################# */

#side {
	float: right;
	width: 162px;
	vertical-align: top;
	margin: 170px 15px 0 15px;
	}

#side h2 {
	width: 162px;
	background-image: url(../img/bg_headline_side.gif);
	margin: 20px 0 5px 0;
}

.side_box {
	border: 2px solid #bdd6e1;
	padding: 5px;
}

img.border {
	border: 1px solid #bdd6e1;
	margin-right: 2px;
}

img.border.nospace {
	margin: 0;
}

#side p {
	padding-top: 10px;
}

/* #### Slideshow ############################# */

#slideshow {
	position: relative;
	height: 226px;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

#slideshow img.active {
	z-index: 10;
}

#slideshow img.last-active {
	z-index: 9;
}