body {
	/*background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #91B172;*/
	margin:20px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font: .8em arial, helvetica, sans-serif;
	}
#Content {
	width:910px;
	top:10px;
	height:2100px;		
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color: #FFFFFF;
	}

#navlist_top {
	font-size: 16px;
	margin: auto;
	width: 100%;
	font-stretch: 1;
	font-weight: bold;
}
#navlist_top li {
	float:left;
	list-style-type: none;
	margin: auto;
	padding: 5px;
	white-space: nowrap;
}
#navlist_top ul {
	margin: 0;
	padding: 5px;
	float:none;
}<!--- edit background color --->
#navlist_top a {
	padding: 3px 10px 3px 10px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #0080C0;
	text-decoration: none;
}<!--- edit color text not visited --->
#navlist_top a:link, #navlist_top a:visited {
	color: #FFFFFF;
}<!--- edit background color visited/text color = color --->
#navlist_top a:hover, #navlist_top a:active {
	background-color: #FFFFFF;
	color: #000000;
}
#qmslink_top a:link, #qmslink_top a:visited, 
#qmslink_top a:hover, #qmslink_top a:active {
	background-color: #F48319;
	color: #FFFFFF;
}
#navlist {	
	color: #999999;
	line-height: 2;
	white-space: nowrap;
	position: relative;
	padding:0px;
	text-align:left;
	float:left;
}

#navlist li {
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	
}
#navlist a:link, #navlist a:visited {
	color: #999999; 
	text-decoration: none;
		
}
#navlist a:hover {
	text-decoration: underline;
	color: #F48319;
	
}
#navlist a:active {
	text-decoration: underline;
	color: #F48319;
	
}
#qmslink a:link, #qmslink a:visited,
#qmslink a:hover, #qmslink a:active {
	text-decoration: underline;
	color: #F48319;
	line-height: 2;
	white-space: nowrap;
}
.navbutton {
	background-color: #F48319;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	height: 30px;
	font-size: 14px;
}
.navbutton:hover {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	height: 30px;
	font-size: 14px;
}
.navbutton2 {
	background-color: #F48319;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	height: 30px;
	font-size: 11px;
}
.navbutton2:hover {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	height: 30px;
	font-size: 11px;
}
.link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0000FF;
}
#list_summary {
	border-top: 1px solid;
	padding:0px 0px 0px 0px;
	background-color: white;	
}
#list_summary2 {
	padding:0px 0px 0px 0px;
	background-color:#CCCCCC;		
}
#list_summary3 {
	padding:0px 0px 0px 0px;		
}

dropdown {
	width: 500px;
}
#listbg {
	padding:0px 0px 0px 0px;
	background-color: #E6E6E6;
}
a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:hover {color: #007DC3;}
a:active {color: #F48319;}
