body{
	font-family: Tahoma, Verdana, Arial;
	margin: 0 auto;
}
#container{
	margin: 0 auto;
}

#footer{
	width: 800px;
	border-top: 1px solid #CCC;
	font-family: Trebuchet MS;
	margin: 0 auto;
}
p{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10pt;
}
h3, h4{
	padding-left: 10px;
	padding-right: 10px;
}
.small{
	font-size: 10pt;
}
ul li, ol li{
	padding-right: 10px;
	font-size: 10pt;
}
#nav{
	width: 200px;
	height: 600px;
	background: #D9C9D5;
}
#nav ul li{
	list-style-type: none;
	display: block;
	margin: 2px;
	width: 200px;
	height: 40px;
	/* background: url("images/btn.jpg") repeat-x #D9C9D5; */
	margin-left: -40px;
	/* border-bottom: 1px solid #FFF; */
	padding-top: 20px;
}
#nav ul{
	margin-top: -3px;;
}
#nav ul li a{
	font-family: Tahoma, Verdana, Arial;
	padding-left: 20px;
	color: #555;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 200px;
	height: 40px;
}
#nav ul li:hover{
	background: url("images/btn.jpg")repeat-x;
}
#body-top{
	width: 578px;
	height: 30px;
	background: url("images/bg-top.jpg");
}
#body-mid{
	width: 578px;
	min-height: 550px;
	background: url("images/bg-mid.jpg") repeat-y;
}
#body-bottom{
	width: 578px;
	height: 34px;
	background: url("images/bg-bottom.jpg");
	margin-top:-16px;
}
#body-mid h2{
	margin-top: 0;
	margin-left: 20px;
	color: #0066FF;
	width: 540px;
	border-bottom: 1px solid #0066FF;
}
#body-mid p{
	padding: 0 20px 10px 20px;
	text-align: justify;
}
#body-container{
	margin-left: 15px;
}
#footer{
	/* height: 35px; */
	background: url("images/footer.jpg")no-repeat;
}

#footer a{
	color: #FFF;
	margin-right: 20px;
}
