﻿body{
	background-color: #e9e9e9;
	color: #ffffff;
	font: 9pt Tahoma, Arial, Helvetica, sans-serif;
	margin: 25px;
	padding: 0;
}

h1{
font-size: 16pt;
font-style: italic;
text-decoration: underline;
}

#container{
background-color: #ffffff;
margin: 0 auto;
width: 870px;
}

center{
	text-align:center;
	
}
#header{
background-color: #000000;
height: 100px;
}

#subheader{
background-color: #fd9903;
border-bottom: 1px solid #e9e9e9;
border-top: 1px solid #e9e9e9;
color: #e9e9e9;
font-size: 12pt;
font-weight: bold;
height: 36px;
line-height: 2.1em;
text-align: center;
}

#main{
background-color: #ffffff;
height: 100%;
overflow: hidden;
padding: 0px;
width: 870px;
}

#content{
	background-color: #ffffff;
	float: right;
	color: #000000;
	height: 100%;
	padding: 20px;
	width: 640px;
	text-align: justify;
}

#navigation{
background-color: #666666;
float: left;
font-weight: bold;
height: 100%;
margin-bottom: -2000px;
padding-bottom: 2000px;
width: 190px;
}

* html #navigation{
width: 184px;
}

#navigation ul{
list-style-type: none;
padding: 0;
margin: 0;
}

#navigation li{
border-bottom: 1px solid #ffffff;
}

#navigation a{
color: #ffffff;
display: block;
margin: 0px;
padding: 4px 3px 3px 10px;
text-decoration: none;
width: 100%;
}

#navigation a:visited{
color: #ffffff;
}

html>body #navigation a{
width: auto;
}

#navigation a:hover{
color: #000000;
background-color: #e6e6e6;
}

#footer{
background-color: #000000;
clear: both;
height: 100px;
}

#copyright{
padding:75px 0 0 10px;
width: 320px;
}

.address{
float: right;
font-weight: bold;
padding: 10px;
text-align: right;
}

img{
border: 0;
}

