* {
	margin: 0;
	padding: 0;
}	

body {
	font: 80% Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #747474;
	background: #012441;
}

#container {
	width: 780px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #747474;
	background: #ffffff;
}

#header {
	height: 150px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-color: #a0b802;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#header h1 {
	color: #ffffff;
	text-align: left;
	margin-top: 60px;
	margin-left: 20px;
}


#menu {
	height: 40px;
	width: 760px;
	margin: 10px;
	/*border: 1px solid #747474;*/
}

#menu ul {
	list-style-type: none;
}

#menu ul li{
	height: 30px;
	width: 98px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	font-size: 15px;
	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: 10px;
	border: 1px solid #747474;
	text-align: left;
}

#content a {
	color: #009ddd;
	text-decoration: underline;
}

#content a:visited {
	color: #85c20c;
	text-decoration: none;
}

#content a:hover {
	color: #85c20c;
	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: 5px;
	margin-left: 30px;
}

#content blockquote:before {
	color: #85c20c;
	font-weight: bold;
	content: '"';
}

#content blockquote:after {
	color: #85c20c;	
	font-weight: bold;
	content: '"';
}	

#notice {
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #012441;
	text-align: center;
	vertical-align: middle;
	background-color: #85c20c;
	width: 740px;
	border: 1px solid #747474;
}

#notice a {
	color: #009ddd;
	text-decoration: underline;
}

#notice a:visited {
	color: #009ddd;
	text-decoration: none;
}

#notice a:hover {
	color: #009ddd;
	text-decoration: none;
}

#notice a:active {
	color: #009ddd;
	text-decoration: none;
}


#footer {
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
}

#footer a {
	color: #009ddd;
	text-decoration: underline;
}

#footer a:visited {
	color: #85c20c;
	text-decoration: none;
}

#footer a:hover {
	color: #85c20c;
	text-decoration: none;
}

#footer a:active {
	color: #85c20c;
	text-decoration: none;
}

