@charset "utf-8";
/* CSS Document */

/*Main Nav*/

#topnavigation  {
	width: 800px;
	height: 33px;
	margin: 0 auto;
	padding-top: 30px;
	list-style:none;
}

#navigation li {
	float: left;
	display: block;
	padding: 6px 0px 0px 0px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navigation li.first {
	background: none;
}

#navigation a:link, a:visited, a:active {
	height: 21px;
	float:left;
	text-decoration: none;
	color: #F2E4BA;
	font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
}
#navigation a:hover {
	height: 21px;
	float:left;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
}


#content-body li {

}

#content-body li.first {
	background: none;
}

#content-body a:link{
	height: auto;
	float:none;
	text-decoration: underline;
	color: #47362E;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
}
#content-body a:visited {
	height: auto;
	float:none;
	text-decoration: underline;
	color: #47362E;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
}
#content-body a:hover {
	height: auto;
	float:none;
	text-decoration: none;
	color: #47362E;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
}
#content-body a:active{
	height: auto;
	float:none;
	text-decoration: underline;
	color: #47362E;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
}


