@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Helvetica, Arial, san-serif;
	background: url('../images/bg.jpg') repeat-x 0 0 #a4cbea;
}

#container {
	margin: 0 auto;
	text-align: center;
	width: 940px;
}

#header {
	width: 940px;
	height: 162px;
	background: url('../images/header.jpg') 0 0 no-repeat;
}

#header h1 { display: none; }

#header ul {
	padding-top: 135px;
	list-style-type: none;
}

#header ul li {
	display: inline;
	padding: 0 1em;
}

#header ul li a {
	font-size: 13.5pt;
	text-decoration: none;
	color: white;
}

#header ul li a:hover{
	color: #c3d8f3;
	text-decoration: underline;
}

#content {
	width: 900px;
	padding: 20px;
	text-align: left;
	background: url('../images/content_bg.jpg') 0 0 repeat-x #d0e3f0;
}

#text {
	padding: 20px 30px 30px 30px;
	background: #f9f9fc;
	border-top: 5px solid #07327e;
}

#text p {
	text-align: justify;
	font-size: 11pt;
	line-height: 18pt;
	margin: 0 0 .4em 1em;
	color: #2d2d2d;
}

#text a {
	color: #07327e;
	text-decoration: underline;
}

#text a:hover{
	color: #3460ae;
	text-decoration: none;
}

#text h3 {
	color: #07327e;
	font-size: 14pt;
	margin-bottom: .3em;
	border-bottom: 2px solid #e5e5e5;
}

#text ul {
	color: #2d2d2d;
	font-size: 11pt;
	line-height: 18pt;
	margin: 1em 0 .9em .8em;
}

#text ul.nested { margin: 0; }

#text ul li {
	list-style-type: none;
	padding-left: 13px;
	background: url('/images/bullet.gif') no-repeat left .6em;
}

#text img {
	border: 10px solid #e5e5e5;
}


#content_header {
	border-bottom: 5px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#content_header h2 {
	color: #07327e;
	font-size: 20pt;
	font-weight: bold;
	float: left;
}

#content_header ul {
	float: right;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

#content_header ul li {
	display: inline;
	margin: 0 .5em 0 .5em;
	font-size: 14pt;
	color: #4069b2;
	background: none;
}

#content_header ul li a {
	color: #07327e;
}

#content_header ul li a.active {
	color: #3460ae;
	text-decoration: none;
}

#content_header ul li a:hover {
	color: #3460ae;
	text-decoration: none;
}

#footer {
	width: 920px;
	height: 40px;
	padding: 10px;
	background: #07327e;
	text-align: left;
}

#footer ul {list-style-type: none;}

#footer ul li {
	display: inline;
	padding: 0 7px 0 7px;
}
		
#footer ul li a{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#footer ul li a:hover {
	color: #c3d8f3;
	text-decoration: underline;
}

#footer p {
	margin: 2px 0 0 8px;
	color: #4467b3;
	font-size: 10pt;
}

#footer p a {
	color: #4467b3;
	text-decoration: underline;
}

#footer p a:hover{
	color: #ffffff;
	text-decoration: none;
}

a.ext {
	padding-right: 13px;
	background: url('/images/ext.png') no-repeat 100% 40%;
}

a.pdf {
	padding-right: 16px;
	background: url('/images/pdf.png') no-repeat right ;
}

img.right {
	float: right;
	margin: .2em 0 0 1em;
}

img.left {
	float: left;
	margin: .2em 1em 0 0;
}

.small {
	font-size: 80%;
}

.clearboth {clear: both;}