@import "left_nav.css";
@import "navigation.css";
@import "body.css";
@import "footer.css";
@import "legacy_css.css";
@import "georgetown.css";

body {
width:881px;
margin:0px auto 0px auto;
padding: 0px 15px 0px 15px;
background:url(images/background.gif) no-repeat top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
position:relative;
}


ul, li {
margin:0px;
padding:0px;
list-style:none;
}


a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}