/* commented backslash hack v2 \*/ 
html, body{
	margin: 0;
	padding: 0;
	height:100% /* 100% height */;
	overflow: hidden;
} 
/* end hack */ 

html>body #container {
	height: 100%;
	}
	/* 100% height */	
	
body {
	text-align: center;
	color: #000000;
	background-color: #E8681F;
	font-family: arial, hevetica, sans-serif;
	font-size: small;
	height: 100%;
}
	
#container {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#container_border {
	margin-left:auto;
	margin-right:auto;
	width: 1056px;
	position:relative;
	border-left-width: 1px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}

/* 100% height*/

/* commented backslash hack v2 \*/ 
* html #container {
	height:100%;
}		
* html #container {
	width:732px;
	w\idth:1024px;
}

* html body{font-size:xx-small;f\ont-size:x-small}
#header {
	height: 175px;
	width:734px;
	background-color: #FFFFFF;
	margin: 0px;
	z-index: 1;
}
* html #header {
	height:127px;
	he\ight:200px;
	display: inline;
}
#header p {
	padding-top: 50px;
}
#corner {
	height: 200px;
	width:290px;
	background-color: #FFFFFF;
	margin: 0px;
	float: right;
	z-index: 2;
	position: relative;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#mainnav {
	height: 25px;
	position:relative;
	color: #000000;
	width: 734px;
	z-index: 2;
	background-color: #FFFFFF;
	float: left;
	display: inline;
}
* html #mainnav{
	height:22px;
	he\ight:25px;
	display: inline;
}		
#sidebar {
	float: right;
	width: 290px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	background-color: #FFFFFF;
}

#content {
	width: 710px;
	height: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 140%;
	text-align: justify;
	background-color: #FFFFFF;
		}
#content p {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#footer	{
	position:fixed;
	width:1022px;
	height: 70px;
	background-color: transparent;
	clear: both;
	bottom: 0px;
	text-align: center;
	padding: 0px;
}
* html #footer {
	height:25px;
	he\ight:70px;
}
#footer p {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.footer2 {
	background-color: #f5f5f5;
	font-size: x-small;
	width: 1024px;
	height: 20px;
}
#clearfooter {height:27px;width:100%;clear:both}

.style3 {
	color: #E8681F;
	font-weight: bold;
	font-size: medium;
}
a:link {
	color: #E8681F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E8681F;
}
a:hover {
	text-decoration: underline;
	color: #E8681F;
}
a:active {
	text-decoration: none;
	color: #E8681F;
}


.style4 {color: #E8681F}

.tableheading
{
	color: #E8681F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 2px;
}
#container_border #container #content ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
