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

body {
	background-color: #6C8ABE;
	background-image: url(../assets/images/background.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000066;
}
#container {
	background-color: #FFFFFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#header {
	height: 62px;
	background-image: url(../assets/images/header.jpg);
	background-color: #6684B8;
	background-position: center center;
	border: 2px solid #000033;
	width: 894px;
	background-repeat: no-repeat;
	margin: 10px;
}
#topnav {
	text-align: center;
	height: 40px;
	width: 890px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #000066;
}

#topnav ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#topnav li {
	list-style-type: none;
}
#topnav a {
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #6886BA;
}


#topnav a:link, #topNav a:visited {
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6886BA;
	
}
#topnav a:hover, #topNav a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #6699FF;
	border: 1px solid #FFFFFF;
	
}
#maincontent {
	line-height: 1.4;
	text-align: justify;
	width: 910px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#maincontent p {
	margin-right: 10px;
	margin-left: 10px;

}
td {
	color: #000066;
}

#maincontent a {
	color: #000066;
}
#maincontent a:link, #maincontent a:visited {
	color: #6D8BBF;
}
#maincontent a:hover, #maincontent a:active {
	color: #6886BA;
	text-decoration: none;
}



#footer {
	text-align: center;
	background-color: #6D8BBF;
	border: 1px solid #000033;
	height: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFFFFF;
}
#footer ul {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer li {
	list-style-type: none;
}


#footer a {
	color: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
}
#footer a:link, #footer a:visited {
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #000066;
	text-decoration: underline;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
.center {
	text-align: center;
}




.redtxt {
	color: #EC0000;
}
.greentxt {
	color: #009900;
}
.browntxt {
	color: #660000;
}
.bluetxt {
	color: #003399;
}
.lightblue {
	color: #6D8BBF;
	font-weight: bold;
}

.yellowtxt {
	color: #FFFF00;
}
.whitetxt {
	color: #FFFFFF;
}
.blacktxt {
	color: #000033;
}

.fltlft {
	float: left;
	margin-right: 8px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

