* {
	margin: 0;
	padding: 0;
}	

body {
	font: 90% Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #48036F;
	background: #1D7373;
}

#container {
	width: 780px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FF9640;
	background: #FFE2CB;
}

#header {
	height: 150px;
	width: 760px;
	margin: 10px;
	border: 1px solid #48036F;
	background-color: #A64B00;
	background-image: url('images/header3.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}

#header h1 {
	color: #5CCCCC;
	text-align: left;
	margin-top: 60px;
	margin-left: 20px;
}


#menu {
	height: 40px;
	width: 760px;
	margin: 10px;
	/*border: 1px solid #48036F;*/
}

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

#menu ul li{
	height: 30px;
	width: 114px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	font-size: 15px;
	border: 1px solid #48036F;
}

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

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

}

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

#content {
	width: 760px;
	margin: 10px;
	border: 1px solid #A64B00;
	text-align: left;
}

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

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

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

#content a:active {
	color: #33CCCC;
	text-decoration: none;
}

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

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

#content p {
	margin: 10px;
}

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

#content blockquote {
	margin: 5px;
      margin-right: 30px;
	margin-left: 30px;
      color: #006363;
      font-size: 18px;
      line-height: 1.2;
}

#content blockquote:before {
	color: #006363;
	font-weight: bold;
      font-size: 22px;
	content: '"';
}

#content blockquote:after {
	color: #006363;	
	font-weight: bold;
      font-size: 22px;
	content: '"';
}	

.imgright {
float: right;
border: 8px solid #A64B00;
margin: 5px 15px 10px 10px;
padding: 10px;
}

.imgleft {
float: left;
border: 8px solid #A64B00;
margin: 5px 15px 10px 0px;
padding: 10px;
}

#footer {
	width: 760px;
	margin: 10px;
	border: 1px solid #A64B00;
}

#footer a {
	color: #BF7130;
      text-decoration: none;
      font-size: 75%;
}

#footer a:hover {
	color: #006363;
      text-decoration: none;
      font-size: 75%;
}
