/*This is modified from project 9 in eric meyer book. position of where things are is very important. properties expect to be in certain order...so can use shorthand. */
/* LVHA is order for states. */
a:link		{font-weight: bold; color: #336633; text-decoration: none;}
a:visited	{
	font-weight: bold;
	color: #003333;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:hover		{font-weight: bold; color: navy;text-decoration: underline;}
a:active	{text-decoration: none;}

html		{ margin: 0; padding: 0; }
body		{ font: 11px Verdana, Arial, Helvetica, sans-serif;
		   margin: 0; padding: 0; 
		   background: #FFFFFF; color: black;}
h1		{
	font-size: 200%;
	text-transform: none;
	letter-spacing: 3px;
	margin: 0.33em 0 0.33em 0;
	padding: 0;
	background: #336633;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 1em;
	font-style: italic;
	font-variant: normal;
}
/*margins go around clockwise: top-right-bottom-left. If centering with
text-align: center, then make sure margin removed.*/
/*added width & float to contentarea*/
#contentarea  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;

}

#pagetitle	{
	text-align: left;
	margin: 1em 0 0.33em;
	padding: 0.66em 0 0;
	width: 903px;
	left: 0px;
	top: 111px;
	text-indent: 2em;
}

h3		{ font-size: 133%; margin: 0; padding: 0.33em 0 0; 
		   border-bottom: 1px solid; color: gray; }

p		{ line-height: 1.5em; margin: 0.5em 0  1em 3em; }

div#entry	{ margin: 0 7% 1em 33%; padding: 0;}
div#sidebar	{ margin: 0px 7% 1em 1em; padding: 0; float: left; width: 20%;
		   border-bottom: 1px solid #000000;}
div#sidebar br  {display: block; padding: 8px 10px 2px; margin: 0;
 		   border-left: 1px solid #000000; line-height: 0.8em;
		   border-right: 1px solid #000000; line-height: .8em;
}
div#sidebar ul  {display: block; padding: 0px 10px; margin: 0;
 		   border-left: 1px solid #000000; line-height: 0.8em;
		   border-right: 1px solid #000000; line-height: .8em;
}
div#sidebar ul li {
	display: block;
	padding: 0px 10px;
	margin: 0;
	border-left: none;
	line-height: 0.8em;
	border-right: none;
	line-height: .8em;
	list-style-position: outside;
	list-style-type: none;

}
div#sidebar ul li a	{ display: block; padding: 2px 10px; margin: 0;
 		   border-left: none; line-height: 0.8em;
		   border-right: none; line-height: .8em;
		   }


div#sidebar a	{ display: block; padding: 8px 10px 2px; margin: 0;
 		   border-left: 1px solid #000000; line-height: 0.8em;
		   border-right: 1px solid #000000; line-height: .8em;
		   }
div#sidebar a	br { display: block; padding: 8px 10px 2px; margin: 0;
 		   border-left: none; line-height: 0.8em;
		   border-right: none; line-height: .8em;
		   }
div#sidebar a:hover { background: #999999; }
/*this is pseudo-class - tag:state */

#page-wrap {
	
	background-repeat: repeat-y;
	width: 920px;
	margin: 0px;
	background-color: #FFFFFF;
}
#masthead {
	background-image:  url(../images/599header.jpg);
	background-repeat: no-repeat;
	height: 75px;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 0px;
	display: block;
	margin-bottom: 0px;
	z-index: auto;
	background-color: #000000;
	width: 903px;
	position: relative;
	left: 0px;
	top: 0px;
}


#bottom {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	display: block;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 280px;
	color: #000000;
	float: none;
	left: 0px;
	bottom: 0px;


}


#bottom h4		{
	font-size: 133%;
	margin: 0;
	padding: 0.33em 0 0;
	border-bottom: 1px solid;
	color: #666666;
	background-color: #FFFFFF;
	background-position: left;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
}


/*************** navigation styles *****************/
	

#topnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: auto;
	padding: 0;
	width: 903px;
	display: block;
	color: #FFFFFF;
	background-color: #336633;
	float: left;
	left: 0px;
	top: 75px;
	position: relative;
}
#topnav ul {
	margin: 0 auto;
	text-align: left;
	padding-right: .33em;

}

#topnav li {
	list-style-type: none;
	display: inline;
	margin: 0;
}

#topnav a:link, #topnav a:visited {
	text-decoration: none;
	color: #fff;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 9px;
	line-height: 30px;
	padding-bottom: 7px;
	margin: 0px;
	background-color: #336633;

}

#topnav a.active:link, #topnav a.active:visited {
	color: #005755;
	background-color: #E8FCFB;
	background-repeat: repeat-x;

}

#topnav a:hover {
	color: #000000;
	background-repeat: repeat-x;
	line-height: 30px;
}
#topnav b {
	font-weight: bold;
	color: #FFFFFF;
}

/*bottom nav bar */

#bottomnav {
	font-weight: normal;
	font-size: 14px;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: auto;
	padding: 0;
	width: 598px;
	display: block;
	color: #666666;
	background-color: #FFFFFF;
	float: none;
	right: 0px;
	bottom: 0px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}
#bottomnav ul {
	margin: 0 auto;
	text-align: left;
}

#bottomnav li {
	list-style-type: none;
	display: inline;
	margin: 0;
}

#bottomnav a:link, #bottomnav a:visited {
	text-decoration: none;
	color: #666666;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 9px;
	line-height: 30px;
	padding-bottom: 7px;
	margin: 0px;
}

#bottomnav a.active:link, #bottomnav a.active:visited {
	color: #005755;
	background-color: #E8FCFB;
	background-image: none;
	background-repeat: repeat-x;

}

#bottomnav a:hover {
	color: #000000;
	background-image: none;
	background-repeat: repeat-x;
	line-height: 30px;
}
#bottomnav b {
	font-weight: bold;
	color: #666666;
}
img {
	padding: 2px;
	border: none;
}
