@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#container {
	width: 900px;
	margin: 0 auto;
	border: thick double #C9BB65;
}

/* Styles for Header */
#header {
	float: right;
	width: 900px;
	height: 175px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #B9AE6C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	
}
#header img {
	padding-top: 10px;
}
#header p {
	
	margin-left: 20px;
}
#header a {
	font-weight: bold;
	text-decoration: none;
	color: #B9AE6C;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: capitalize;
	padding-right: 30px;
	padding-left: 30px;
}
#header a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B9AE6C;
}


/* Styles for Main Content */
#navigation {
	clear: none;
	float: right;
	height: 50px;
	width: 900px;
	color: #C9BB65;
	background-color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #000000;
	padding-top: 20px;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #B9AE6C;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: capitalize;
	padding-right: 30px;
	padding-left: 30px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B9AE6C;
}
#topcontent {
	clear: none;
	float: right;
	width: 900px;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #B9AE6C;
}
#topcontent a {
	font-weight: bold;
	text-decoration: none;
	color: #B9AE6C;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: capitalize;
	padding-right: 5px;
	padding-left: 5px;
}
#topcontent a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B9AE6C;
}
#topcontent img {
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	clear: both;
	width: 900px;
	background-color: #FFFFFF;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#footer p {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #000000;
}
#footer a {
	color: #B9AE6C;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B9AE6C;
}
.stylebold {
	font-size: 12px;
	font-weight: bold;
	color: #4C4310;
}
.b {
	font-weight: bold;
}
.line {
	color: #B9AE6C;
}
h1 {
	font-size: 18px;
	font-weight: bolder;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}