@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background-color: #EEEEEE;
	height: 850px;
}

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.maintext {
	font-family:"Lucida Grande", "Helvetica Neue";
	font-size:12px;
	color:#000000;
}
.menubarbutton {
	font-family: "Lucida Grande", "Helvetica Neue";
	font-size: 16px;
	color: #333333;
	text-align: center;
	width: 200px;
	height: 80px;
}
.topsmallmenu {
	font-family: "Lucida Grande", "Helvetica Neue";
	font-size: 12px;
	color: #333333;
	width: 250px;
}
#menu_footer {
	height: 200px;
	width: 100%;
	background-color: #8F0144;
	position: absolute;
	z-index: 5;
	top: 595px;
	background-image: url(../images/footer_gradient.jpg);
	background-repeat: repeat-x;
}
#footer_inner {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 20px;
	text-indent: 10px;
}
.footer_td{
	text-align:left;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #8F0144;
	padding-left: 5px;
}
.footer_td_last{
	text-align:left;
	padding-left: 5px;
}
.footer_headers {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #8F0144;
	padding-left: 5px;
}
.footer_headers_last {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}

#portfolio_button {
	height: 60px;
	width: 168px;
	position: absolute;
	z-index: 6;
	margin-top: 750px;
	margin-left: 700px;
}
#body_content {
	height: 360px;
	width: 823px;
	position: absolute;
	margin-top: 85px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}
.department_description {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	width: 800px;
	padding: 5px;
	text-align: center;
	border: 2px dotted #6C0C3A;
	background-color: #FFF8F2;
}
.nb_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #8A0243;
	font-size: 14px;
	font-weight: bold;
}
a {
	font-size: 12px;
}
a:link {
	color: #666666;
}
a:hover {
	color: #333333;
	font-weight: bold;
}
a:visited {
	color: #880244;
}
