body {
	background-color: #FAEFCC;
	background-image: url(../images/toptile3.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 13px;
	color: #000800;
	margin: 0;
	padding: 0;
}

#topsection {
	height: 85px; /*Height of top section*/
	width: 700px;
	padding: 0 2em 0 2em;
	margin: 0;
}

#contentwrapper {
	float: left;
	width: 100%;
}

a {
	color: #d65600;
}

h1 {
	font-family: Arial, Helvetica, Helv, sans-serif;
	font-size: 2em;
	text-align: center;
}

h2 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Ariel, sans-serif;
	font-size: 1.75em;
	padding-top: 1.75em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 1.4em;
	padding-left: 2em;
	padding-top: 1.2em;
	margin-bottom: 0;
	color: #000000;
}

h4 {
	font-family: font-family: "Trebuchet MS", "Lucida Sans Unicode", Ariel, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	margin-top: 0;
	padding-top: 1.5em;
}

h3 h4 {
	padding-top: 1em;
}

#contentcolumn {
	/*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
	margin: 0 15% 0 15%;
	background-color: #FEFDFC;
	color: #000800;
	border-left: 1px solid #9F9088;
	border-top: 1px solid #AA9A90;
	border-right: 2px solid #7F764A;
	border-bottom: 3px solid #7F764A;
	padding: 8px 8px 60px 8px;
}

#contentcolumn h1, #contentcolumn h2 {
	color: #066410;
}

#navcol
	{
	width: 140px;
	height: 252px;
	float: left;
	margin-top: 64px;
	clear: both;
	padding: 0;
	background-image: url(../images/capmenu.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#navcol ul{
	display: block;
	padding: 19px 5px 0 19px;
	margin: 0;
}

#navcol ul li {
	font-size: 1.25em;
	font-weight: bolder;
	list-style-image: none;
	list-style-type: none;
}

#navcol a {
	color: #551A00;
	text-decoration: none;
}

#navcol a:visited {
	color: #504440;
	text-decoration: none;
}

#navcol a:hover {
	color: #B45518;
	text-decoration: underline;
}

#navcol a:active {
	color: #BC5040;
	text-decoration: none;
}

.smaller {
	font-size: .8em;
}

#leftcolumn {
	float: left;
	width: 25%; /*Width of left column in percentage*/
	margin-left: -100%;
	background: #DDFCDD;
}

#rightcolumn {
	float: left;
	width: 100px; /*Width of right column in pixels*/
	margin-left: -100px; /*Set margin to -(RightColumnWidth)*/
	background: #FDE9FD;
}