* {
	margin: 0px;
	padding: 0px;
}
body {
 	background-color: #97a971;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #545454;
	font-size: 12px;
}

a:link,     
a:visited, 
a:hover,     
a:active { 
 	text-decoration: underline;
	font-weight: bold;
	color: #4e135e; 
}

img {
	vertical-align: top;
}



.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 1000px;
}




h1 {
	margin: 20px 0px 10px 10px;
	font-size: 18px;
	color: #91b051;
}

h2, h3, h4, h5, h6 {
	font-size: 14px;
	margin-top: 20px;
	color: #91b051;
}



.navigation {
	width: 200px;
	margin-top: 30px;
	font-family: Arial;
}

.navigation ul {
	margin-right: 10px;
	padding: 0px;
	list-style-type: none;
}

.navigation ul li {
	display: inline;
}

.navigation ul li a,
.navigation ul li a:active,
.navigation ul li a:visited,
.navigation ul li a:link {
	color: #4e135e;
	background-color: #ffffff;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	margin-top: 10px;
	border-bottom: 1px dotted #694e43;
}

.navigation ul li a:hover {
	text-decoration: underline;
}




.content {
	background-color: #ffffff;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

.content p {
	margin-top: 10px;
	margin-top: 10px;
	line-height: 25px;
}

.content ul {
	margin: 20px 0px 20px 50px;
	list-style-type: none;
	}

.content ul li {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 25px;
}



.content b {
	color: #545454;
}


.footer {
	background-image: url(../images/footer.gif);
	height: 100px;
	width: 1000px;
	text-align: center;
}


.footer a,
.footer a:visited,
.footer a:link,
.footer a:hover,
.footer a:active {
	color: #ffffff;
	text-decoration: none;
}


