body {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 1em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-image: url(../IMAGES/EDRED.GIF);
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header {
	width: 90%;
	margin-left: 5%;
	padding-bottom: 10px;
}
#Content table {
	padding-top: 15px;
}

#header #head_img {

}
#header #head_img img {
	border: 2px solid #000000;
}

#header #head_text {
	height: 200px;
	width: 650px;
	float: none;
	margin-left: 310px;
	display: inline;
}
#header #head_text h1 {
	color: #0000FF;
	font-size: 1.6em;
	text-align: center;
	line-height: 1.2em;
	width: 100%;
}
#header #head_text #head_menu ul {
	margin:0;
	list-style:none;
}

#header #head_text #head_menu li {
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
}

li a:link {
	color:#000000;
	text-decoration:none;
}
li a:visited {
	color:#000000;
	text-decoration:none;
}
li a:hover {
	color: #0000FF;
	text-decoration:none;
}
li a:active {
	color: #0000FF;
	text-decoration:none;
}

#Content {
	width: 85%;
	margin-left: 5%;
	padding-top: 15px;
}
#Content h2 {
	font-size: 1.3em;
	text-align: center;
	width: 100%;
}
#Content h3 {
	font-size: 1.1em;
	font-weight: bold;
}
#Content td {
	padding: 3px;
}
#Content table {
	margin: 15px;
}
