* {
	padding:0;
	margin:0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-align: left;
	background-color:#FFFFFF;
	margin-top: 10px;
}

img { border: 0; }

a { color: black; }
a:hover { text-decoration: none }

h1 { font-size: 19pt; line-height:28px; font-weight: bold; margin-bottom:5px; }
h2 { font-size: 11pt; line-height:20px; margin-bottom:12px; }
h3 { font-size: 11pt; line-height:20px; margin-bottom:2px; color: white; }

/* container */

#center {
	width: 916px;
	position: relative;
	margin: auto auto;
	min-height: 100%;
	height: auto;
	background-image: url(../../../../img/bg_full.jpg);
	background-repeat: no-repeat;
	height:843px;
}

.content {
	position: absolute;
	margin-left: 175px;
	top: 180px;
	width: 640px;
	background-color: #c3d2e2;
}

.headline {
	padding-top: 190px;
	padding-left: 10px;
}

.padded {
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 30px;
}

.header_gfx {
	position: absolute;
	margin-left: 310px;
	top: 150px;
	width: 640px;
	height: 200px;
	z-index: 2;
}

.vertical_text {
	position: absolute;
	margin-left: 145px;
	top: 390px;
	width: 60px;
	height: 200px;
	z-index: 2;
}

.col_left { float:left; width:260px; }
.col_right { float:left; width:260px; padding-left:25px; }

.nice_image { border:5px solid #efefef }

/* footer */

.footer {
	margin-top: 0px; text-align: right; padding-right:10px; clear: both
}

.footer a { font-size: 11px; color: #666666; text-decoration:none; }
.footer a:hover { color: #000000; text-decoration:none; }

/* white lines */

.whiteline {
	border:0;
	border-bottom: 2px solid white;
	position:absolute;
	left: -150px;
	top:275px;
	color:white;
	width:640px;
	height:2px;
	line-height:2px;
	z-index: 1;
}

.container_whiteline2 {
	position: relative;
	color: white;
	text-align:right;
	float: right;
	height: 8px;
}

.whiteline2 {
	border: 0;
	border-bottom: 2px solid white;
	color: white;
	height: 2px;
	line-height: 2px;
	width: 320px;
}

.vertical {
	color: #6699cc;	
	font-size: 20px;
}

/* navigation */

.nav {
	position:absolute;
	margin-left:160px;
	top: 80px;
	width: 600px;
	height: 50px;
	z-index:4;
}

.nav a {
	color: black;
	font-size: 12pt;
	text-decoration:none;
}

.nav li {
	display:inline;
	line-height:26px;
}

.nav_default {
	padding: 0px 6px 5px 6px;
}

.nav_current {
	margin: 0px 2px 5px 2px;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	background: url(../../../../img/nav_bg.gif) no-repeat 0px 4px;
	font-weight: bold;
}

.container_subnav {
	height:40px;
	margin:0;
	position:absolute;
	margin-left:180px;
	top: 100px;
	width: 600px;
	z-index:4;

}

.subnav li {
	display:inline;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin:0;
	line-height:26px;
}

.subnav a {
	color: #666666;
	font-size: 12px;
	text-decoration:none;
}

.subnav_current a {
	color: #666666;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}

/* misc */

ul {
	padding-left: 40px;
}

li { list-style: square }

p { margin-bottom:10px; }
