/*UNIVERSAL STYLES*/
body	{
	background-color: #cc0000;
	height: 100%;
	}
/*END UNIVERSAL STYLES*/

#nav {
	position:absolute;
   left:0;
   width:150px;
	background-color: #AC0000; 
	height: 100%;
	font-family: font-family:Verdana, Arial, Helvetica;
	color:#ffcc00;
	padding: 5px;
	margin: 0px 2px 0px 0px;
}

#content {
	position: relative;
	margin: 0px 0px 0px 158px;
	font-family: Garamond, Bookman, Bookman Old Style, Georgia, Times New Roman, Times;
	color:#000000;
	background-color: #ffffcc;
	border-left: 10px solid black;
	padding: 3px 9px 3px 9px;
		}

#wrap {
	position: absolute;
	left: 0px;
	margin: 0px 30px 30px 0px;
	background: #AC0000 url(../graphics/spacer.gif) repeat-y;
		}
	
#nav a:link { font-family:Verdana, Arial, Helvetica; color:#ffcc00 }

#nav a:visited { font-family:Verdana, Arial, Helvetica; color:#ffff99 }

#nav a:active { font-family:Verdana, Arial, Helvetica; color:#ff9900 }

#nav h4 {
	font-family: font-family:Verdana, Arial, Helvetica;
	text-align: center;
}

#content a:link { font-family:Garamond, Bookman, Bookman Old Style, Georgia, Times New Roman, Times; color:#cc0000 }

#content a:visited { font-family:Garamond, Bookman, Bookman Old Style, Georgia, Times New Roman, Times; color:#cc0033 }

#content a:active { font-family:Garamond, Bookman, Bookman Old Style, Georgia, Times New Roman, Times; color:#330066 }

.highlight {
	background:#E6E6FA; 
	margin:5px;
	padding:5px;
}