body
{
	background: #ffffff;
	color: #000000;
	font-family: Monospace, Courier, Helvetica, Sans-Serif;
}

.navItem
{
	padding: 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid  #cccccc;
	margin-bottom: 2px;
}

#navFlair
{
	height: 90px;
	border-right: 1px solid #cccccc;
}

#navigation
{
	color: #444444;
	padding-top: 100px;
	width: 160px;
	float: left;
}

#navigation a
{
	text-decoration: none;
	color: #444444;
}

#navigation a:hover
{
	color: #000000;
}

.active_link
{
	font-weight: bold;
	color: #000000;
}

.current_link
{
	font-weight: bold;
	color: #000000;
}

#current_major_item
{
	font-weight: bold;
	color: #000000;
}

#active_major_item
{
	font-weight: bold;
	color: #000000;
}

#active_major_item a
{
	color: #000000;
}

#active_sub_item
{
	font-weight: bold;
	color: #000000;
}

#content
{
	padding-left: 170px;
	padding-top: 60px;
	padding-right: 160px;
}

#footer
{
	border-top: 1px solid #cccccc;
	width: 100%;
	clear: both;
}

#footer a
{
	text-decoration: none;
	color: #cccccc;
	text-align: right;
	float: right;
}

#footer a:hover
{
	color: #ffffff;
}

#copyright
{
	color: #222222;
	text-align: center;
}
