/* GLOBAL STYLES  */

	body {
		background-color: #FFFFFF;
		margin: 0 0 0 0;
	}
	
	#site-colors { /* This style controls the color of the site */
		background:#113691 /* url(egl/images/pageTtlEnd.gif)  repeat-x left top */;
		margin: 0px;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF; 
	}
	
	a:link {
		text-decoration: none;
		outline: none;
	}
	
	a:visited {
		text-decoration: none;
		outline: none;
	}
	
	a:hover {
		text-decoration: underline;
		outline: none;
	}
	
	a:active {
		text-decoration: none;
		outline: none;
	}


/* LOGIN FORM STYLES */

form#login {
	padding:0;
	margin:0;
	position:relative;
}

div#username,
div#password {
	position:relative;
	float:left;
	margin-right:3px;
}

input#username-field,
input#password-field {
	width:6.5em;
	font-size: .9em;
}
div#submit {
 clear: left;
 text-align: right;
 margin-right: 19px;
 padding-top:3px;
}
input#submit {

	font-size: .9em;
	padding: 3px;
}

label.overlabel {
	color:#999;
	font-size: .8em;
}

label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
	font-size: .8em;
}

label.loginlabel {
    color:#fff;
	font-size: .7em;
	font-weight: bold;
  }
 

/* TOP TITLE FRAME STYLES */

	#logo { /* The logo of our partner school */
		width: 183px;
		text-align: center;
		float: left;
		padding: 6px 0 0 0;
	}
	
	form#search {
		text-align: right;
		padding: 6px 10px 0 0;
	}
	
	
	
	input#searchString,
	input#search {
		font-size: .9em;
		padding: 3px;
	}

	
	#title {
		float:left;
		padding: 6px 0 0 0;
	}
	
	#title-container {
		height: 50px;
	}
	
	#title H1 {
		font: 2em "Times New Roman", Times, serif;
		padding: 0;
		margin: 0;
		color: #FFFFFF;
		letter-spacing:normal;
	}
	
	#title H2 {
		font: .9em Verdana, Arial, Helvetica, sans-serif;
		padding: 0 0 2px 0;
		margin: 0;
		letter-spacing:normal;
	}
	
	#links {
		float:right;
		margin: 0 10px 0 0;
		padding:0;
		border-top: solid 1px #669933;
		border-left: solid 1px #669933;
	}
	
	ul#nav {
		font: .65em/1.4em Verdana, Arial, Helvetica, sans-serif;
		list-style: none;
		line-height: 1;
		padding: 0;
		margin: 0 0 3px 0;
	}
	
	#nav ul {
		list-style: none;
		margin: 0px 0px 3px 0px;
		padding: 0px;
	}
		
	#nav a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 0.3em 0.5em 0.3em 0.5em;
		/*background: #33485b;*/ /* This is the link background color */
	}
	
	#nav li {
		float: left;
		padding: 0;
		margin-right: 0px;
		border-right: 1px solid #669933; /* This is the link divider color */
	}

	#nav li:hover, #nav li.sfhover, #nav a:hover {
		background: #FF9900; /* This is the link rollover color */
		color: #FFFFFF;
	}
	
/* */

/* LEFT NAVBAR STYLES */
	div#roundbar {
		width: 100px;
		padding-top: 3000px;
		margin:0 auto;
		background:#ffffff;
		left: 175px;
		float: right;
		position: fixed;
	}
	#masterdiv {
		width: 175px;
		margin: 0 10px 0 10px;
		float: left;
		padding: 10px 0 0 0;
	}

	#navbar-schoolinfo {
		font: .75em/1.4em Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		/* padding: top right bottom left; */
		padding: 16px 0 0 0;
		width: 154px;
	}
	
	#poweredby {
		text-align: center;
		width: 154px;
		/* padding: top right bottom left; */
		padding: 24px 0 0 0;
	}
	
	.menugroup {
		border-bottom: 1px solid #000000;
		text-align: left;
		width: 154px;
		padding: 0;
		margin: 0;
	}
	
	.menutitle {
		color:#FFFFFF;
		width:154px;
		height: 25px;
		margin: 0;
		padding: 8px 0 0 10px;
		font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	}
	
	.arrow {
		margin: 0 0 0 -7px;
	}
	
	.submenu {
		color: #FFFFFF;
		/* background-color:#669900; */
		font: normal 10px Verdana, Arial, Helvetica, sans-serif;
		padding: 4px 0 0 14px;
	}
	
	.submenu UL{
		padding: 0 0 8px 10px;
		margin: 0 0 8px 0;
	}
	
	.submenu LI{
		padding: 0 0 4px 0;
		margin: 0 0 4px 0;
	}
	
	.menugroup a:link {
		color: #FFFFFF;
		text-decoration: none;
		outline: none;
	}
	
	.menugroup a:visited {
		text-decoration: none;
		color: #FFFFFF;
		outline: none;
	}
	
	.menugroup a:hover { /* This is the MouseOver state for the left nav menu items */
		color: #FFFFCC;
		outline: none;
		text-decoration: underline;
	}
	
	.menugroup a:active {
		text-decoration: none;
		color: #FFFFFF;
		outline: none;
	}
	
/* END LEFT NAVBAR STYLES */


/* PAGE STYLES */
	
	div#pagetitle { /* The Page Title on each page */
		background: #39b31f;
		padding: 8px;
		text-align:left;
	}
	
	div#pagetitle h1{
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding:6px 0 0 0;
	margin:0;
	}
	
	div#page-container{
		width:100% !important;
		width /**/:100%;
		margin: 0 0 0 0;
		padding:10px 0 0 0;
		text-align:left;
		background:#FFF
	}

	#content{
		font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
	}
	
	#content a {
		text-decoration: underline;
	}
	
	#content P {
		padding: 0 0 7px 10px;
	}
	
	div#content{
		float:left;
		width:68%;
		padding:10px 0;
		margin:5px 0;
	}
	
	div#sidebar{
		float:right;
		width:30%;
		padding:0;
		margin:5px 0;
		/*background: #FFD154*/
	}
	
	div#sidebar h2 {
		font: bold 11px Verdana, Arial, Helvetica, sans-serif;
		color: #fff;
		background: #113691;
		padding: 8px 0 4px 10px;
		margin: 10px 0 4px 0;
	}

	div#content h2{
		font: bold 14px Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;
		background: #39b31f;
		padding: 8px;
		margin: 18px 0 0 0;
	}

	#columns TD {
		width: 50%;
		text-align: left;
		vertical-align: top;
		padding: 0 10px 0 0;
		margin: 0;	
	}
	
	#columns TR {
		padding: 0;
		margin: 0;	
	}
	
	#sidebar UL {
		padding: 0 10px 0 10px;
		margin:0;
		list-style: none;
		color: #FF9900;
	}
	
	#sidebar a {
		font: bold .7em Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	
	#menu UL {
		padding: 0px 10px 0px 10px;
		margin:0 0 0 16px;
		list-style: circle;
		color: #FF9900;
	}
	
	#menu LI {
		padding: 2px 0 2px 0;
	}
	
	#menu a {
		font: bold .7em Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000000;
	}
	
	#menu a:hover, #menu a.sfhover, #sidebar a:hover {
		color: #333333;
		text-decoration: underline;
	}
	
	#menu a:visited, #menu a.active {
		color: #000000;
	}

	#menu li.right {
		list-style: none;
		text-align: right;
		font: normal .8em Verdana, Arial, Helvetica, sans-serif;
	}
	
	
/* END PAGE STYLES */


.subLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.UnivName-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.08em;
	font-weight: normal;
}
.UNIVLIB {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FF9900;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.1em;
}
.navTop-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.05em;
	vertical-align: bottom;
	text-align: right;
}
.searchBoxText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	text-indent: 2pt;
}
.searchBoxTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF9900;
	text-align: center;
	vertical-align: middle;
}
.pageTitle-main {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	color: #333333;
}

.subTtl-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #da7d03;
	letter-spacing: 0.05em;
}
.subTtlText-main {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 5pt;
	margin-left: 5px;
	text-transform: none;
	text-decoration: none;
}
.subLinks-main {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-indent: 0pt;
	list-style-type: none;
	font-variant: normal;
}
.subTtlTextBK-mainCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-indent: 5pt;
	margin-left: 5px;
	text-transform: none;
}
.newsTitle-main {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-indent: 6pt;
	bottom: 12px;
}
.newsLink-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.photoBorder-main {
	border: 1px solid #000000;
}
.balloonstyle{
	position:absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	border:1px solid black;
	font:normal 10px/15px Verdana;
	z-index: 100;
	background-color: white;
	width: 200px;
	filter: progid;
	color: #666666;
	:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
	z-index: 99;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}

#hintbox{
	position:absolute;
	top: 0;
	background-color: white;
	width: 300px;
	padding: 3px;
	border:1px solid black;
	font:normal 10px/15px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	visibility: hidden;
	color: #333333;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 2px 6px;
}

.emphTextOrng-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
}
.newsCopyMain {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0pt;
}
.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	text-decoration: none;
	text-align: left;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 4px;
	right: 4px;
}
.rss-box {
	/*the main div for the rss feed */
	/*outline: 1px solid green;*/
}
.rss-date, A.rss-item {
	/* the list items consist of an anchor, followed by a date */
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}