@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	padding : 0;
	background-color : #F0F0F0;
	color : #000000;
}
p, ul, ol, li {
font : 10pt Arial,geneva,helvetica;
}
h1 {
font : bold 14pt Arial, Helvetica, geneva;
}
h2 {
font : bold 12pt Arial, Helvetica, geneva;
}
#container {
	position : relative;
	width : 800px;
	margin-left: auto; 
    margin-right: auto;
	}
#header {
	position : fixed;
	width : 800;
	height : 85px;
	top : 0;
	right : auto;
	bottom : auto;
	left : auto;
	border-bottom : 0px solid #cccccc;
	background-color:#F0F0F0;
}
#leftnavigation {
position : fixed;
height : 100%;
top : 0%;
margin-left :0px;
width : 140px;
color : #000000;
padding : 3px;
overflow : auto;
background-image:url(Images/left.gif);
}
#content {
	position : fixed;
	top : 85px;
	bottom : 10px;
	margin : 0px 0px 0px 140px;
	width : auto;
	height : auto;
	padding-left : 0px;
	padding-right : 0px;
	color : #000000;
	border-left : 0px solid #cccccc;
	overflow : auto;
	overflow-x:hidden;
	font:Arial, Helvetica, sans-serif;
	background-color: #FBFBFB;
}
#content h1, #content h2 {
color : #cc0000;
}
#footer {
position: fixed;
width: 800px;
height: 0px;
top: auto;
right: 0;
bottom: 0;
margin-left : 10px;
border-top : 0px solid #cccccc;
}
