* {
	padding: 0em;
	margin: 0em;
}

body {
	padding: 35px 0px 35px 0px;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.0em;
	text-align: justify;
}

a {
	color: #B96D00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

td {
	padding: 3px;
}

.contentarea {
	padding-top: 1.3em;
}

.border {
	border: 1px solid black;
}

img.left {
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}

img.right {
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}

#outer {
	z-index: 2;
	position: relative;
	width: 75%;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	height: 9.0em;
	margin-bottom: 2px;
}

#headercontent {
	position: absolute;
	bottom: 0em;
	padding: 0em 2.0em 1.5em 5.0em;
}

#headercontent h1 {
	text-align: right;
	font-weight: normal;
	color: #000;
	font-size: 2.5em;
}

#headercontent h2 {
	text-align: right;
	font-size: 1.0em;
	font-weight: normal;
	color: #aaa;
}

#innerlist {
	margin-left:25px;
}

#menu {
	position: relative;
	background: #CC0000;
	height: 3.5em;
	padding: 0em 1.0em 0em 0em;
	margin-bottom: 2px;
}

#menu ul {
	position: absolute;
	top: 1.1em;
}

#menu ul li {
	position: relative;
	display: inline;
}

#menu ul li a {
	padding: 0.5em 1.0em 0.9em 1.0em;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li a.active {
	font-weight: bold;
	text-decoration: underline;
}

#menubottom {
	background: #fff url('../images/border1.gif') repeat-x;
	height: 14px;
	margin-bottom: 1.5em;
}

#submenu {
	text-align:center;
}

#submenu ul li {
	display: inline;
	margin: 10px;
}

#submenu ul li a {
	color: #000;
}

#submenu ul li a.active {
	font-weight: bold;
	text-decoration: none;
}

#content {
	padding: 0em 2.0em 0em 2.0em;
}

#footer {
	position: relative;
	height: 2.0em;
	clear: both;
	padding-top: 5.0em;
	background: #fff url('../images/border2.gif') repeat-x 0em 2.5em;
	font-size: 0.8em;
}

#footer .left {
	position: absolute;
	left: 2.0em;
	bottom: 1.2em;
}

#footer .right {
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}

