/* ACCS Stylesheet */

body {
	width: 800px; 
	margin: 0 auto;
	/* text-align: center; */
	/* background: #0066B3; */
	background: #003D6B;
	}
	
a:link { color: #003D6B; }
a:visited { color: #003D6B; }
a:hover { color: #000000; }
a:active { color: #000000; }

li { 
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
	}

#content 
{
	padding: 15px;
	clear:both;
	border: 1px solid;	
	/* background: #FFB200; */
	background: #EEEE99;		
}

#header
{
	height: 120px;
	margin-top: -5px;
	background-image: url('http://www.cddc.vt.edu/accs/images/header_art.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

