html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border: none;	
}

h1 {
	font-size: 1.5em;
	color: #eabe0c;
}

h2 {
	font-size: 1.25em;
	color:	#eabe0c;

}

a:link {color:#007b90}    /* unvisited link */
a:visited {color:#007b90} /* visited link */
a:hover {color:#16abc5}   /* mouse over link */
a:active {color:#c4eff7}  /* selected link */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#push {
	position: absolute;	
}

#footer, #push {
	height: 4em;	
}

#header {
	margin: 0 auto; 
	width: auto; 
	min-width: 960px; 
	line-height: 12px;
	background: #c4eff7; 
	_padding: 0 10px;
}

#header-container {
	margin: 0 auto;
	width: 960px; 
	position: relative;
}

#nav-wrap {
	border-bottom: 6px solid #c4dde2; 
	display: block; 
	height: 35px; 
	margin: 0px auto;
	background: #53c3d7;
	overflow: hidden;
}

#nav ul {
	display: block; 
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: 35px; 
	list-style: none;
	border-top: 1px solid #26889;
	border-left: 1px solid #268899;
}

#nav li {
	display: block; 
	float: left; 
	height: 35px; 
	background: #53c3d7; 
	border-right: 1px solid #268899;
	font-family: Times New Roman, Times, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

#nav li a {
	line-height: 35px;  
	color: #ffffff; 
	font-weight: bold; 
	display: block; 
	_display: inline-block; 
	text-decoration: none; 
	letter-spacing: 1px;
	height: 35px;
	padding: 0px 28px;
}

#nav li a:hover, #nav li a.active {
	background: #16abc5;
}

#main {
	width: 960px;
	min-height: 400px;
	position: relative;
	margin: 0px auto;
	text-align: center;
}

#left-col {
	width: 400px;
	float: left;
	padding-left: 140px;
	word-wrap: normal;
	text-align: left;
}

#right-col {
	width: 281px;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
	text-align: center;
}

#right-col-links {
	width: 281px;
	float: left;
	padding-left: 60px;
	padding-top: 10px;
	text-align: center;
}

#colleges-wrap {
	width: 600px;
	float: left;
	padding-left: 180px;
	text-align: center;
}

#board-wrap {
	float: left;
	padding-left: 130px;
	text-align: center;	
}

table.colleges{
	border-collapse: collapse;
	width: 600px;
	border: 0px;
	text-align: center;
	font-family: Times New Roman, Times, sans-serif;
	font-size: 16px;
}

table.board {
	border-collapse: collapse;
	width: 700px;
	border: 0px;
	text-align: left;
	font-family: Times New Roman, Times, sans-serif;
	font-size: 16px;
}

table.board td, table.colleges td, table.board th, table.colleges th {
	font-size:1em;
	border:1px solid #b5ba39;
	padding:3px 7px 2px 7px;	
}

table.colleges td.left, table.colleges th.left {
	text-align: left;
	font-size: 1em;	
}

table.board th, table.colleges th {
	font-size:.6em;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#ede859;
	color:#000000;
}

table.board th {
	font-size:1em;
}

table.board tr.alt td, table.colleges tr.alt td 
{
	color:#000;
	background-color:#f9f7b3;
}

#contact {
	text-align: center;
	float: left;
	padding-left: 265px;	
}

#footer {
	color: #16abc5;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;	
}

#footer a {
	color: #16abc5;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}

#footer li {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #ffffff; 
	font-weight: normal; 
	text-decoration: none; 
}

#footer li a {
	margin: 0px;
	color: #16abc5; 
	font-weight: normal;  
	text-decoration: none; 
	letter-spacing: 1px;
}