@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #e9e9e9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

h1 {
	color: #a1bc2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 25px;
}

h2 {
	color: #004a7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left: 25px;
	margin-bottom: -10px;
}

h3 {
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 25px;
	margin-bottom: -10px;
}

p {
	color: #000;
	margin-left: 25px;
	margin-right: 10px;
}

a {color: #004a7e;
}

a:hover {
	color: #004a7e;
}

#body-container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/container_bg.gif);
}

#logo {
	background-image:url(../img/logo.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 610px;
	height: 100px;
	width: 175px;
}

#eadtu-logo {
	position: relative;
	clear:both;
}

#right-content {
	padding-right: 10px;
	color: #004a7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	clear:both;
	
}

#top-menu {
	width: 765px;
	background-image: url(../img/menu_bg.gif);
	clear: both;
	margin-left: 10px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

#top-menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
}

#top-menu a.activelink {
	color: #FFF;
	text-decoration: underline;
}

#top-menu a:hover {
	color: #FFF;
	text-decoration: underline;
}

.divider {
	color: #FFF;	
}

#content {
	float: left;
	width: 800px;
	clear: both;
}

#content-left {
	float: left;
	width: 620px;
	}

#content-right {
	width: 180px;
	float: right;
	}

table {
	margin-left: 25px;
	width: 95%;
}

#login-container {
	width: auto;
}

#login_content {
	clear: both;
}

#header {
	width: 800px;
	height: 100px;
	clear:both;
}

#footer {
	width: 780px;
	background-color: #a1bc2d;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	margin-left: 10px;
	float: none;
	margin-top: 20px;
}


#inputbox {
	border-color: #004a7e;
	border-style: solid;
	border-width: 1px;
	width: 130px;
	margin-left: 10px;
}

#inputbutton {
	background-color: #a1bc2d;
	color: #FFF;
	margin-top: 5px;
	margin-left: 10px;
	border: none;
}

.label {
	margin-left: 10px;	
	margin-bottom: 1px;
	margin-top: 1px;
}

#divider {
	height: 1px;
	border-bottom-color: #d0dd96;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	float: none;
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;	
	margin-left: 25px;
}

#homecontent {
	float: none;
	width: 600px;
	margin-left: 0px;
}

#newsdate {
	color: #a1bc2d;
}