@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	color: #685A3D;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	background-image: url(images/pattern%20copy1.jpg);
	background-repeat: repeat;
	margin-top: 10px;
}

h1 { color: #a08950; font-size: 16px; font-weight: bold; margin: 3px 0px 25px 0px; }
h2 { color: #ffffff; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; }

a          { color: #ba7007; }
a:visited  { color: #ba7007; }
a:hover    { color: black; }

.container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: thick solid #FFFFFF;
}


/* BANNER AREA */
.bannerArea {
	width: 908px;
	background-color: #FEFE9B;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: dashed;
	border-top-color: #685A3D;
	border-right-color: #685A3D;
	border-bottom-color: #685A3D;
	border-left-color: #685A3D;
}

.bannerNav {
	width: 800px;
	margin: 0px 0px 30px 15px;

	#margin-bottom: 10px; /* for IE */
	color: #FFFF9C;
	font-size: 14px;
	font-weight: bold;
}

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	list-style: none;
	float:left;
	margin: 0px 20px 0px 0px;
	#margin-left: 20px; /* for IE */
}

.bannerNav a{
	margin-left: 0px;
	color: #00FF00;
	text-decoration: none;
}
.bannerNav a:visited{
	color: #FFFF9C;
}

.bannersubnav {
	padding-top: 20px;
	padding-right: 20px;
	float: right;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bannerNav a:hover{
	color: #000000;
}

.bannersubnav a {
	color: #3E75A6;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.bannersubnav a:visited {
	color: #3975A5;
}
.bannersubnav a:hover { color: #000000; text-decoration: none; }

.toplogo {
	margin-left: 0px;
	padding-top: 0px;
}

.navigationArea {
	width: 908px;
	border-bottom: solid;
	border-color: #685A3D;
	border-width: 1px;
}

/* CONTENT AREA */

.contentArea {
	width: 908px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFB;
}

.contentleft {
	width: 410px;
	padding-left: 15px;
	padding-right: 30px;
	float: left;
}

.contentright {
	width: 395px;
	float: left;
	border: thin dashed #660000;
	padding: 8px;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;	
}
.imageleft {
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width: 908px;
	height: 60px;
}

.copyright {
	border-top: dotted;
	border-color: #75570b;
	border-width: 2px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 12px;
	color: #a08950;
	font-size: 12px;

