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

body {
	width:100%;
	padding : 0;
	background-color : #F0F0F0;
	color : #009;
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	}
p, ul, ol, li {
	font-family: Arial, geneva, helvetica;
	font-size: 1em;
	line-height: 22px;
	font-weight: normal;
	text-align: left;
	color : #009;
	}
h1 {
font : bold 14pt Arial, Helvetica, geneva;
}
h2 {
font : bold 12pt Arial, Helvetica, geneva;
}
#container {
	position : relative;
	width : 900px;
	margin-left: auto; 
    margin-right: auto;
	}
#header {
	position : fixed;
	width : 900;
	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;
	text-align: left;
	font-size:1em;
}
#content h1, #content h2 {
color : #cc0000;
}
#footer {
position: fixed;
width: 900px;
height: 0px;
top: auto;
right: 0;
bottom: 0;
margin-left : 10px;
border-top : 0px solid #cccccc;
}
