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

body {
	background-color: #6C8ABE;
	background-image: url(../assets/images/background.jpg);
	font-family: "Times New Roman", Times, serif;
	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;
	background-repeat: no-repeat;
	width: 894px;
	margin: 10px;
}
#topnav {
	text-align: center;
	height: 40px;
	width: 820px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #000066;
}

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


#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 {
	width: 680px;
	margin-left: 5px;
	display: inline;
	line-height: 1.4;
	text-align: justify;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	float: left;
}
#maincontent p {
	margin-right: 10px;
	margin-left: 10px;
}
#maincontent a {
	color: #000066;
}
#maincontent a:link, #maincontent a:visited {
	color: #000066;
	text-decoration: none;
}
#maincontent a:hover, #maincontent a:active {
	color: #6987BB;
}


#rightcontent {
	width: 210px;
	margin-left: 700px;
	line-height: 1.4;
	text-align: justify;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
}
#rightcontent p {
	margin-right: 10px;
	margin-left: 10px;
}
#rightcontent a {
	color: #000066;
}
#rightcontent a:link, #rightcontent a:visited {
}
#rightcontent a:hover, #rightcontent a:active {
	color: #B1D78E;
}



#footer {
	text-align: center;
	background-color: #6A88BC;
	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 {
}

h2 {
	text-align: center;
}
h3 {
	text-align: center;
}


.redtxt {
	color: #CC0000;
}
.greentxt {
	color: #009900;
}
.browntxt {
	color: #660000;
}
.bluetxt {
	color: #003399;
}
.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;
}
