body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
}

#topsection {
	background-color: #00487d;
	height: 50px;	/*Height of top section*/
	width: 100%;
	color: #bfe4ff;
	text-align: center;
}

#topsection h1 {
	margin: 0;
	padding-top: 15px;
}

#contentwrapper {
	float: left;
	width: 100%;
	min-height: 654px;
}

* html #contentwrapper {	/* no min-height in ie6, height behaves as min-height */
	float: left;
	width: 100%;
	height: 654px;
}

#bg_wrapper {
	float: left;
	width: 100%;
	height: 100%;
	background: url(sidebar_bg.gif) repeat-y top left;
}

* html #bg_wrapper {		/* hack to eliminate 4px top margin in ie6 */
	float: left;
	width: 100%;
	margin-top: -4px;
	background: url(sidebar_bg.gif) repeat-y top left;
}

#contentcolumn {
	margin-left: 180px; /*Set left margin to LeftColumnWidth*/
}

table {
	width: 825px;
	padding: 0px;
}

td {
	padding: 9px;
}

a {
	color: black;
}

a:link {
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#leftcolumn {
	float: left;
	width: 180px; /*Width of left column*/
	margin-left: -100%;
	* margin-left: -1025px;  /* necessary for ie6 */
}

#leftcolumn ul {
	/* display: inline; */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#leftcolumn li {
	display: block;
	color: black;
}

#leftcolumn li a {
	display: block;
	text-decoration: none;
	color: black;
}

#leftcolumn li a:hover {
	background-color: #0066b3;
	color: white;
}

#footer {
	clear: left;
	width: 100%;
	background-color: #00487d;
	color: #bfe4ff;
	text-align: center;
	padding: 4px 0;
}

#footer a {
	color: #FFFF80;
}

.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}



/* Wrapper for sidebar navigation buttons */
	
div#links {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 180px;
	/* height: 1200px; */
	/* font-family: Arial, sans-serif; */
	/* font-weight: bold; */
	/* font-size: 1.2em; */
	z-index: 100;
}
	
div#links a {
	display: block;
	text-align: left;
	padding: 1px 5px 1px 5px;
	margin: 0;
	border-width: 0; 
	text-decoration: none;
	color: #black;
	/* font-weight: bold; */
}

div#links a.selected {
	display: block;
	text-align: left;
	padding: 1px 5px 1px 5px;
	margin: 0;
	border-width: 0; 
	text-decoration: none;
	color: #black;
	/* font-weight: bold; */
	background: #80c9ff;
}
	
div#links a:hover {
	color: white;
	background: #00487d;
	/* font-weight: bold; */
}
