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

* { margin: 0; padding: 0; }

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #9CBDC4;
	background-color: #FFFFFF;
	font-size: 13px;
}

a:link { color: #72AEB6; }
a:visited { color: #72AEB6; }
a:hover { color: #00FF00; }

h2 {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 15px;
}

p {
	color: #9CBDC4;
	margin-bottom: 15px;
}

ul {
	margin-left: 40px;
	color: #ffffff;
	margin-bottom: 15px;
}

li p { color: #9CBDC4; margin: 0; }

li a:link { color: #cccccc; }
li a:visited { color: #cccccc; }
li a:hover { color: #00FF00; }

#container {
	width: 960px;
	margin: 2px auto;
	text-align: left;
	position: relative;
}

#header {
	width: 100%;
	height: 146px;
	background: url('images/head.jpg') no-repeat #ffffff;
	margin-bottom: 2px;
	position: relative;
}

#header img {
	position: absolute;
	top: 20px;
	left: 20px;
}

#header h1 {
	position: absolute;
	top: 63px;
	right: 90px;
	color: #005568;
	text-align: right;
	font-size: 18px;
}

#nav {
	background-color: #0c1a55;
	color: #ffffff;
	height: 30px;
	width: 100%;
	text-align: right;
	padding-top: 2px;
	margin-bottom: 2px;
}

#content {
	background: #005568;
	padding: 25px 0 10px 20px;
	margin-bottom: 2px;
	position: relative;
}

#anchor_blue {
	min-height: 19px;
	background-color: #0c1a55;
	margin-bottom: 2px;
	color: #ffffff;
}

#anchor_blue a:link { color: #cccccc; }
#anchor_blue a:visited { color: #cccccc; }
#anchor_blue a:hover { color: #00FF00; }

#footer {
	background: url('images/foot.jpg') no-repeat;
	padding-top: 155px;
	text-align: right;
	color: #DDDDDD;
}

#footer a:link { color: #005568; }

.col_left { width: 455px; }
.col_right { width: 456px; position: absolute; right: 8px; top: 0; }

.pad2 { margin-bottom: 2px; }

.bg_green { background: #005568; }
.bg_blue { background: #0c1a55; }

.lt_green { color: #9CBDC4; }
.white { color: #ffffff; }
.black { color: #000000; }
.drk_blue { color: #0c1a55; }

.float_l { float: left; }
.float_r { float: right; }
.clearFloats { clear: both; }

.grey_links a:link { color: #cccccc; }
.grey_links a:visited { color: #cccccc; }
.grey_links a:hover { color: #00FF00; }

a.green_links:link { color: #005568; }
a.green_links:visited { color: #005568; }
a.green_links:hover { color: #00FF00; }



