body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	border: 0;
	}

/* links */

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}
#linkCU a {
	text-decoration: none;
	}

/* normalize everything */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
ol, ul {
	list-style: none;
	}
img {
	border: 0;
	}

/* basic formatting  */

h2 {
	font-size: 1.4em;
	}
h3 {
	font-size: 1.3em;
	}
h4 {
	font-size: 1.2em;
	}
p {
	font-size: 1.2em;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
	

/* basic page structure
---------------------------------------------------------- */

body {
	text-align: center;
	}
#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
#topNav {
	width: 760px;
	float: left;
	color: #fff;
	line-height: 1.7em;
	background-color: #2d2a62;
	}
#header {
	height: 76px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	}
#main {
	float: left;
	width: 759px;
	background-color: #2d2a62;
	border-left: 1px solid #ccc;
	}
#leftNav {
	float: left;
	width: 158px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	}
#content {
	float: left;
	width: 599px;
	color: #000000;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	}


/* topNav styles
---------------------------------------------------------- */
#linkCU {
	width: 148px;
	float: left;
	padding-left: 10px;
	border-right: 1px solid #ccc;
	}
#linksHelp {
	float: right;
	padding-right: 5px;
	font-size: 1.1em;
	}


/* CU banner styles
---------------------------------------------------------- */
#banner {
	float: left;
	border-right: 1px solid #ccc;
	}
#columbia { 
	float: left;
	height: 49px; 
	width: 544px;
	padding-top: 23px;
	padding-bottom: 4px;
	background: #fff url(../images/cu_logo.gif) no-repeat 10px 50%;
	}
#columbia a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
	}
#search {
	float: left;
	width: 142px;
	}
#search fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	}
#searchForm {
	position: relative;
	height: 76px;
	width: 142px;
	font-size: 1.1em;
	}	
#search #searchbox {
	position: absolute;
	left: 10px;
	top: 20px;
	}		
.submit {
	position: absolute;
	top: 21px;
	left: 160px;
	width: 48px;
	height: 17px;
	border: none;
	}
#web {
	position: absolute;
	top: 42px;
	left: 11px;
	padding: 0;
	}
#webLabel {
	position: absolute;
	top: 45px;
	left: 31px;
	}
#people {
	position: absolute;
	top: 42px;
	left: 94px;
	}
#peopleLabel {
	position: absolute;
	top: 45px;
	left: 114px;
	}



/* left nav  
----------------------------------------------------------- */
#leftNav li {
	padding: 1px 0 3px 10px;
	}
#leftNav a {
	text-decoration: none;
	}
#navDivisions li {
	background-color: #2D2A62;
	border-bottom: 1px solid #314e83;
	}	
#navPeople li {
	border-bottom: 1px solid #5285b8;
	background-color: #336699;
	}	
#navAbout li {
	border-bottom: 1px solid #b8dbff;
	background-color: #99ccff;
	}
#navAbout li a {
	color: #2D2A62;
	}				
#leftNav li.firstLink {
	padding-top: 5px;
	}
#navDivisions .lastLink, #navPeople .lastLink, #navAbout .lastLink {
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	}


/* main content 
----------------------------------------------------------- */

/* site title */

#wac {
	height: 80px;
	width: 599px;
	background: #ddd url(../images/wac.gif);
	}
#wac span {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
	}	

/* main site nav */

#mainNav {
	float: left;
	width: 100%;
	background-color: #ddd; /* was  #eaeaea */
	}
#mainNav ul {
	float: left;
	width: 550px;
	background-color: #ddd; /* was  #eaeaea */
	}	
#mainNav li {
	float: left;
	}
#mainNav .first a {
	margin-left: .8em; 
	background: none;
	}	
#mainNav a {
	display: block;
	padding: 0 1.3em;
	line-height: 2.1em;
	font-size: 1.3em;
	color: #2d2a62;
	background: url(../images/bar.gif) no-repeat left 50%;
	}
#mainNav a.active {
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	background-color: #e8e8e8; /* was #f8f8f8 */;
	}
#mainNav .next a {
	background: none;
	}	
#sectionName {
	background-color: #e8e8e8; /* was #f8f8f8 */;
	}
#sectionName p {
	padding: 7px 0 6px 25px;
	font-size: 1.5em;
	font-weight: bold;
	}		

/* subNav styles */

#subNav {
	float: right;
	width: 195px;
	margin-top: 20px;
	}
#subNav p {
	line-height: 1.4em;
	padding-right: 15px;
	margin-bottom: 12px;
	}	
#subNav a {
	color: #2d2a62;
	}	

/* main column */

#column {
	width: 386px;
	padding: 20px 0 30px 0;
	border-right: 1px solid #ccc;
	}
#column p {
	line-height: 1.4em;
	padding: 0 20px 15px 25px;
	}
.grayBox {
	width: 341px;
	margin: 10px 20px 15px 25px;
	background-color: #e8e8e8; /* was #eaeaea */
	}
#column .grayBox p {
	padding: 10px;
	}
#column a {
	color: #2d2a62;
	}


/* footer
----------------------------------------------------------- */
#footer {
	float: left;
	width: 599px;
	color: #fff;
	background-color: #2d2a62;
	}
#footer p {
	float: right;
	width: 250px;
	font-size: 1em;
	padding: 2px 4px 3px 0;
	text-align: right;
	}
#footer a {
	color: #fff;
	text-decoration: underline;
	}
	
	
/* misc.
----------------------------------------------------------- */

.clear {
	display: block;
	height: 0px;
	clear: both;
	overflow: auto;
	margin: 0px;
	}
.smallText {
	font-size: .9em;
	}
