@charset "utf-8";
/* CSS Document */

#header {
	height:95px;
	width:100%;
	margin:0px;
	padding:0px;
	background-image: url(images/head_university.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header #lulogo {position:absolute;	top:0px; right:0px;}
#header #lulogo img {border: 0px;}
#header #address {height:67px; width:40%; position:absolute; top:0px; left:0px; font-size:11px; color: #fff; background: #306;padding: 0 0 0 10px;}
#header #address span {font-size: 13px;	font-weight: bold;}
#header #address img {border:0px;}
#header #ptitle {
	position:absolute;
	left:0px;
	width:100%;
	top:69px;
	text-align:center;
	color:#306;
	font-size:larger;
	font-weight:bold;
	background-image: url(images/p-ttlbg1.gif);
	background-repeat: repeat-x;
}
#address img.search {
	position: relative;
	left: -10px;
	top: -1px;
}
#mainContainer {
	border: 1px solid #330066;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#main-content {
	`margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding: 20px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #330066;
}

#main-menu {
	margin-left: 0px;
	width: 250px;
	padding: 0;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #330066;
}



/* Hides from IE5-mac \*/
* html #main-menu {width: 210px;}
/* End hide from IE5-mac */

#main-menu ul
{
	list-style: none;
	margin-left: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main-menu li
{
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#main-menu li a
{
	font-size: 100%;
	display: block;
	color: #330066;
	text-decoration: none;
	_width: 100%;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color: #EEEEEE;
}

html>body #main-menu li a { width: auto; }

#main-menu li a:hover
{
	background-color: #FFFFFF;
	color: #CC0066;
}

#main-menu li li
{
	margin: 0;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#main-menu li li a
{
	font-size:85%;
	display: block;
	background-color: #FFFFFF;
	color: #000;
	text-decoration: none;
	width: 164px;
	padding-left: 30px;
	background-image: url(images/submenu-bullet3a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
}

/* Hides from IE5-mac \*/
* html #main-menu li li a {width: 200px;}
/* End hide from IE5-mac */

#main-content #pagePhoto img{
	margin-bottom: 10px;
}


#main-menu li li a:hover {
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: underline;
}
#main #main-menu .active {
	color: #333333;
	background-color: #D2DCF2;
}


#clearFooter
{
clear: both;
}

#footerNav
{
	clear: both;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 20px;
}
#mainContainer #main-content td {
	padding: 6px;
	background-color: #E9E9E9;
}

