body {
	font-family: "Lucida Grande", Verdana, Arial;
	background-color: #797979;
	color: white;
	margin: 0;
	padding: 0;
	}

#header{
	width: 100%;
	background-color: #3e3e3e;
	padding: 4px;
	margin: 0
	}

#main{
	margin: 1em;
	margin-left: 11em;
	margin-top: 0;
	padding-top: .75ex;

	}
	
#sidebar{
	float: left;
	display: inline;
	padding: 0;
	margin: .5em;
	margin-bottom: 0;
	margin-top: 0;
	width:10em;
	min-height: 400px;
	border-right: thin solid;

	}
	
#footer{
	clear: both;
	width: 100%;
	margin-top: 2ex;
	text-align: center;
	font-size: smaller;
	}
	
a{
	color: white;
	}
	
a:active{
	color: white;
	font-weight: bold;
	}

a:link{
	color: white;
	text-decoration: underline;
	font-weight: bold
	}

a:visited{
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover{
	color: #313131;
	text-decoration: underline;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCCCCC;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCCCCC;
}

