/* CSS Document */
/*	border: 1px solid #FF0000;	*/
/*	Official Undergraduate Catalog sheet 02-15-06 */


a:link{
	color: #006699;
	background-color: inherit;
}
a:visited{
	color: #6B8894;
	background-color: inherit;
}
a:active {
	color: #6B8894;
	background-color: inherit;
}
a:hover {
	background-color: inherit;
	text-decoration:underline;
	color: #ffce00;
}
h1 {
	font: bold 19px Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2, #content h2 a {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #56464C;
	background-color: inherit;
}
#content h2 a:hover {
	color: #000;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	font: bold 13px Arial, Helvetica, sans-serif;
}
body {
	font: 12px/15px Arial, Helvetica, sans-serif;
}
.body1 {
	font: 14px Arial, Helvetica, sans-serif;
}
.body2 {
	font: 12px/20px Arial, Helvetica, sans-serif;
}
blockquote {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 12px;
}
#bannersubnav{ /* this positions and styles the subnavigation that the users can add */
	top: 88px;
	font-size:11px;
}
#content ul{
	list-style-type:disc;
	margin: 0px;
	padding: 0px 24px;
}

#columncontainer {
	width: 800px;
}
.column {
	margin: 0px 5px;
	padding: 0px;
	float: left;
	position: relative;
	width: 350px;
}
ul.left {
    float: left;
    width: 300px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: outside;
    list-style-type: disc;
}
ul.right {
    float: right;
    width: 350px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: outside;
    list-style-type: disc;
}
#content ul ul {
	list-style-type:circle;
}
.no-space {
    margin: 0px;
    padding: 0px;
}
.indent{
	margin: 0px 0px 0px 2em;
	padding: 0px;
}
.indent2{
	margin: 0px 0px 0px 4em;
	padding: 0px;
}
.cutline {
	font: italic 10px Arial, Helvetica, sans-serif;
}
.footnote {
	font: 11px Arial, Helvetica, sans-serif;
}
.university, .gened, .appendices {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #6B8894;
}
#apply{
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	width: 350px;
	top: 500px;
	left: 240px;
	z-index: 4;
}

#footer {
	position: inherit;
	font-size: 10px;
	color: #666666;
	background-color:inherit;
	padding-top:40px;
	padding-bottom:5px;
	text-align: center;
	width: 800px;
	line-height: 12px;
	clear: both;
}
#footer a{
	color: #666666;
	background-color: inherit;
}
#bannerprinter{ /* hides the secondary image during "screen" mode */
	display: none;
}
#navimages {
	position: relative;
	margin: 10px 0;
}
#navtext {
	position: absolute;
	top: 144px;
}
#navtext a {
	display: block;
	float: left;
	width: 128px;
	margin: 0 2px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#navtext a:hover {
	color: #ffce00;
	text-decoration: none;
}
#navimages img {
	border: none;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 0;
	width:128px;
}
#leftcolumn		{
	width:220px;
	float:left;
}
#middlecolumn	{
	float:left;
	width: 330px;
}
#rightcolumn	{
	width:230px;
	float:right;
}
#tabofcont	{
	position: relative;
	clear: both;
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: 2px solid #999;
}
#tabofcont h1 {
	display: inline;
	padding: 0;
	margin: 0 10px 0 0;
}
#tabofcont p {
	display: inline;
	padding: 0;
	margin: 0;
}
#tabofcont a {
	color: #03f;
	text-decoration: none;
}
#tabofcont a:hover {
	color: #03f;
	text-decoration: underline;
}
#tabofcont span {
	position: absolute;
	top: 6px;
	right: 5px;
}
#separate	{
	padding: 0 8px;
}
#leftcolumn a:hover, #middlecolumn a:hover, #rightcolumn a:hover {
	color: #03f;
	text-decoration: none;
}
#leftcolumn h2, #middlecolumn h2, #rightcolumn h2 {
	padding: 8px 0 4px 0;
	margin: 0;
}
.indented	a {
	margin-left:20px;
}

.breakline	li {
	list-style-type:none;
	margin-left: 5px;
	text-indent: -29px;
}
.clearer {
	clear: both;
}
