html, body {height:100%}
body {
	padding:0;
	margin:0;
	background:#FFFFFF url(leftcolbg.jpg) repeat-y left top;
	color: #000000;
	bottom: 0px;
	clip: rect(auto,auto,0px,auto);
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #A63215;
}
a:visited {
	color: #A63215;
}
a:hover {
	color: #9C7B48;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: x-large;
	color: #8C6E3A;
	text-align: left;
	padding-top: 5px;
}
h2 {
	font-size: large;
	color: #006600;
}
h3 {
	font-size: medium;
	color: #967447;
}

#outer{
	height:100%;
	min-height:100%;
	margin-left:130px;
	margin-right:130px;
	background:#F8E7EC;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-52px;
	color: #000000;
}
#outer .outerwrap #left p {
	text-indent: 5px;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:115;
	background:#E8D3BF;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
	visibility: visible;
	margin-right: 20px;
}
#header p {
	margin-right: 25px;
}

#left {
	position:relative;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	visibility: visible;
	width: 100;
}
#left p {padding-left:5px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	margin-right:-129px;/*must be 1px less than width otherwise won't push footer down */
}
#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #E8D3BF;
	text-align:center;
	position:relative;
	font-size: x-small;
	padding-top: 10px;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:120px;}/*needed to make room for header*/
#clearfooter{clear:both;height:50px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {
	float:right;
	width:98%;
	position:relative;
	margin: 0 -0.5%;
	padding-right: 5px;
}
.outerwrap {
float: left;
width: 99%;
}
.emphasis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: larger;
	font-weight: bold;
	color: #8C6E3A;
}
