body {
	padding: 0; margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

div#main {
	position: relative; top: 0px; left: 0px;
	width: 740px;
	padding: 30px 8px 150px 10px; margin: 0;
	background-image: url('img/bg.gif');
	background-repeat: repeat-y;
}

img#moe_logo {
	position: absolute; top: 20px; left: 24px;
}

img#text_top {
	position: absolute; top: 35px; left: 155px;
}

img#project_logo {
	position: absolute; top: 3px; right: -5px;
}

div#blue {
	position: absolute; top: 9px; left: 150px;
	border-top: 3px solid #3c78b3;
	height: 0px;
	width: 200px; 
	padding: 0px; margin: 0px;
}

div#lightblue {
	position: absolute; top: 0px; left: 350px;
	background-color: #60a5e8;
	width: 200px; height: 20px;
}

div#onborder {
	position: absolute; top: -11px; left: 160px;
	background-color: #3c78b3;
	width: 550px; height: 21px;
}

div#content {
	position: relative; bottom: -170px; left: 0px;
	width: 740px;
	min-height: 340px;
	background-color: white;
	border-color: #3c78b3;
	border-width: 2px;
	border-style:solid;
}

div#menu {
	position: absolute; top: 40px; left: 0px;
	width: 150px;
}

a#menu {
	font-size: 13px;
	display: block;
	color: #3c78b3;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #3c78b3;
	padding: 3px;
}

a#menu:Hover {
	background-color: #ffd469;
}

a#menu2 {
	font-size: 13px;
	display: block;
	color: #3c78b3;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #3c78b3;
	border-bottom: 1px solid #3c78b3;
	padding: 3px;
}

a#menu2:Hover {
	background-color: #ffd469;
}

div#title {
	position: absolute; top: 25px; right: 15px;
	font-size: 24px; font-weight: bold;
	width: 550px;
	text-align: left;
	color: #1b344d;
	border-bottom: 2px solid #60a5e8;
	padding-bottom: 20px;
}

div#text {
	position: relative; top: 90px; left: 79px;
	width: 548px;
	text-align: justify;
	color: #1b344d;
	padding-bottom: 195px;
}

div#text a, div#text a:Visited {
	color: #3c78b3;
	text-decoration: none;
}

div#text a:Hover {
	text-decoration: underline;
}

div#text table {
	text-align: left;
}

div#text table tr {
	vertical-align: top;
}

div#text table td {
	padding: 5px;
}

div#text table th {
	padding: 5px;
	font-weight: bold;
}

div#text ul {
	margin-top: 2px;
	line-height: 2em;
}

div#hr {
	position: relative; top: 0px; left: 0px;
	width: 400px;
	height: 10px;
	border-bottom: 1px solid #60a5e8;
	margin-bottom: 25px;
}

div#footer {
	position: absolute; bottom: -15px; right: 15px;
	font-size: 9px;
	width: 550px;
	text-align: right;
	color: #3c78b3;
	border-top: 2px solid #60a5e8;
	padding-top: 90px;
}

img#eu {
	position: absolute; bottom: 15px; right: 150px;
}

img#youth {
	position: absolute; bottom: 15px; right: 0px;
}

