html 
{
	height: 100%;
}
body
{
	margin:0;
	padding:16px;
	height: 100%;
	background-color: #e2e2e2;
}
body,td,li,p
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
}
#fullpage
{
	height: 90%;
}
.edu{
	height: 10%;
}
#main-content 
{
	height: 100%;
}

.tstyle th
{
	background-color: #36f;
	border: 1px solid lightgrey;
	font-weight: bold;
	color: #000;
	text-align:left;
}
.tstyle td
{
	border: 1px solid lightgrey;
}
.tstyle table
{
	border: 1px solid lightgrey;
}
.page-title
{
	font-family: sans-serif, tahoma, verdana;
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	color: white;
	padding-right:64px;
}

#carouselTable { background: url(../images/bg.png) no-repeat center; }

/* LOGINFORM */
#loginform { 
	margin: 0;
	padding: 0;
	width: 390px; 
}
#loginform * { 
	margin: 0; 
	padding: 0;
}
#loginform fieldset {
	float: left;
	border: solid 0 transparent;
}
#login_intro {
	width: 390px;
	padding: 8px 0;
	background: transparent url('../images/form/login_intro_bg.gif') no-repeat center top;
}
#login_intro h3 {
	padding: 7px 8px 0 0;
	width: 374px;
	height: 22px;
	background: transparent url('../images/form/login_intro_h3.gif') no-repeat center;
	font-size: 15px;
	font-weight:bold;
	color: #FFF;
	text-align: left;
	text-indent: 14px;
}
#login_intro p {
	padding: 7px 10px 12px 10px; 
	width: 354px;
	background: transparent url('../images/form/login_intro_p.gif') no-repeat center bottom;
	color: #025689;
	font-size: 12px;
	font-weight: bold;
	text-align: left;	
}
#login_form {
	position: relative;
	padding: 15px 0 0 20px;
	width: 370px;
	height: 97px;
	background: url('../images/form/login_form_bg.gif') no-repeat;
}
#login_form p {
	height: 25px;
	color: #025689;
	font-size: 12px;
	font-weight: bold;	
}
#login_form label {
	display: block;
	float: left;
	padding: 5px 0;
	width: 120px;
	text-align: left;
}
#login_form input#username, #login_form input#password {
	float: left;
	padding: 4px 0 1px 10px;
	width: 225px;
	height: 20px;
	background: #FFF url('../images/form/login_form_textfield.gif') no-repeat;
	border: none;
	color: #fff;
	font-weight: bold;
}
#login_form input#submit {
	float: left;
	margin: 0 0 0 120px;
	width: 114px;
	height: 25px;
	background: #FFF url('../images/form/login_form_submit.gif') no-repeat center;
	border: none;
	color: #FFF;
	font-weight: bold;
}
/*
#login_form input#submit:hover {
	background: #FFF url('../images/form/login_form_submit1.gif') no-repeat;
}
*/
#login_forgot {
	width: 390px;
	height: 35px;
	background: transparent url('../images/form/login_forgot_bg.gif') no-repeat bottom center;
}
#login_forgot p {
	padding-top:8px;
}
#login_forgot a {
	color:white;
	font-size:8pt;
	text-decoration: none;
}
#login_forgot a:hover {
	text-decoration: underline;
}
/*
 * END LOGINFORM
 */



.menu-container
{
	background: black;
}
.menu
{
	padding:10px;
	border: 1px solid gray;
}
.menu-item
{
	background: white;
	padding: 5px;
	margin: 5px;
	border: 1px solid gray;
}
.menu-item a, .menu-item-hover a
{
	text-decoration: none;
	color: black;
	font-size: 14px;
	font-weight: bold;
}
.menu-item-hover
{
	background: #36f;
	padding: 5px;
	margin: 5px;
	border: 1px solid lightgrey;
}


#nav_bottom {
	width: 955px;
	height: 54px;
	background: transparent url('../images/bottom_bar_bg.png') no-repeat;
}

