.note {
	color: #CC0000;
}
body {
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	}
.container {
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	}
.banner {
	background-color:#006699;
	
	}
h1 {
	padding:0px;
	margin:0px;
	margin-left:200px;
	width:382px;
	height:56px;
	background-image:url(../images/banner.gif);
	text-indent:-999px;
	background-repeat:no-repeat;
	}
a.studentaffairs:link, a.studentaffairs:visited {
	color:#FFFFFF;
	font-size:90%;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	position:absolute;
	z-index:1;
	right:20%;
	top:0px;
	padding:4px;
	text-decoration:none;

	white-space:nowrap;
	}
.wordmark {
	background-image:url(../images/colorado.gif);
	background-repeat:no-repeat;
	width:199px;
	height:56px;
	display:block;
	position:absolute;
	top:0px;
	text-indent:-999px;
}
.ucb {
	background-image:url(../images/bar_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:22px;
	position:relative;
	overflow:hidden;
	}
.ucblinks {
	position:absolute;
	right:20%;
	}
.body {
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-y;
	overflow:auto;
	}
.navcontainer {
	background-color:#e9e6d2;
	width:164px;
	float:left;
	border-bottom:1px solid #666666;
	padding:4px 0px 0px 0px;
}
.navcontainer div {
	margin:20px 0 !important;
	border-bottom:1px solid #666666;
}
.navcontainer ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}
.navcontainer ul li {
	margin:0px;
	padding:0px;
	display:inline;
	}
.navcontainer ul li a, .navcontainer ul li span.currentParent {
	padding:2px 5px 2px 25px;
	display:block;
	background-image:url(../images/ybullet.gif);
	background-repeat:no-repeat;
	background-position:8px 5px;
	
	}
.navcontainer ul li ul li a {
	padding:2px 5px 2px 35px;
	display:block;
	background-image:url(../images/bbullet.gif);
	background-repeat:no-repeat;
	background-position:25px 7px;
	}
.content {
	margin-left:175px;
	padding:10px 0px 10px 0px;
	width:60%;
	}
h2 {
	margin:0px;
	padding:0px;
	font-size:120%;
	}
h3 {
	font-size:110%;
	}
h4 {
	font-size:105%;
	}
	
.boldname {
	font-size:130%;
	}	
.floatRight {
	float:right;
	margin:8px 0 0 8px;
	}
.floatLeft {
	float:left;
	margin:8px 0 0 8px;
	}
.moreInfo {
	float: right;
	clear: right;
	margin: 8px 0 8px 8px;
	width: 230px;
	border: 1px solid #515151;
	background-color: #efefef;
}
.moreInfo h4 {
	margin: 0;
	color: #fff;
	background-color: #336699;
	padding: .3em;
	font-size: 1.15em;
}
.moreInfo p {
	margin: .75em .50em .75em .5em;
}
.moreInfo a {
	padding-right: 15px;
	background: url(../images/outLinkIcon.gif) right no-repeat;
}
.caption {
	font-size:85%;
	}
.footer {
	clear:both;

	border-top:1px solid #666666;
	padding:10px 10px 10px 175px;
	}
	
a:link {  color: #0033CC;}
a:visited {  color: #663366;}
a:active {  color: #990000;}
a:hover {  color: #990000;}
a.current:link, a.current:visited, a.current:hover { 
	color:#000; text-decoration:none; font-style:italic; 
	}
a.currentParent:link, a.currentParent:visited, a.currentParent:hover, span.currentParent { 
	color:#000; text-decoration:none; font-style:italic; font-weight: bold; 
	}

/* FEATURE CSS */

dl { 
	width: 490px; 
	background: #EEE;
	display: block;	
}
dl,dd { 
	margin: 0; 
}
dt { background: #333; font-size: 115%; font-weight:bold; margin-top:1px;}
.featureColumn dt a:link, .featureColumn dt a:visited { 
	color: #EEE;
	text-decoration:none;
	display:block;
	padding:6px;
	background: #356aa0;
	background-image:url(../images/featureBG.jpg);
	background-repeat:repeat-x;
	border:1px solid #1a5189;
}
.featureColumn dt a:hover  {
	color:#222;
	background: #66b7fc;
	background-image:url(../images/featureBG-active.jpg);
	background-repeat:repeat-x;
	border:1px solid #438ece;
		
	}
		
dt a.selected:link, dt a.selected:visited, dt a.selected:hover  {
	color:#222;
	background: #66b7fc;
	background-image:url(../images/featureBG-active.jpg);
	background-repeat:repeat-x;
	border:1px solid #438ece;	
	
	}
dd a { color: #000; }
dd {
	padding:10px 0px;
	border:0px solid #CCC;
	border-top:none;
	background-color:#EEE;
	background-image:url(../images/greyboxBG.jpg);
	background-repeat:repeat-x;
	
	}
dl ul { list-style: none; padding: 0px; margin:0px; }
dd p, dd ul {
	padding:0 6px;
	}
	
img.imgLeft {
	float: left;
	clear: left; 
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}
.clear {
	clear: both;
}


