body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
}

body {
	font-family: Trebuchet MS, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#wrapper {
/*	width: 900px; Width of main container
	margin: 0 auto; Center container on page
	background-color: #fdf8f2;
	color: black;
*/}

#framecontentLeft, #framecontentTop {
	position: absolute; 
	top: 4px; 
	left: 0; 
	width: 200px; /*Width of left frame div*/
	height: 100%;
	overflow: auto; /*Disable scrollbars. Set to "scroll" to enable. Set to "hidden" to disable*/
	background-color: navy;
	color: white;
	float: right;
}

#framecontentTop{ 
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0;
	width: auto;
	height: 230px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: navy;
	color: white;
}

#maincontent{
	position:absolute;
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
	top: 230px; /*Set top value to HeightOfTopFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
	background: #fff;d
}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
	padding: 230px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
	width: 100%;
}




#header-bottom {
	border-top: 1px solid #b9d2e3;
	border-bottom: 	1px solid #b9d2e3;
	}
#header-bottom ul {
	margin: 0;
	padding: 5px 30px 10px 0;
	text-align: right;
	}
#header-bottom li {
	display: inline;
	background-color: #fdf8f2;
	color: #050845;
	font-size: .8em;
	}
#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	background-color: #fdf8f2;
	color: black; /*#050845;*/
	}
#tagline {
	font-weight: bold;
	background-color: #fdf8f2;
	color: #050845;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 20px;
	width: 400px;
	float: left;
	}
#main {
	width: 95%;
	margin-top: 10px;
	position: relative;
	top: 0;
	left: 0;
	}
#content {
	background-color: #fdf8f2;
	color: black;
	margin: 10px 0px 10px 220px;
	padding: 10px;
	}
#content p {
	font-size: 0.8em;
	}
#content td {
	font-size: .9em;
	}
#mainfeature {
	color: black;
	}
#mainfeature h2 {
	margin: 0;
	font-weight: normal;
	font-size: 140%;
	}
#mainfeature p {
	font-size: 110%;
	}
#mainfeature p.more {
	margin-top: 0;
	text-align: right;
	}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
	color: white;
	padding-left: 14px;
	}
#sidebar {
	float: left;
	width: 160px;
	background-color: #ed9f9f;
	color: white;
	margin: 0;
	padding: 0;
	}			
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sidebar li, #sidebar p {
	border-bottom: 1px solid #ed9f9f;
	}
#sidebar li a:link, #sidebar li a:visited {
	font-size: 85%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em; 
	border-left: 12px solid #711515; 
	border-right: 1px solid #711515; 
	background-color: #B51032; 
	color: #FFFFFF; 
	text-decoration: none;
	}
#sidebar li a:hover {
	background-color: #711515;
	color: #FFFFFF;
	}
* html #sidebar li a {
	width: 100%;
	}
#footer {
	width: 100%;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	margin-top: 10px;
	}
#footer p {
	font-size: 90%;
	color: #256290;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
	}
