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

body {
	background-color: #F5F6D4;
	margin: 0px;
	padding: 0px;
}


.container {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	background-color: #F5F6D4;
	background-image: url(../images/topBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
	text-align:center; /* for IE */

} /*maincontainer&*/
.container .content .header .nav a:hover {
	text-decoration: underline;
	color: #c90;
}
.container .content .maincontent a {
	color: #17694b;
	text-decoration: none;
}
.container .content .maincontent a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.container .content .maincontent img {
	padding: 2px;
	clear: left;
}
.container .content .maincontent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b66b32;
}
.container .header {
	background-image: url(../images/flag.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 780px;
	padding: 0px;
	height: 220px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.container .header .nav {
	margin-left: 100px;
	clear: both;
	padding-top: 165px;

}

.container .content {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align:left;

}
.container .rtbar {
	background-color: #F2E8AD;
	background-image: url(images/sidebarfooter.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 225px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	clear: right;
	float: right;
}
.container .content .rtbar ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(../images/gn_arw.gif);
	list-style-type: none;
	list-style-position: inside;
}
.container .content .rtbar li {
	padding: 5px;
	display: block;
	list-style-image: url(images/gn_arw.gif);
	list-style-position: inside;
	margin: 0px;
}
.container .rtbar .sidebartext {
	padding: 3px;
}
.container .rtbar h2 {
	color: #fafcd8;
	background-color: #b66b32;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}
.container .maincontent {
	width: 535px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.container .footer {
	background-image: url(images/footerBG.jpg);
	background-repeat: repeat-x;
	background-color: #0A3B26;
	height: 600px;
	width: 100%;
	padding: 0px;
	bottom: auto;
	background-position: center bottom;
	margin: 0px;
	margin-left: auto;
	position:relative;
	text-align:center; /* for IE */
}
.container .footer .footernavbox .footform #captcha_table .field div {
	color: #0A3B26;
}
.container .footer .footernavbox .footform #captcha_table .field a {
	color: #0A3B26;
	text-decoration: none;
}
.container .footer .footernavbox .footform #captcha_table .field a:hover {
	color: #AAD6AA;
	text-decoration: underline;
}
.container .footer .footernavbox .footform td {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
}

.container .footer .footernavbox .footform h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.container .footer .footernavbox {
	height: 100px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
	padding-top: 10px;
}
.container .footer .footernavbox ul {
	font-size: 80%;
	color: #CCCCCC;
	font-weight: bold;
	padding-left: 10px;
}
.container .footer .footernavbox li {
	list-style-type: none;
	display: inline;
	padding: 3px;
}
.container .footer .footernavbox p {
	color: #FFFFFF;
	font-size: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.container .footer .footernavbox a {
	color: #FFFFFF;
	text-decoration: none;
}
.container .footer .footernavbox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.container .footer .footernavbox .footaddress {
	width: 240px;
	float: right;
	clear: both;
}
.container .footer .footernavbox .footform #form1 table {
	color: #FFFFFF;
}

.container .footer .footernavbox .footform {
	width: 530px;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.2em;
	padding-right: 5px;
}


#copywrite {
	font-size: 80%;
	color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.floatclear {clear: both;}

