html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}


.wrapper {
	height: auto;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper_tall {
	height: 5000px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background-image: url(images/header.jpg);
	height: 260px;
	width: 980px;
}
.mainmenu {
	text-align: center;
	height: 29px;
	width: 980px;
	margin-top: 120px;
	z-index: 1;
	line-height: 29px;
	position: absolute;
}
.content_area {
	height: 4800px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.sidepanel {
	background-color: #8791b2;
	height: 4750px;
	width: 200px;
	text-align: left;
	vertical-align: top;
	margin-left: 5px;
	padding-left: 10px;
	margin-top: 5px;
	float: left;
}
.sidepaneltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.main {
	height: 2490px;
	width: 720px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
	float: left;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #a7521e;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #a7521e;
	text-decoration: none;
}
.imgborder {
	border: 2px solid #000000;
}


a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	outline-style: inherit;
	outline-color: #000000;
	outline-width: 1px;
}

a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	outline-style: inherit;
	outline-color: #000000;
	outline-width: 1px;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	outline-style: inherit;
	outline-color: #000000;
	outline-width: 1px;
}

a.submenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.submenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.submenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #b1b49f;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	display: block;
	padding: 2px;
	height: 20px;
	width: 95%;
	border: 1px solid #000000;
}
h2 {
	color: #3d536c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.noindent {
	margin-left: 0px;
}
p {
	margin-left: 15px;
}

