/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #122558;
}

#nav {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin: 0px;
	display: block;
	padding: 0px;
	float: left;
	width: 170px;
}

#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Book Antiqua", "Times New Roman", Georgia, serif;
	float: left;
	height: 35px;
	width: 165px;
	list-style-type: disc;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #796138;
	margin: 0px;
	background-color: #657280;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #858fa4;
	line-height: 35px;
	font-size: 12px;
	font-weight: 200;
	text-align: right;
	padding-right: 5px;
}

#nav li a:hover {
	float: left;
	height: 35px;
	width: 165px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #2752A1;
	background-color: #85919E;
}
#nav li.activepage a {
	color: #000000;
	text-decoration: none;
	font-family: "Book Antiqua", "Times New Roman", Georgia, serif;
	float: left;
	height: 35px;
	width: 165px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #AB8950;
	background-color: #CCCCCC;
}


#nav li.activepage a:hover {
	float: left;
	height: 35px;
	width: 165px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #2752A1;
	background-color: #85919E;
}
.headerbk {
	background-image: url(images/header-bk.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #3467BA;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-align: justify;
	padding: 10px 15px 5px;
}

.content li {
	padding-bottom: 15px;
}

.content a {
	color: #796138;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	color: #AB8950;
	text-decoration: none;
}
.column {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
	padding-right: 10px;

}
.column li {
	margin-left: -25px;
	padding-bottom: 7px;
	color: #FDF100;
	list-style-type: disc;
}

.column a {
	text-decoration: none;
	color: #FFFFFF;
}

.column a:hover {
}

.link a{
	text-decoration: underline;
	color: #FDF100;
	padding-right: 15px;
	font-size: 11px;
}
.link a:hover {
	text-decoration: none;
	color: #FFFF99;
	padding-right: 15px;
	font-size: 11px;

}

h1 {
	font-family: "Book Antiqua", "Times New Roman", Georgia, serif;
	font-size: 18px;
	letter-spacing: 1px;
	color: #122558;
}

h2 {
	font-family: "Book Antiqua", "Times New Roman", Georgia, serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 35px;
	width: 160px;
	line-height: 35px;
	text-align: center;
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
}

h3 {
	font-family: "Book Antiqua", "Times New Roman", Georgia, serif;
	font-size: 16px;
	color: #122558;
}
h4 {
	font-family: "Book Antiqua", "Times New Roman", Georgia, serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 35px;
	width: 160px;
	line-height: 35px;
	text-align: center;
	background-image: url(images/h4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
}
#footer {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 18px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;

}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a.copyrightb {
    color: #FFFFFF;
	text-decoration: none;
	cursor:text;
	}
#footer a.copyrightb a.hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor:text;
	}



.table a{
	text-decoration: underline;
	color: #3A4A6C;
	font-size: 13px;
	text-align: left;
}
