﻿*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
body{
	background-color: #CCCCCC;
}
#container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px black dotted;
	
}
#header
{
	width: 800px;
	height: 140px;
	display: block;
	background-image: url(images/header-background.jpg);
	background-repeat: no-repeat;
}

h1
{
	font-size: 14pt;
	line-height: 28px;
	margin-top: 10px;
	margin-left: 10px;
}
#header h1
{
	font-size: 18pt;
	margin-top: 88px;
	margin-left: 160px;
	margin-bottom: 0px;

}
#footer
{
	width: 800px;
	height: 60px;
	background-color: #DDDDDD;
}
#content
{
	width: 600px;
	background-color: #ECE9D8;
	min-height: 500px;

}
#content p
{
	width: 560px;
	margin-left: 10px;
}
#leftnav
{
	width: 200px;
	background-color: #EBEBEB;
}

#leftnav a
{
	font-size: 12pt;
	font-weight: bold;
	color: #0066FF;
	line-height: 26px;
}
#leftnav a:visited
{
		color: #0066FF;
}
#leftnav a:hover{
	color:#66CCFF;
}