/* CSS Document */

body {
	margin: 0 auto;
	background-image:url(images/background_tile.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color:#1E270C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-color: #ffffff;
}

h1 {
	font-style: bolder;
	font-size: 15px;
	color:#7A9D32;
	text-align: left;
}
h2 {
	font-style: bolder;
	font-size: 12px;
	color:#333333;
	text-align: left;
}
h3 {
	font-style: bolder;
	font-size: 11px;
	color:#D3B343;
	text-align: left;
}

p {
	font-size: 12px;
	color:#333333;
	text-align:left;
	font-style: bold;
	line-height: 15px;
}
p a:link{
	color:#747474;
	text-decoration: underlined;
}
p a:hover{
	color:#D3B343;
	text-decoration: underlined;
}
p a:visited{
	color:#747474;
	text-decoration: underlined;
}
p a:active{
	color:#747474;
	text-decoration: underlined;
}


li {
	font-size: 12px;
	color:#333333;
	text-align:left;
	list-style-image: url(images/bullet.gif);
	font-style: bold;
	line-height: 18px;
}


li a:link{
	color:#333333;
	text-decoration: underlined;
}
li a:hover{
	color:#D3B343;
	text-decoration: underlined;
}
li a:visited{
	color:#333333;
	text-decoration: underlined;
}
li a:active{
	color:#333333;
	text-decoration: underlined;
}

.navHome {
	font-size: 10px;
	color:#fff;
	text-align:left;
	vertical-align: top;
	font-style: bolder;
}
.navHomeSelected {
	font-size: 10px;
	color:#D3B343;
	text-align:left;
	vertical-align: top;
	font-style: bolder;
}

.navHome a:link {
	color:#fff;
	text-decoration: none;
}
.navHome a:hover {
	color:#D3B343;
	text-decoration: none;
}
.navHome a:active {
	color:#fff;
	text-decoration: none;
}
.navHome a:visited {
	color:#fff;
	text-decoration: none;
}
.navBottom {
	font-size: 10px;
	color:#fff;
	text-align:center;
	font-style: bolder;
	padding: 3px 0 0 0;
}
.navBottomSelected {
	font-size: 10px;
	color:#D3B343;
	text-align:left;
	vertical-align: top;
	font-style: bolder;
}

.navBottom a:link {
	color:#fff;
	text-decoration: none;
}
.navBottom a:hover {
	color:#D3B343;
	text-decoration: none;
}
.navBottom a:active {
	color:#fff;
	text-decoration: none;
}
.navBottom a:visited {
	color:#fff;
	text-decoration: none;
}

.navSeperators {
	font-size: 10px;
	color:#D3B343;
	text-align:center;
	vertical-align: top;
	font-style: bolder;
}
.navSeperators a:link {
	color:#D3B343;
}
.navSeperators a:visited {
	color:#D3B343;
}
.navSeperators a:active{
	color:#D3B343;
}
.navSeperators a:hover {
	color:#666;
}	
.imagesRight {
	text-align:right;
	padding: 30px 32px 0px 0;
}

#mainContainer {
	width: 760px;
	height: auto;
}

#topBannerHome {
	width: 760px;
	height: 256;
}
#navBar {
	background-image:url(images/nav_bar.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	width: 760px;
	height: 26;
	padding:8px 20px 0px 340px;
}

#homeBody {
	background-image:url(images/background_body.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
	width: 459px;
	padding: 20px 35px 35px 35px;
}

#homeRight {
	text-align: right;
	vertical-align: top;
	background-image:url(images/background_right.gif);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #fff;
	width: 301px;
}

#footer {
	background-image:url(images/footer_image.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 17;
}
#copyright{
letter-spacing: 1px;
	text-align: center;
	font-size:9px;
	width: 760px;
	padding: 7px 0 0 0;
	color:#D3B343;
}
