body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:800px; /* Prevent content from becoming unreachable in Gecko */
}
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:60px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}
div#header {
	height:60px;
	width:800px;
	margin:0 auto;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:60px 5px 5px 5px;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
}
div#middle {
	width:800px;
	margin:0 auto;
	height:100%;
	padding-bottom:10px;
	padding-top:10px;
}
div#sidebarwrap {
	padding-left: 10px;
	padding-right: 10px;
	width:160px;
	float:left;
}
div#sidebar {
	width:150px;
	float:left;
	padding: 5px;
}
div#sidebar_nav_header{
	text-align:center;
	margin-top:40px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:3px;
}
div#content {
	min-height:500px;
	margin-left:180px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
}

#content_frame {
	width: 590px;
	min-height:400px;
}

/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:35px;
}
body>div#footerwrap {
	position:fixed;
}
div#footer {
	text-align:center;
	height:35px;
	width:800px;
	margin:0 auto;
}
/* * * *  STYLES * * * */

h1,
h2,
hr {
	padding:0;
	margin:0;
}

h1 {
	font-size:1.2em;
	text-align:center;
	padding-top:.5em;
}
h2 {
	font-size:1em;
	padding-top:.5em;
	margin-top:0;
}
h3 {
	font-size:.85em;
	padding-top:1em;
	margin-top:0;
	margin-bottom:0px;
}


p {
	margin-bottom:0;
	font-size:0.8em;
	line-height:1.4em;
}
pre {
	font-size:0.9em;
	line-height:1.4em;
}
ul {
	font-size:0.8em;
	line-height:1.4em;
	margin-top: 0px;
}

body,
html,
div#footer {
	font-family:tahoma, Georgia, Verdana, serif;
	color:#000;
	background:#224;
}
div#header
 {
	background:#111;
	color:#eee;
}
div#middle,
div#sidebarwrap{
	background:#444;
}
div#sidebar_nav_header {
	background:#444;
	color:#fff;
}
div#content,
div#content_frame {
	font-family:tahoma, Georgia, Verdana, serif;
	font-size:1.1em;
	background:#fff;
}	
div#smaller_content {
		font-family:tahoma, Georgia, Verdana, serif;
		font-size:0.9em;
		background:#fff;
	}
div#sidebar {
	background:#fff;
}


/*----header----*/

#header_logo{
	padding-left: 20px;
	float: left;
}

#header_text{
	font: normal normal normal 30px/30px tahoma;
	float: left;
	padding-left: 25px;
	padding-top: 14px;
}

#header_small_text{
	font: normal normal normal 17px/17px tahoma;
	float: right;
	padding-right: 25px;
	padding-top: 24px;
}


#header a{
	text-decoration: none;
	color: #FFF;
}

#header a:hover {
	color: red;
}

/*----sidebar----*/
#sidebar_nav_header{
	
}

#sidebar li{
	color: blue;
	font-size:1.4em;
	list-style: none;
	margin-left: -30px;
	margin-bottom: 10px;
}

#sidebar .dropped{
	margin-top: 30px;
}

#sidebar .indent{
	margin-left: -15px;
	font-size: 1.1em;
}

#sidebar a{
	text-decoration:none;
	color:#000;
}

#sidebar a:visited {
	color:#000;

}
#sidebar a:hover {
	color: red;
	text-decoration:underline;
}



/*----footer----*/
#footer p{
	color: #FFF;
}

#footer a{
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	color: red;
}


/*----content----*/
#content .content_float_right {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float:right;
	border-style: dotted;
	clear: right;
	padding: 5px;
	border-width: 3px;
}

#content .content_float_right_100 {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 100px;
	float:right;
	border-style: dotted;
	clear: right;
	padding: 5px;
	border-width: 3px;
}


.center {
	text-align:center;
}

.underline {
	border-bottom-style: inset
}

.center {
	text-align:center;
}

.center_underline {
	text-align:center;
	border-bottom-style: inset
}

.emph {
	text-decoration: underline;
}

.indent_left {
	margin-left: 2em;
	margin-top: 0px;
	padding-bottom: .5em;
}

.red {
	color: red;
}
