/*next up is to change color of the navigation links*/
/*color chart: #FFFFFF=white, #CC0000=red, #CC9966=amber, #000000=black
#d2b48c=tan #deb887=burlywood #8b8378=antique white4 #8b7d6b=bisque 4
#8b7765=peach puff 4  #2A1959=shade of dark blue  #0099FF=AndrewsPerry light blue #000066=AndrewsPerry Dark Blue  #8b8682=Ivory4(grey)*/
/*
* {
   border: 1px solid red !important;
	}*/	
/*To see everything in it's own box*/


body { margin: 0px; padding: 0; width: 100%;/* border: 5px;*/ border-color: #0099FF; }
#container { /*width: 100%;*/ width: 57%; height: 0%; font-family: lucida sans; background-color: #FFFFFF; padding: 0px; margin: 0px; }
div { border: #000 1px solid;}
#header { /*width: 60%;*/ width: 100%; float: left; }
#main-holder { /*width: 45%;*/ width: 75%; float: left; border: 4px;}
#extra { /*width: 14.5%;*/ width: 23%; /*float: left;*/ float: right; font-weight: bold; margin-left: 5px;}
#main { width: 72%;  float: right; background-color: #CCCC99; /*#CCCCCC;*/ padding-right: 3px; padding-left: 3px; margin-left: 1px;}
#subnav { width: 24%; float: left; margin-right: 3px; padding-left: 2px; }
#footer { /*width: 60%;*/ width: 100%; float: left; border: none;}
p {text-align: justify; width: 95%;}
p#nav {width: 90px;}
p#main { width: 95%; float: left; color: #000000; font-weight: bold; text-align: justify; } /*width here is for paragraphs within body*/
p#extra {width: 90%; float: left; text-align: center; font-size: .8em;}
h1  {background-color: #999966; color: #FFFFFF; font-size: 1.6em;}
h2  {background-color: #999966; color: #FFFFFF;}
li  {list-style-type: square; /*this changes to square for all
					lists*/
	text-align: left; }
img {margin: 3px; }
h4 { color: #000066; text-align: justify;}
dd {text-align: justify;}



ul li {position: relative;}
li ul {/*position: absolute;*/ /*left: 149px;*/ top:0; display: none;}
ul li a {
	/*display: block;*/
	text-decoration: none;
	color: #339900; /*#777;*/
	/*background: #fff; /*white background when hovering over link*/*/
	padding: 5px;
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	}
li:hover ul { display: block; }
a:link, a:visited { color: #663300; /*brown*/}
a:hover, a:active { color: #000; /*black*/}
a:hover { background-color: #fff; /*white*/ }






