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

body {
	background: url(../images/background-small.jpg) top center no-repeat #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h1 { font-size: 2em; color: #000;}

h2 { font-size: 1.75em; color: #111661;}

h3 { font-size: 1.25em; color: #111661;}

a:link { outline: none; }

html { overflow-y: scroll; }

p.faqlist { margin: 5px 0;}

#container {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	width: 980px;
}

#header {
	background: url(../images/header-bg.png) repeat-x;
	height: 85px;
	width: 980px;
	margin: 10px 0 20px 0;
}

#navigation {
	float: left;
	width: 720px;
	margin-top: 30px;
}

#navigation a {text-decoration: none;}

.nav {
	float: left;
	color: #555;
	font-variant: small-caps;
	margin: 2px 10px 2px 2px;
	font-weight:bolder;
}

.nav:hover { text-decoration: underline; color: black; }

.nav_actv {
	float: left;
	color: #99569e;
	font-variant: small-caps;
	margin: 2px 10px 2px 2px;
	text-decoration: underline;
	font-weight:bolder;
}

#middle {
}

#middle img {border: 5px ridge black;}

.col1top {background: url(../images/ct650.png) top center no-repeat; float: left; width: 650px; padding-top: 10px}

.col1bot {background: url(../images/cb650.png) bottom center no-repeat; float: left; width: 650px; padding-bottom: 10px}

.col2top {background: url(../images/ct320.png) top center no-repeat; float: right; width: 320px; padding-top: 10px}

.col2bot {background: url(../images/cb320.png) bottom center no-repeat; float: right; width: 320px; padding-bottom: 10px}

.col3top {background: url(../images/ct980.png) top center no-repeat; float: left; width: 980px; padding-top: 10px}

.col3bot {background: url(../images/cb980.png) bottom center no-repeat; float: left; width: 980px; padding-bottom: 10px}

.col1 {
	background: url(../images/50p-w.png) repeat;
	float: left;
	width: 630px;
	margin: 0;
	padding: 0 10px 0 10px;
}

.col2 {
	background: url(../images/50p-w.png) repeat;
	float: right;
	width: 300px;
	margin: 0;
	padding: 0 10px 0 10px;
}

.col3 {
	background: url(../images/50p-w.png) repeat;
	float: left;
	width: 960px;
	margin: 0;
	padding: 0 10px 0 10px;
}

.q {
	font-weight: bold;
	color: #111661;
}

.a {}

#footer {
	font-size: .8em;
	line-height: 2em;
	clear: both;
	width: 980px;
	text-align: center;
	color: white;
}

#footer a {color: white;}


