*, html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
	width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table {
	padding: 0;
	border: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 2px solid #002f5e;
	margin-bottom: 15px;
	color: #002f5e;
	text-align: left;
	text-transform: uppercase;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
	color: #454f59;
	text-align: left;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
	color: #333;
	text-align: left;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
	color: #333;
	text-align: left;
	border-top: 1px solid #333;
}	

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #003366;
	text-align: left;
	
}

h9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	color: #003366;
	text-align: left;
	
}	


p {
	margin-bottom: 15px;
	line-height: 135%;
	text-align: left;
	color: #003;
}

td {
	text-align: left;
	
}

.center td {
	text-align: left;
}

.label {
	background: #eee;
}

a:link {
	color: #003366;
}

a:visited {
	color: #006FB2;
}

a:hover {
	color: #002f5e;
}

#banner {
	width: 950px;
	text-align: left;
}	

.logo {
	float: left;
	width: 319px;
	height: 113px;
	padding: 0;
	margin: 0;
	border: 0;
}

.list {
	text-align: left;
	margin: 0 0 15px 30px;
}

.list li {
	margin-bottom: 4px;
}

.secondary-list {
	text-align: left;
	margin-left: 30px;
}

/* header images */

#header-images {
	clear: both;
	height: 150px;
	border-top: 2px solid #002f5e;
	border-bottom: 26px solid #002f5e;
}

#three-column-wrap {
	background: url(../images/global/bg-three-column.gif) repeat-y;
	overflow: hidden;
}

#two-column-wrap {
	background: url(../images/global/bg-two-column.gif) repeat-y;
	overflow: hidden;
}

.left-column {
	float: left;
	background: #eaebeb;
	width: 180px;
	border-right: 1px solid #002f5e;
	vertical-align: top;
}

.center-column {
	float: left;
	background: #fff;
	width: 475px;
	padding: 20px;
	vertical-align: top;
}

.center-column-full {
	float: left;
	background: #fff;
	width: 725px;
	padding: 20px;
	vertical-align: top;
}

.right-column {
	float: right;
	background: #fffce5;
	width: 220px;
	padding: 20px 15px;
	border-left: 2px solid #ffdd00;
	vertical-align: top;
	font-size: 11px;
	color: #003;
}

.right-column h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #f7cb00;
	margin-bottom: 15px;
	color: #f7cb00;
	text-align: left;
	text-transform: uppercase;
}

.right-column a:link {
	color: #666;
}

.right-column a:visited {
	color: #666;
}

.right-column a:hover {
	color: #f7cb00;
}

.top {
	text-align: right;
}

/* left nav */

.menu {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.mainmenu li {
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #002f5e;
	width: 180px;
	list-style: none;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
}

.mainmenu a {
	margin: 0; 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #002f5e;
	color: #002f5e;
	text-decoration: none;	
	padding: 6px 10px;
	display: block;
}

.mainmenu a:link {
	color: #002f5e;
	text-decoration: none;
	background-color: #eaebeb;
	padding: 6px 10px;
}

.mainmenu a:visited {
	color: #002f5e;
	text-decoration: none;
	background-color: #eaebeb;
	padding: 6px 10px;
}

.mainmenu a:hover {
	color: #002f5e;
	text-decoration: none;
	background-color: #ffdd00;
	padding: 6px 10px;
}

.mainmenu-selected a {
	display: block;
	color: #002f5e;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #002f5e;
	text-decoration: none;
	background-color: #ffdd00;
	padding: 6px 10px;
}	

.submenu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.submenu-ul {
	display: block;
	list-style: none;
	background-color: #fffce5;
	margin: 0;
	padding: 2px 0;
	border-bottom: 2px solid #002f5e;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.submenu a {
	margin: 0; 
	border: 0;
	color: #002f5e;
	text-decoration: none;	
	padding: 5px 8px 5px 20px;
	display: block;
	font-size: 11px;
}

.submenu a:link {
	display: block;
	border: 0;
	color: #002f5e;
	text-decoration: none;
	background-color: #fffce5;
	padding: 5px 8px 5px 20px;
	font-size: 11px;
}	

.submenu a:visited {
	display: block;
	border: 0;
	color: #002f5e;
	text-decoration: none;
	background-color: #fffce5;
	padding: 5px 8px 5px 20px;
	font-size: 11px;
}

.submenu a:hover {
	display: block;
	border: 0;
	color: #002f5e;
	text-decoration: none;
	background-color: #ccc;
	padding: 5px 8px 5px 20px;
	font-size: 11px;
}

/* top nav */

#topnav-wrap {
	margin-top: 64px;
	width: 246px;
	height: 49px;
	float: right;
}

html>body #topnav  {
	left: 0px;
	} 
	
#topnav {
	top: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 49px;
	display: inline;
	overflow: hidden;
	width: 246px;
	z-index: 1002;
	left: 20px; /* fixes weird IE5.0/win absolute position within relative */
	}
	
#topnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#topnav a {
	float: left;
	padding: 49px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:49px;
	}
	
#topnav a:hover {
	background-position: 0 -49px;
	}

#topnav a:active, #topnav a.selected {
	background-position: 0 -49px;
	}
	
#tstudent-portal a  {
	width: 113px;
	background: url(../images/global/student-portal.gif) top left no-repeat;
	}

#tsite-map a  {
	width: 76px;
	background:  url(../images/global/site-map.gif) top left no-repeat;
	}

#thome a  {
	width: 57px;
	background:  url(../images/global/home.gif) top left no-repeat;
	}
	
/* footer */

#footer {
	clear: both;
	text-align: left;
	border-top: 2px solid #002f5e;
}

.address {
	float: left;
	height: 62px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002f5e;
	padding: 20px 10px;
}

.affiliations {
	float: right;
	width: 114px;
	height: 62px;
	padding: 10px;
}
