/* CSS Document */

body {
	background-color: rgb(255, 204, 102); 
}
body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Links */
a:link {
	color: #993300;
	text-decoration: underline;
}
a:visited {
	color: #993300;
	text-decoration: underline;
}
a:hover {
	color: #993300;
	cursor: pointer;
	text-decoration: underline;
}
a:active {
	color: #cc9933;
	text-decoration: underline;
}

/* Wrapper */
div#wrapper {
	background-color: #ffffcc;
	width: 770px;
	min-height: 800px;
	margin: 0 auto;
	border: .15em;
	border-style: solid;
	}
	
/* Logo */
div#logo {
	background-color: #cc9933;
	width: 770px;
	height: 51px;
	border-bottom: solid .25em #000000;
	}
	
/* Navigation */
div#sidebar {
	position: relative;
	height: auto;
	width: 126px;
	min-height: 684px;
	float: left;
	border: none;
	padding-top: .25em; 
	padding-left: .25em; 
	padding-right: .25em; 
	margin-right: .25em;
	z-index: 60;
}
ul.navigation {
    font: bold .9em Verdana, sans-serif;
	}
li.navigation {
	padding-bottom: 1em;
	margin-left: -2.5em;
    list-style: none;
    text-align: left;
}
.clear {font-size: 1px; height: 1px}

/* Main Content Area */
div#contentwrap {
	position: relative;
	margin: .5em;
	width: 613px;
	float: right;
	font-size: .75em;
	font-family: Verdana, Arial, sans-serif;
	}
div#content {
	position: relative;
	max-width: 400px;
	padding: .5em; 
	margin: .5em;
	float: left;
	border-color: #cc9933;
	border-style: solid;
	border-width: .3em;
	font-family: Verdana, Arial, sans-serif;
	}
div#rscontent {
	position: relative;
	margin-bottom: .5em;
	margin-right: .5em;
	margin-top: .5em;
	padding: .5em;
	max-width: 146px;
	float: right;
	border-color: #cc9933;
	border-style: solid;
	border-width: .3em;
	font-family: Verdana, Arial, sans-serif;
	}
h1.content {
	}
h2.content {
	}
h3.content {
	font-style: italic;
	font-weight: bold;
	}
	
/* Footer */
div#bottom-nav {
	margin: 0 auto;
	width: 700px;
	height: auto;
	font-size: .65em;
	text-align: center;
	padding-top: 1em;
	vertical-align: bottom;
	}
div#footer {
	margin: 0 auto;
	width: 270px;
	height: auto;
	font-size: .65em;
	text-align: center;
	padding-top: 1em;
	vertical-align: bottom;
	}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
				
