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

body {
	background-color: #C2F5D1;
	background-image: url(../assets/images/imagebgreendark.jpg);
}
#container {
	background-color: #FFFFFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#header {
	height: 110px;
	width: 920px;
	background-image: url(../assets/images/header_5.jpg);
}
#topnav {
	text-align: center;
	height: 74px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

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


#topnav a:link, #topNav a:visited {
	border: 1px solid #000000;
	text-decoration: none;
	color: #000033;
	background-color: #AFD58C;
	
}
#topnav a:hover, #topNav a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #669900;
	border: 1px solid #000000;
	
}
#maincontent {
	width: 680px;
	float: left;
	margin-left: 5px;
	display: inline;
	line-height: 1.4;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#maincontent p {
	margin-right: 15px;
	margin-left: 10px;
}
#maincontent a {
	color: #333333;
}
#maincontent a:link, #maincontent a:visited {
	color: #333333;
}
#maincontent a:hover, #maincontent a:active {
	color: #006600;
	text-decoration: none;
}


#rightcontent {
	width: 210px;
	margin-left: 700px;
	line-height: 1.4;
	text-align: justify;
}
#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;
	text-decoration: none;
}



#footer {
	text-align: center;
	background-color: #AED48B;
	height: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #000033;
}
#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: #000033;
	margin-right: 2px;
	margin-left: 2px;
}
#footer a:link, #footer a:visited {
	font-size: 90%;
	color: #000033;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.txt_size {
	font-size: 90%;
}
.underline {
	text-decoration: underline;
}



.redtxt {
	color: #CC0000;
}
.greentxt {
	color: #009900;
}
.browntxt {
	color: #660000;
}
.bluetxt {
	color: #003399;
}
.yellowtxt {
	color: #FFFF00;
}
.whitetxt {
	color: #FFFFFF;
}
.blacktxt {
	color: #000033;
}
.pinktxt {
	color: #9D3C69;
	font-size: large;
}


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

