* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background-color: #afb701;
	font: 12px/1.6 Verdana, Arial, Geneva, sans-serif;
	color: #FFFFFF;
}

#header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

.header-background {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
		width: 956px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

#header  h1  {
	display: none;
}
#top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 956px;
	height: 60px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 36px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A6B500;
	font-size: 1.1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}
#top a {
	color: #fff;
	text-decoration: none;
}
#top a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}


#content {

}

.content-background {
	margin-top: -1px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.content-inside {
	width: 920px;
	padding: 0;
	margin: 0 auto;
	min-height: 26em;
}

#content p {
	margin: 0 0 .9em;
}

#content .widecolumn {
	width: 550px;
	float: right;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.widecolumn h2 {
	font-weight: bold;
	color: #FF6900;
	margin-bottom: 0.7em;
	font-size: 2.2em;
	padding-bottom: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.widecolumn h3 {
	color: #2FB8B1;
	margin: 1.3em 0 .3em;
	font-weight: bold;
	font-style: normal;
	font-size: 1.7em;
}

.widecolumn h4 {
	color: #669900;
	margin: 1.3em 0 .3em;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}

.widecolumn ul {
	margin: .5em 0 .5em 1.3em;
}

.widecolumn ul li {
	margin: .3em 0;
}

.widecolumn p {
	color: #505509;
}

.widecolumn p strong, .sidebar p strong {
	color: #97080D;
	letter-spacing: 0em;
	font-weight: normal;
	font-size: 1em;
	font-style: normal;
}

.widecolumn p a, .sidebar p a {
	font-weight: bold;
	font-style: normal;
	color: #FF6600;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDC800;
}

.sidebar {
	width: 280px;
	float: left;
	margin-top: 8px;
}
.widecolumn img {
	float: left;
	margin-right: 10px;
}


.sidebar h2 {
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 0.7em;
	font-size: 1.4em;
	padding-bottom: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;

}

.sidebar h3 {
	font-size: 1em;
	margin-bottom: 0em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 1.5em 0 .3em;
	font-weight: bold;
	font-style: normal;
	color: #990000;
}

.sidebar p {
	margin: 0;
}

.sidebar p a {
	color: #FFFFFF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}

.footer {
	margin-top: 3em;
	padding-top: 1.5em;
	line-height: 1;
	text-align: center;
}

.footer a {
	color: #fff;
}

a img {
	border: none;
}

.clearer {
	clear: both;
}
.img {
	float: left;
	margin-right: 10px;
}
.smcol1 {
	width: 45%;
	float: left;
}
.smcol2 {
	width: 45%;
	float: right;
}
.sm {
	font-size: .95em;
}
.sidebar img {
	border: 5px solid #FFFFFF;
}
