* {
	margin: 0px;
	padding: 0px;
}	

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #747474;
	background: #e2e2e2;
}

#container {
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #747474;
	background-color: #FFFFFF;
}

#header {
	height: 150px;
	width: 760px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	border: 1px solid #747474;
	background-color: #a0b802;
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

#header h1 {
	color: #FFFFFF;
	text-align: left;
	margin-left: 20px;
	font-size: 20px;
	line-height: 150px;
	vertical-align: middle;
}


#menu {
	height: 70px;
	width: 760px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li{
	margin-top:5px;
	height: auto;
	width: auto;
	float: left;
	margin-right: 10px;
	padding-top: 5px;
	font-size: 12px;
	font-variant: small-caps;
	border: 1px solid #747474;
}

#menu ul li#last {
	margin-right: 0;
}

#menu ul li a{
	margin-left: 6px;
	margin-right: 8px;
	display: block;
	text-decoration: none;
	color: #a2a2a2;
	border-bottom: 4px dotted #009ddd;

}

#menu ul li a:hover{
	border-bottom: 4px dotted #85c20c;
}

#content {
	width: 760px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #747474;
	text-align: left;
}
#content ul{
	margin-left: 20px;
}

#content a {
	color: #747474;
	text-decoration: underline;
}

#content a:visited {
	color: #747474;
	text-decoration: none;
}

#content a:hover {
	color: #747474;
	text-decoration: none;
}

#content a:active {
	color: #85c20c;
	text-decoration: none;
}

#content h2 {
	margin: 10px;
	font-size: 20px;
	font-weight: bold;
	color:  #009ddd;
}

#content h3 {
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #85c20c;
}

#content p {
	margin: 10px;
}

#content acronym {
	border-bottom: 1px dotted #85c20c;
}

#content blockquote {
	margin-left: 30px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#content blockquote:before {
	color: #85c20c;
	font-weight: bold;
	content: '"';
}

#content blockquote:after {
	color: #85c20c;	
	font-weight: bold;
	content: '"';
}	

#footer {
	width: 760px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #747474;
}

#footer a {
	color: #747474;
	text-decoration: underline;
