html {
	height: 100.01%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border-collapse: collapse;	
}

* {
	vertical-align: top;
	font-family: "Trebuchet MS", Geneva, Verdana, Helvetica, Arial, sans-serif;
}

body { 
	height: 100.01%;	
	background-color: #ffa35e; 
	font-size: 10pt;
}

a.section_anchor {
	display: none;
	height: 0px;
	width: 0px;
}

#mainback {
	background-color: #ffffdb;
}

#container {
	width: 800px;
	margin: 0px auto;
	color: #000000;
	line-height: 130%;
	overflow: hidden;
}

#navigation {
	text-align: center;
	overflow: hidden;
}

#leftspacer {
	float: left;
	width: 100px;
}

#menu {
	float: left;
	width: 600px;
	text-align: center;
}

#menu img {
	margin-top: 30px;
	margin-bottom: 30px;
}

#menu ul {
	margin-bottom: 6px;
}

#menu li {
	font-size: 11pt;
	display: inline;
	padding: 5px;
}

#menu a {
	color: #ffa35e;
	font-weight: 100;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #ff7000;
}

#menu li.menu-current a {
	color: #ff7000;
}

#rightspacer {
	float: right;
	width: 100px;
}

#content {
	clear: both;
	margin-top: 10px;
	padding: 1em;
}

#content p {
	margin-bottom: 8px;
}

#content table {
	margin: auto;
	padding: auto;
}

#content li {
	margin-left: 10px;
}

#content h1 { 
	font-size: 16pt;
	margin: 0 0 .5em 0; 
	text-align: center;
}

#content h2 { 
	font-size: 14pt;
	margin: 0 0 .5em 0; 
	text-align: center;
}

#content a {
	color: #ff7000;
}

#footer {
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;	
	padding: .5em;
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 35px;
	min-height: 150px;
	background-color: #ffa35e;
	background-image: url(pics/footerback.jpg);
	background-repeat: repeat-x;
}

#footer a {
	color: #ff7000;
}

