body {
	background: #372D25;
	color: #333;
	font-size: 62.5%;
	font-family: Georgia;
	line-height: 1.4em;
}
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 1.7em; margin-bottom: 0.85em; }
h2 { font-size: 1.6em; margin-bottom: 0.80em; }
h3 { font-size: 1.5em; margin-bottom: 0.75em; }
h4 { font-size: 1.4em; margin-bottom: 0.7em; }
h5 { font-size: 1.3em; margin-bottom: 0.65em; }
h6 { font-size: 1.2em; margin-bottom: 0.6em; }
a:link,
a:hover,
a:visited {
	color: #CD2027;
}

#wrapper {
	width: 100%;
	background: #fff url('../img/bgtop.gif') top left repeat-x;
	position: relative;
}
#header {
	width: 900px;
	margin: 0 auto 14px;
	height: 158px;
	position: relative;
}
#header img {
	margin: 85px 0 0;
}
#header .col2 a {
	background: none !important;
	padding: 0;
}
#header ul {
	position: absolute;
	right: -10px;
	top: 0;
}
#header li {
	height: 200px;
	margin: 0 10px 0 0;
 	float: left;
	display: block;
}
#header a {
	text-transform: uppercase;
	display: block;
	font-size: 1.8em;
	vertical-align: bottom;
	text-decoration: none;
	color: #333;
	position: relative;
	padding: 125px 10px 10px 10px;
	background: #eee;
}
#header a:hover {
	background: #ccc;
}
#header a.current {
	background: #CD2027;
	color: #fee;
}
#content {
	font-size: 1.6em;
	line-height: 1.6em;
}
#footer {
	width: 100%;
	background: #372D25 url('../img/bgbottom.gif') top left repeat-x;
	color: #A39E9A;
	font-size: 1.3em;
	line-height: 1.4em;
	height: 260px;
}
#footer h3 {
	text-align: center;
}
#footer td {
	padding-right: 10px;
	padding-bottom: 5px;
}
#footer table {
	font-size: 1.2em;
	line-height: 1.3em;
}

.col1,
.col2,
.col3,
.col4,
.col5 {
	float: left;
	background: none;
}

.col1 {	width: 150px; }
.col2 {	width: 300px; }
.col3 {	width: 450px; }
.col4 {	width: 600px; }
.col5 {	width: 750px; }
.col6 {	width: 900px; margin: 0 auto; }

.col1wide { width: 175px; }

.col2 p {
	margin-bottom: 0.8em;
	width: 270px;
}
.col3 p {
	margin-bottom: 0.8em;
	width: 420px;
	text-align: justify;
}
.col6 p {
	margin-bottom: 0.8em;
}

.col2 img {
	margin: 5px 0 10px;
}

.clear { clear: both; background: none; }
.light { color: #807B76; }
.hi { display: none; }

.referencelink {
	display: block;
	margin-top: -1.2em;
	margin-bottom: 0.65em;
}
.referencelink a {
	background: transparent url('../img/external.png') no-repeat scroll right 5px;
	padding-right: 15px;
}