/* GLOBAL STYLES  */

	body {
		background-color: #FFFFFF;
		margin: 0 0 0 0;
	}
	
	#site-colors { /* This style controls the color of the site */
		background:#82C7C8 /* 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 Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 0;
		color: #474747;
		letter-spacing:normal;
	}
	
	#title H2 {
		font: .9em Verdana, Arial, Helvetica, sans-serif;
		padding: 0 0 2px 0;
		margin: 0;
		color: #fff;
		letter-spacing:normal;
	}
	
	#links {
	float:right;
	margin: 45 10px 0 0;
	padding:0;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;

	
	
	}
	
	ul#nav {
	font: .9em/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 #FFFFFF; /* This is the link divider color */
	}

	#nav li:hover, #nav li.sfhover, #nav a:hover {
		background: #660000; /* This is the link rollover color */
		color: #FFFFFF;
	}
	
/* */



/* SEARCH BOX STYLES */

#middle_search_small {
	background-image: url(images/search_small_no_text.jpg);
	background-repeat: no-repeat;
	width: 502px;
	height: 97px;
	padding-top: 20px;
	line-height: 1.5em;
	margin: 15px;
	float: none;
}
#search_main_text, #search_tag_text {
	color: #003366;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
#search_main_text {
	font-size: 21px;
	margin: 0px 0px 0px 45px;
	float: left;
}
#search_tag_text {
	font-size: 16px;
	background-image: url(images/search_check.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 6px 0px 0px 40px;
	height: 22px;
	margin: 0px 0px 0px 100px;
	clear: both;
}
FORM#eglSearch {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: right;
	width: 278px;
	margin-bottom: 0px;
}
INPUT#searchString {
	margin: 0px 0px 0px 0px;
	padding: 3px;
	width: 198px;
	height: 20px;
	background: transparent;
	border: none;
}
#searchGo {
	width: 44px;
	height: 21px;
	display: block;
	clear: none;
	margin: -19px 28px 0px 0px;
	padding: 0;
	background-image: url(images/btn_go.jpg);
	cursor: pointer;
	float: right;
	outline: none;
}
A#searchGo:link, A#searchGo:visited {
	background-image: url(images/btn_go.jpg);
}
A#searchGo:active, A#searchGo:hover {
	background-image: url(images/btn_gor.jpg);
}

FORM#SearchForm {
	margin: 0px;
}

/* END SEARCH STYLES */

/* PAGE STYLES */
	
	div#pagetitle { /* The Page Title on each page */
		background: #FFF;
		padding: 8px;
		text-align:center;
	}
	
	div#pagetitle h1{
	font: strong 1.6em Arial, Helvetica, sans-serif;
	color: #3A4C53;
	padding:6px 0 0 0;
	margin:0;
	font-size: 22px;
	}
	
	div#page-container{
		width:100% !important;
		width /**/:100%;
		margin: 0 0 0 0;
		padding:0 0 0 0;
		text-align:left;
	
	}

	#content{
		font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		background: #fff;
	}
	
	#content a {
		text-decoration: underline;
	}
	
	#content P {
	padding: 0 0 7px 10px;
	font-size: 16px;		
	}
	
	div#content{
		float:left;
		width:68%;
		padding:10px 0;
		margin:5px 0;
	}
	
	div#sidebar{
		float:right;
		width:30%;
		padding:178px 0 0 0;
		margin:0;
		background: #DDE6EE url(images/unva.jpg) no-repeat left top;
		height: 100%;
	}
	
	div#sidebar h2 {
		font: bold 13px Arial, Helvetica, sans-serif;
		color: #fff;
		background: #3A4C53;
		padding: 8px 0 4px 10px;
		margin: 10px 0 4px 0;
	}

	div#content h2{
		font: bold 14px Arial, Helvetica, sans-serif;
		color: #3A4C53;
		background: #82C7C8;
		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: #0033CC;
	}
	
	#sidebar a {
		font: normal.7em Verdana, Arial, Helvetica, sans-serif;
		text-decoration: underline;
		color: #0000CC;
	}
	
	#menu UL {
		padding: 0px 10px 0px 10px;
		margin:0 0 0 16px;
		list-style: circle;
		color: #474747;
	}
	
	#menu {
		
	}
	
	#menu LI {
		padding: 2px 0 2px 0;
	}
	
	#menu a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color: #00267F;
		text-decoration: underline;
		line-height: 14px;
	}
	
	#menu a:hover, #menu a.sfhover, #sidebar a:hover {
		color: #000099;
		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: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	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;
}
