/* bi net main front page v1.2 */


html, body	{
	margin: 0px;
    	padding: 0px;
	background: #EEE8AA;
	font-family: Arial;
	}

a {
	text-decoration: none;
	color: brown;
	font-weight: bold;
	}

a:visited {
	text-decoration: none;
	color: grey;
	font-weight: bold;
	}

a:hover {
	font-weight: bold;
	color: #FFF;
	background-color:#C1BD93;
	}


div#siteheader {
	background-color:#666666;
	color: white;
	}

#siteheader h3 { 
	color:yellow;
	margin-top:0;
	margin-bottom:0;
	font-family: arial;
	}

#siteheader p {
	color:white;
	margin-top:0;
	margin-bottom:0;
	font-family: arial;
	}

div#navtop	{
	height: 30px;
	width: 100%;
	/* border-top: solid #000 1px; */
	border-bottom: solid #C1BD93 4px;
	background-color: #AAA788;
	/* #336699; */
	}

div#navtop ul	{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	/* color: #FFF; */
	line-height: 30px;
	white-space: nowrap;
	}

div#navtop li	{
	list-style-type: none;
	display: inline;
	}

div#navtop li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #666666;
	font-weight: bold;
	}

div#navtop lia:visited {
	color: #666666;
	}

div#navtop li a:hover {
	font-weight: bold;
	color: #FFF;
	background-color:#C1BD93;
	}

div#container {
	width: 95%;
	margin: 10px auto;
	/* background-color: #fff; */
	/ *color: #333;
	/* border: 1px solid gray; */
	line-height: 130%;
	}

div#top {
	padding: .5em;
	/* background-color: #ddd; */
	/* border-bottom: 1px solid  	gray; */
	}

div#lefthighlights {
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
	}

div#content {
	margin-left: 200px;
	border-left: 1px solid gray;
	margin-right: 50px;
	/* border-right: 1px solid gray; 	*/
	padding: 1em;
	max-width: 36em;
	}

div#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	/* background-color: #ddd; */
	/* border-top: 1px solid gray; 	*/ 
	}

div#lefthighlights p {
	 margin: 0 0 1em 0; }

#content h2 {
	 margin: 0 0 .5em 0; }


div#sitefooter {
	clear: both;
	background: #666666;
	border-top: solid #C1BD93 4px;
	color: white;
	}

div#sitefooter h3 {
	color:yellow;
	margin-top:0;
	margin-bottom:0;
	font-family: arial;
	}

div#sitefooter p {
	color:white;
	margin-top:0;
	margin-bottom:0;
	font-family: arial;
	}

div#sitefooter a {
	text-decoration: underline;
	color: yellow;
	font-weight: normal;
	}

div#sitefooter a:visited {
	text-decoration: underline;
	color: white;
	}

div#sitefooter a:hover {
	font-weight: normal;
	color: #FFF;
	background-color:#C1BD93;
	}
