@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #333132;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #FFCC66;
}

a:hover {
	color: #000000;
}

#template {
	width: 980px;
	background-image: url(images/index_background.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
}

#templatefooter {
	width: 980px;
	background-image: url(images/index_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}

#header {
	width: 980px;
	height: 160px;
	color: #666666;
	background-image: url(images/index_header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#navigation {
	width: 900px;
	height: 45px;
	margin: 0px;
	padding: 115px 40px 0px 40px;
}

#navlinks {
	list-style: none;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#navlinks li {
	float: right;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #CCCCCC;
}

#navlinks li a:link, #navlinks li a:visited {
	text-decoration: none;
	color: #666666;
}

#navlinks li a:hover {
	text-decoration: none;
	color: #8F6B27;
}

#content {
	width: 980px;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
	width: 900px;
	height: 75px;
	font-size: 11px;
	margin: 0px;
	padding: 15px 40px 0px 40px;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
}

#footer a:hover {
	color: #009865;
}

/* Home Page Styles */

#flash {
	width: 960px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

#area01 {
	float: left;
	width: 260px;
	height: 240px;
	background-image: url(images/area01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 30px 30px 30px 40px;
}

* html #area01 {
	display: inline;
}

#area02 {
	float: left;
	width: 260px;
	height: 240px;
	background-image: url(images/area02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 30px;
}

* html #area02 {
	display: inline;
}

#area03 {
	float: left;
	width: 260px;
	height: 240px;
	background-image: url(images/area03.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 30px 40px 30px 30px;
}

* html #area03 {
	display: inline;
}

/* Inside Page Styles */

#insidecontent {
	width: 630px;
	background-image: url(images/insideback.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px 10px 0px 10px;
	padding: 30px 300px 30px 30px;
}

/* Text Styles */

.headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

.subheadings {
	font-size: 14px;
	font-weight: bold;
	color: #e0be7c;
}

a.morelinks:link, a.morelinks:visited {
	color: #FFCC66;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.morelinks:hover {
	color: #000000;
}

.imageright {
	padding: 0px 0px 10px 10px;
}

.imageleft {
	padding: 0px 10px 10px 0px;
}
