/* __________________ menu things _____________________ */

	dl, dt, dd, ul, li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
	#menu {
		position: absolute; /* Menu position that can be changed at will */
		top: 0;
		left: 0;
		}
	#menu {
		width: 140px;
		}
	#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	border: 0px solid white;
	font-size:12px;
	background-color: #FFFFFF;
	color: #FFFFFF;
		}
	#menu dd {
	border: 0px solid white;
	font-size:11px;
		}
	#menu li {
	text-align: left;
	background-color: #FFFFFF;
		}
	#menu li a, #menu dt a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	background-color: #FFFFFF;
		}
	#menu li a:hover, #menu dt a:hover {
	background-color: #FFFFFF;
	color: #CC0033;
		}


/* __________________  positioning __________________  */

	
	body {
	margin:0px 10px 0px 10px;
	padding:0px;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
		}
	
	#footer {
	clear: both;
	bottom: 0;
	left: 0;
	border: none;
	width: 650px;
	background-color: #FFFFFF;
	}

	#leftcontent {
		position: absolute;
		left:10px;
		top:100px;
		width:140px;
		border:0px solid #000;
		background-color: #FFFFFF;
		}

	#centercontent {
		top:100px;
		margin-left: 150px;
		margin-right:0px;
		line-height: 12pt;
		border-left: #0076D6 2px solid;
		}

	#banner {
		height:100px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}

