@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #004488;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

h1 {
	color: #004a7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-left: 20px;
}

h2 {
	color: #94be0f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: -10px;
}

p {
	color: #000;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 17px;
}

li {
	line-heigth: 17px;	
	height: 17px;
}

#body-container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

#body-left {
	width: 160px;
	background-color: #FFF;	
	float: left;
	height: 240px;
}

#eadtu-logo {
float: left;
}

#kslll-logo {
float: right;
}

#logos {
	width: 960px;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

#body-right {
	width: 800px;
	float: left;
}

#top-menu {
	width: 800px;
	background-color: #94be0f;
	clear:both;
	padding-top: 5px;
	padding-bottom: 6px;	
}

#header a {
	font-family: Arial, Helvetica, sans-serif;
	color: #004488;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 50px;
	padding-right: 15px;
}

#header a.activelink {
	text-decoration: underline;
	font-weight: bold;
}

#header a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#divider {
	height: 1px;
	border-bottom-color: #757575;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	float: none;
	clear: both;
	padding-bottom: 2px;
	padding-top: 2px;	
	margin-left: 20px;
	margin-right: 20px;
}

#newsdate {
	color: #757575;
}

#content {
	float: left;
	width: 640px;
	border-left-color: #94be0f;
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-color: #94be0f;
	border-right-style: dotted;
	border-right-width: 1px;
	/*height: 1000px; */
	height: auto;
	margin-top: 25px;
}

#content a {
	color: #004488;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;	
}

table {
	margin-left: 20px;
	width: 95%;
}

#login-container {
	width: auto;
	height: auto;
	float: left;
	padding-top: 25px;
}

#login-content {
}

#header {
	width: 800px;
	height: 50px;
	background-image:url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
	clear:both;
}

#footer {
	width: 960px;
	background-color: #94be0f;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	color: #fff;
}


#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}


#inputbox {
	border-color: #004a7e;
	border-style: solid;
	border-width: 1px;
	width: 130px;
	margin-left: 10px;
}

#inputbutton {
	background-color: #94be0f;
	color: #FFF;
	margin-top: 5px;
	margin-left: 10px;
	border: none;
}

.label {
	margin-left: 10px;	
	margin-bottom: 1px;
	margin-top: 1px;
}

#content .tabledivider {
	border-bottom-color: #757575;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-top: 10px;
	padding-bottom: 10px;
}
