body
{
	font-family: Geneva,Arial,Helvetica,sans-serif;
	background-color: black;
	text-align: center;
}


a:visited
{
	color: #CC9933;
}
a
{
    color: #003399;
    text-decoration: none;
}

.subtitle
{
	color: #996600;
	font-weight: bold;
	margin-top: 30px;
}

#main
{
	top: -10px;
	width: 90%;
	text-align: left;
	margin: 0 auto;
	position: relative;
	min-width: 950px;
}


#header
{
	background-image: url('images/headerback.jpg');
	height: 74px;
	position: relative;
	background-repeat: repeat-x;
}

#logo
{
	border-style: none;
}


#search
{
	position: absolute;
	right: 20px;
	top: 10px;
}

#container
{
	border-collapse: collapse;
	width: 100%;
}
.col
{
	width: 170px;
	height: 700px;
	background-color: #CCCC99;
	vertical-align: top;
}

#right
{
	padding: 5px;
	font-size: small;
}


#helpful_info
{
	text-align: center;
}
#dept_title
{
	font-weight: bold;
	font-size: 18pt;
	margin-bottom: 20px;
}

#links
{
	max-width: 150px;
	padding-right: 20px;

	overflow: hidden;
	float: left;
	text-align: right;
	text-decoration: none;
}

#links ul 
{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

#links p {margin-bottom: 0; }
	

#center
{
	background-color: white;
	vertical-align: top;
	padding: 10px;
}

#content
{
	overflow: hidden;	
	font-size: small;
}

#content img
{
	margin: 10px;
}

#footer
{
	color: #CCCC99;
}

#footer_left { float: left; }
#footer_right {float: right; }