/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#FFF8EA;
	}
h1 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:29px;
	line-height:29px;
	font-weight:800;
	color:#009900;
	}
h2 {
	margin:0px 5px 5px 0px;
	padding:0px 5px 5px 0px;
	font-size:20px;
	line-height:20px;
	font-weight:700;
	color:#009900;
	}
	
p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
td {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
a {
	color:#09c;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color: #009900;}
a:visited {color: #006600;}
a:hover {background-color: #CCCCCC;}

#header {
	margin:10px 10px 10px 10px;
	padding:10px 0px 0px 0px;
	height:75px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#FFF8EA;
	background-image: url(//academic.evergreen.edu/r/rognasl/images/headerbackround.jpg);
	background-repeat:no-repeat;
	background-position:right
	/*
	voice-family: "\"}\"";
	voice-family:inherit;
	height:75px; */
	}


/*body>#header {height:75px;}*/


#content {
	position:absolute;
	top:100px;
	margin:0px 50px 50px 200px;
	padding:10px;
	}

#menu {
	position:absolute;
	top:100px;
	left:20px;
	width:172px;
	padding:10px;
	background-color: #FFF8EA;
	/*border:1px dashed #999;*/
	line-height:17px;

	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}

body>#menu {width:150px;}



