html, body {
	margin:0px;
	padding:0px;
	font: 11px Verdana, Arial;
	}
body {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #666666;
	background: #5879B8;
	text-align: center;
	}

.hidden {
	display: none;
	}

#page-container {
	width: 790px;
	margin: auto;
	text-align: left;
	background: #FFFFFF;
	background-image: url(columns.png);
	background-repeat: repeat-y;
	}

#toc {
	background: #F7F7F7;	
	/*margin-right: 600px;*/
	width:170px;
	float:left;
	padding-right: 5px;
	}

#content {
	background: #FFFFFF;
	/*margin-left: 170px;*/
	/*margin-right: 180px;*/
	width:420px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	}

#features {
	background: #F7F7F7;
	/*margin-left: 594px;*/
	float: right;
	width: 176px;
	padding-left: 5px;
	}
img {
	border: 0px;
	}
/***************************************************************/
#features ul {
	margin: 0 5px 0 0;
	padding: 0;
	}

#features li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#features ul li a {
	display: block;
	text-decoration: none;
	color: #5879B8;
	/*background: #F6E8C2;*/ /* IE6 Bug */
	padding-left: 5px; /*5px 5px 5px 12px*/
	border: 0px;

	}

/* Fix IE. Hide from IE Mac \*/
* html #features ul li { float: left; height: 1%; }
* html #features ul li a { height: 1%; }
/* End */

#features ul li a:hover { 	
	color: #FFFFFF; 
	background: #F4A00C;
	}
/***************************************************************/


#footer {
	background: #F4A00C;
	height:30px;	clear:both;} 

/********************* Table of Contents ************************/
h1 {			/* titles */
	color: #000000;
	font-size: 18px;
	margin-top: 0px;
	}
h2 {			/* by-lines */
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	}

h3 {
	color: #F4A00C;
	}

/********************* Table of Contents ************************/

#toc ul {
	margin: 0 5px 0 0;
	padding: 0;
	}

#toc li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#toc ul li a {
	display: block;
	text-decoration: none;
	color: #5879B8;
	/*background: #F6E8C2;*/ /* IE6 Bug */
	padding-left: 5px; /*5px 5px 5px 12px*/
	border: 0px;

	}

/* Fix IE. Hide from IE Mac \*/
* html #toc ul li { float: left; height: 1%; }
* html #toc ul li a { height: 1%; }
/* End */

#toc ul li a:hover { 	
	color: #FFFFFF; 
	background: #F4A00C;
	}

/********************* Top Navbar ************************/

#top-navbar {
	/* 256 by 120 */  
	background: #FFFFFF;
	height:120px;
	background-image: url(topback.png);
	background-repeat: no-repeat;
	border-bottom: 3px solid #F4A00C;
	text-align: right;
	font-size: 10; /* could be specified at a higher level */
	margin: 0px;
	padding:0px;
	}

#top-navbar dt,dl,p {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#top-navbar a:link, #top-navbar a:visited {
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #5879B8;
	}

#top-navbar a.active:link, #top-navbar a.active:visited, #top-navbar a:hover {
	border-bottom: 4px solid #5879B8;
	padding-bottom: 2px;
	color: #F4A00C;
	}

/********* another div just for the logo ************/
#logopic {
	float:left;
	background: #0000ff;
	margin:0px;
	padding:0px;
	}

#logopic a:hover, #logopic a:link, #logopic a:visited {
	border-bottom: 0px;
	padding-bottom: 0px;
	color: #000000;
	margin: 0;	
	}
