html {
	margin:0 0 0 0;
	padding:0;
	background:#BABAAB;
	color:#000;
	font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 10pt;
	}

body {
	min-width:750px;
	}

.heading1 {
	color: #333333;
	font-size: 20pt;
	}
	
#nav {
	background:#333333;
	padding: 5px 5px 5px 10px;
	color: #B1B1B1;
	border-bottom: solid 1px black;
	}

#nav	a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

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

#wrap {
	border-left: 10px solid #666666;
	border-right: 10px solid #666666;
	background: #FFFFFF;
	margin: 0 auto;
	width:750px;
	}

#header {
	background:#EAEAEA;
	height: 50px;
	padding: 10px 0px 10px 10px;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	border-top: solid 6px #666666;
	border-bottom: solid 1px #FFFFFF;	
	}

#header h1 {
	padding:5px;
	margin:0;
	}

#main {
	background:#FFFFFF;
	float:left;
	width:500px;
	min-height: 670px 
	}

#main p {
	padding: 0 10px;
	}

#sidebar {
	background:#B1B1B1;
	float:right;
	width:250px;
	min-height: 670px;
	}

#sidebar ul {
	margin-bottom:50px;
	font-size: 12px;
	font-style: normal;	
	}

#sidebar li {
	margin-left: -10px;
	margin-bottom:0;
	font-size: 12px;
	font-style: normal;	
	}
    
#sidebar p {
	padding:0 10px 0 10px;
	font-size: 12px
	}

#sidebar h3 {
	padding:0 10px 0 10px;
	font-size: 13px
	}

#sidebar .source {
    text-align: right;
    font-size: 11px;
    font-style: italic;
    }    

#footer {
	background:#F0F0F0;
	clear:both;
	height: 16px;
	padding: 5px;
	font-size: 11px;
	text-align: right; 
	border-top: solid 1px #666666;
	border-bottom: solid 6px #666666	
	}

#footer p {
	padding:5px;
	margin:0;
	}

