a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(back.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.heading {
}
.right_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border: 10px solid #CCCCCC;
	text-align: left
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 10px solid #FFFFFF;
	text-align: justify;
	line-height: 14px;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
	border: 10px solid #FFFFFF;
}
.banner {
	font-style: normal;
	color: #000000;
	border: 0px none #FFFFFF;
	letter-spacing: 1px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
}

/* Buttons */

#nav{ /* main list */
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	/*line-height: 1;*/
	background: #006699;
	font-weight: bold;
	/* list-style: none; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
#nav ul { /* secondary lists - should be almost the same as #nav */
	border: solid #000000;
	border-width: 1px 0;
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	/*line-height: 1;*/
	background: #006699;
	font-weight: bold;
	/* list-style: none; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
	
#nav a {
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	padding: 0.25em 0.5em;
}

#nav li { /* all list items */
	float: left;
	/* width: 10em; width needed or else Opera goes nuts */
	/*---------the amt of horizontal space each main bullet takes up; too little causes overlap; too much pushes items down to the next line; removing it allows each item to take up too much space, with each line only able to accommodate two li-s; we removed this and the widths in "nav a" to create proportional spacing----------*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#nav li.noline {
	border-left-width: 0px;
	border-left-style: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff*;
	/*width: 10em;*/
	/* This generates the width of the list item box. Should be 1-em more than li size */
	width: 24em;
	w\idth: 21em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*border-width: 0.25em;*/
	margin: 0px;
	height: auto;
	border-width: 0.25em;
	border-left-width: 0px;
	border-left-style: none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a:hover {
	color:#000000;
	background:#FFFFFF;
}

#nav li ul a { 	/* This changes the drop down list colors, etc. */
	color:#000000;
	background:#FFFFFF;
	width: 22em;
	w\idth: 20em;
}

#nav li ul a:hover { 	/* This changes the drop down list colors, etc. */
	color:#FFFFFF;
	background:#006699;

}

#nav li ul li {
	/* border: 0.5px solid #000000; Box around dropdown buttons-not in IE. */
}

