@charset "utf-8";
body {
	background-color: #A2A76A;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
a {
	color: #DF5526;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #848851;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #848851;
	line-height: 24px;
	font-weight: normal;
}


#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#navigation {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #A3A86A;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DF5526;
	text-align: center;
	padding-bottom: 10px;
}

#header {
	height: 60px;
	background-color: #DF5526;
	margin-bottom: 5px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #A3A86A;
	margin: 0px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
#subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DF5526;
	height: 20px;
	margin: 0px;
	padding: 5px;
	list-style-type: circle;
	font-size: 14px;
}
#subnav ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#subnav img {
	vertical-align: sub;
}
#subnav li {
	display: inline;
	padding-right: 50px;
	vertical-align: middle;
	padding-top: 0px;
}
#subnav a {
	color: #FFFFFF;
	text-decoration: none;
}


#content #text {
	width: 550px;
	margin-right: 20px;
	float: left;
}
.sidebar  {
	float: right;
	width: 175px;
	background-color: #A3A86A;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.sidebar  li {
	margin: 0px;
	padding: 0px;
}
.sidebar  h2 {
	font-size: 16px;
	color: #FFFFFF;
}



#footer {
	background-color: #DF5526;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 60px;
	clear: both;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #A3A86A;
}
#footer a {
	color: #FFFFFF;
}
.smalTExt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.call2Action {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A3A86A;
	width: 400px;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
hr {
	color: #FFFFFF;
}
.sidebar2   a {
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar2 {
	float: right;
	width: 175px;
	background-color: #BCBF93;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.sidebar2  h2 {
	font-size: 16px;
	color: #FFFFFF;
}
.sidebar3 {
	float: right;
	width: 175px;
	background-color: #DF5526;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.sidebar3 h2 {
	font-size: 16px;
	color: #FFFFFF;
}

