@charset "UTF-8";
body {
	background: #809480;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #9F8486;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica;
	font-size: 15px;
	line-height: 20px;
}

#wrap {
	background: #FFFFFF;
	width: 760px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #667866;
	border-right-color: #667866;
	border-bottom-color: #667866;
	border-left-color: #667866;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#contact {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contact a {
	color: #fff;
	text-decoration: underline;
    }
	
#contact a:hover {
	color: #FFFFFF;
	text-decoration: none;
    }
#notify a {
	color: #5f3944;
	text-decoration: underline;
    }
	
#notify a:hover {
	color: #5f3944;
	text-decoration: none;
    }
#header {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 80px;
	background-position: left top;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


	
	#header ul li {
	background-color: #FFFFFF;
	text-align: left;
	list-style-type: none;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	border: 1px dotted #999999;
	text-decoration: none;
	list-style-image: url(images/arrow.gif);
	list-style-position: inside;
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 12px;
    }
	
	
#header a {
	color: #999999;
	text-decoration: none;
	}
#header a:hover {
	color: #000000;
	text-decoration: underline;
    }
#homerotator
{	width: 760px;
	height: 300px;
	}
#subpagerotator
{	width: 760px;
	height: 180px;
	}

.Goldheadline {
	font-size: 24px;
	font-weight: bold;
	color: #FFC425;
	line-height: 25px;
}
#notify {
	background-color: #FFC425;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #5F3944;
	font-size: 11px;
	color: #5f3944;
}
#homenav {
	padding-top: 15px;
}
#content {
	padding-top: 15px;
	color: #5f3944;
	text-align: left;
}
#content a {
	color: #5f3944;
	text-decoration: underline;
	}
#content a:hover {
	color: #9F8486;
	text-decoration: underline;
    }
#rightcollumn {
	width: 100%;
}
#contentclear {
	clear: both;
	width: 100%;
}
#leftcollumn {
	width: 250px;
	float: left;
	padding-right: 20px;
}
#buttons {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#topnav {
}
.subtext {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica;
	font-size: 12px;
	color: #5F3944;
	font-style: italic;
	text-align: center;
}
.subtext a {
	color: #5F3944;
	text-decoration: underline;
	}
	
.subtext a:hover {
	color: #5F3944;
	text-decoration: none;
    }

