* html, body {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#fff;
	line-height: 1.8em;
	text-align: justify;
}

h2,h3,h4,h5,h6{
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.blank {
	clear: both;
}

p{
	font:13px verdana;
	color:#fff;
	line-height:19px;
}

a{
	text-decoration: none;
	color:#fff;
	border-bottom: 2px solid;
}

a:hover{
	text-decoration: none;
	border-bottom: 2px dashed;
}

#page {
	background:#3162a5 url(img/bg.gif) repeat-x top;
	width: 1020px;
	margin:0 auto;
	padding:0;
}

#header {
	width:100%;
	height:121px;
}

#logo{
	padding: 5px 0 0 10px;
	clear: both;
}

#logo h1{
	font-size: 24px;
	color: #000;
}

#logo a {
	border: none;
}

#nav{
	float:right;
	list-style:none;
	text-align:left;
	margin: 15px 0 5px 0;
	height: 30px;
}

#nav li{
	list-style:none;
	text-decoration:none;
	display:inline;
	text-align:right;
	margin-right:5px;
	padding:5px;
}

#nav li a{
	color:#666;
	font: bold 14px Tahoma;
	text-decoration: none;
	border: none;
}

#nav li a:hover {
	color:#3465ac;
}

#nav li a.active {
	border-bottom: 5px solid;
}

#container {
	width:100%;
	margin:15px 0;
}

#main{
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#main h1{
	font-size: 20px;
	margin-top: 0;
}

.right {
	text-decoration: none;
	color: #FFF;
	margin-right: 25px;
	float: right;
}

.img {
	clear: both;
	margin: 20px 0;
}

.img p {
	font-size: 13px;
	font-weight: 700;
}

.img ul li {
	font-size: 13px;
	font-weight: 700;
	list-style-type: none;
	padding-top: 5px	;
}

.img li li{
	font-size: 13px;
	font-weight: 700;
	list-style-type: circle;
	padding-top: 5px	;
}

img {
	border: 5px solid #FFF;
	padding: 5px;
}

img.right {
	float: right;
	margin: 5px 0 5px 10px;
}

img.left {
	float: left;
	margin: 5px 10px 5px 0;
}

#first-col{
	margin-left:10px;
	float:left;
	width:30%;
	height:auto;
	padding:8px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
}

#second-col{
	float:left;
	width:30%;
	height:auto;
	margin-left:10px;
	padding:8px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
}

#third-col{
	float:left;
	width:30%;
	height:auto;
	margin-left:10px;
	padding:8px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
}

.title {
	clear: both;
	font-size: 14px;
	font-weight: bold;
}

#first-col a, #second-col a, #third-col a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

#first-col a:hover, #second-col a:hover, #third-col a:hover {
	text-decoration: none;
	background: transparent;
}

#first-col a h2, #second-col a h2, #third-col a h2 {
	text-decoration: underline;
}

#first-col a:hover h2, #second-col a:hover h2, #third-col a:hover h2 {
	text-decoration: none;
}

#footer{
	clear:both;
	background: #1f4e87 url(/img/footer_bg.gif) repeat-x;
	width:100%;
	border-top: 2px solid #aaa
}

.copyrights{
	font:10px verdana;
	color:#fff;
	text-align:center;
	padding: 20px 0;
}

#footer a{
	font:10px verdana;
	text-decoration:none;
	color:#fff;
/*	text-transform: capitalize;*/
}

#sub {
	clear: both;
	margin-top: 5px;
	padding-top: 15px;
	text-align: center;
	font-size: 10px;
	border-top: 2px solid #aaa;
	height: 100%;
	min-height: 100%;
}

#sub ul {
	margin: 0;
	padding: 0 25px;
	list-style: none;
	display: inline;
	float: left;
	width: 970px;
	background: #1f4e87;
}

#sub li {
	display: block;
	float: left;
	width: 295px;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
}

#sub a {
	color: #aaa;
}

sup, sub {
	font-size: 11px;
}

#prop {
	float: right;
	margin: 0 0 10px 15px;
	width: 460px;
}

#prop p {
	text-align: center;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border: 1px solid;
	font-size: 12px;
	width: 100%;
}

td, th {
	border: 1px solid;
	padding: 2px 10px;
}

td.sub {
	padding-left: 50px;
}