a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color: #9e7a26;
}

a:visited {
	color: #d7b76d;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e9d5b0;
}

.back {
	padding-bottom: 20px;
}

.back a {
	color: #9e7a26;
}

.bottom {
	background-image: url(../images/site_bottom.jpg);
	background-repeat: no-repeat;
	height: 22px;
	margin-bottom: 10px;
}

.button {
}

.button a {
	background-color: #066d88;
	color: #FFF;
	font-size: 11px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
	behavior: url(border-radius.htc);
    border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
}

.clear {
	clear: both;
}

.contentWrapper {
	padding-left: 24px;
	padding-right: 24px;
}

.credit {
	line-height: 14px;
	font-size: 11px;
	color: #666;
}

em {
	font-style: italic;
}

.floatLeft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.footer {
	font-size: 11px;
	padding-left: 24px;
	color: #333;
	width: 980px;
	margin: auto;
	margin-bottom: 20px;
}

.footer a {
	color: #333;
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 25px;
}

h2 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #066d88;
}

h3 {
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 25px;
	clear: both;
	color: #333;
}

.middle {
	padding-top: 20px;
}

p {
	padding-bottom: 18px;
	line-height: 16px;
}

.resourceText {
	background-color: #f1f1f1;
	padding: 8px;
}

.resourceText ul {
	line-height: 16px;
	margin-bottom: 18px;
}

.resourceTitle {
	background-color: #333;
	color: #FFF;
	padding: 8px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}

.resourceThumbnail {
	vertical-align: top;
	padding-right: 10px;
}

.resourceWrapper {
	clear: both;
	width: 600px;
	margin: auto;
	margin-bottom: 25px;
	border: 1px solid #CCC;
}

ul {
	margin-left: 35px;
}

ul li {
	padding-left: 5px;
}

.viewDownload {
	text-align: right;
	padding-top: 3px;
}

.wheelWrapper {
	width: 960px;
	margin: auto;
	text-align: center;
}

.wheelWrapperHtml {
	width: 960px;
	padding-top: 20px;
	margin: auto;
	text-align: center;
}

.wrapper {
	width: 980px;
	margin: auto;
	margin-top: 5px;
	background-image: url(../images/site_middle.jpg);
	background-repeat: repeat-y;
}

.hide {
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);
}