/*Entire Page*/

body {
	font-family: Arial, Helvetica, sans-serif;
}
  
/*Links*/

a:link {color: #ef3a39; text-decoration: none; }
a:active {color: #ef3a39; text-decoration: none; }
a:visited {color: #ef3a39; text-decoration: none; }
a:hover {color: #ef3a39; text-decoration: underline; }

/*IDs*/

#footer {
	font-size: 9px;
	color: #c1b39a;
	background-color: #231F20;
	height: 16px;
	width: 955px;
}

/*Classes*/

.navigation {
	background-color: #231F20;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
.header {
	font-size: 14px;
	color: #5A4A42;
	font-weight: bold;
	padding-top: 14px;
	padding-left: 23px;
	background-color: #FFFFFF;
	background-image: url(../images/headerbackground-reu.jpg);
}
.subheader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #231F20;
	padding-left: 25px;
}
.subcontent {
	font-size: 11px;
	color: #9a8479;
	background-color: #FFFFFF;
	width: 308px;
	padding-left: 16px;
	text-align: justify;
	height: 66px;
	padding-right: 20px;
}
.bottomheader {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #231F20;
	height: 20px;
	width: 791px;
	padding-left: 20px;
}
.content {
	font-size: 12px;
	color: #5a4a42;
	height: 257px;
	width: 619px;
	line-height: 18px;
	text-align: justify;
	padding-left: 25px;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 50px;
}
.bottomcontent {
	font-size: 12px;
	color: #5A4A42;
	background-color: #FFFFFF;
	height: 103px;
	width: 791px;
	padding-left: 12px;
	text-align: justify;
	padding-right: 12px;
	line-height: 18px;
}

li {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 4px;
	line-height: 14px;
	margin-left: -35px;
	position: relative;
}