body {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	background-color: #D0D3FC;
	margin: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}	
	
	

H1{
	font-size: 1.7em;
	font-weight: normal;
	text-align: left;
	background-color: #EEEDFC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.2em;
}

H2{
	font-size: 1.4em;
	text-align: left;
	font-weight: normal;
}

H3{
	font-size: 1.2em;
	text-align: left;
	font-weight: normal;
}
p{
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content {
	font-size: 1em;
	color: #333333;
	list-style-type: circle;
	list-style-position: outside;
	line-height: 1.4em;
	font-weight: normal;
	margin-left: 25px;
	margin-right: 20px;
	text-align: justify;
	padding-right: 20px;
}
.contentblack {
	
	font-size: small;
	color: #000000;
}
#nav{
	width:183px;
	float:left;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#nav ul{margin:0 7px 0 10px;padding:0px;list-style:none;border-bottom:1px solid #D0B06C}
#nav li{margin:0;padding:0;letter-spacing:0.04em}
#nav li a{
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
	width:139px;
	display:block;
	font-size:14px;
	padding:8px 0 6px 28px;
	line-height:1.4em;
	background-repeat: no-repeat;
}
#nav li a:hover{
	color:#fff;
	background-repeat: no-repeat;
	background-color: #666633;
	font-weight: lighter;
}

#nav li .current{
	background-repeat: no-repeat;
}

.bullets ul li{
	list-style-type: circle;
	padding-left: 25px;
	line-height: 1.2em;
	padding-bottom: 15px;
	background-position: left;
	font-weight: normal;
	text-align: left;
	margin-right: 20px;
}
#footer  {
	position: relative;
	font-size: 0.9em;
	}
	
	#footer a:link {
	text-decoration: underline;
	}
	#footer a:active{
	text-decoration: underline;
}

