a:link {
	/*color: #006699;
	text-decoration: none;*/
    background-color: transparent;
	color: #660033;
	text-decoration: none;
	border-bottom: 1px dotted #660033;
	font-weight: bold; 
}
a:visited {
    background-color: transparent;
	color: #660033;
	text-decoration: none;
	border-bottom: 1px dotted #660033;
	font-weight: bold; 
}
a:hover {
    background-color: #f6f6f6;
	text-decoration: none;
	color: #660033;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold; 
}
a:active {
	background-color: #f6f6f6;
	color: #660033;
	text-decoration: none;
	font-weight: bold; 
}

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 {
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 18px 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: #000000;
	border: 18px solid #FFFFFF;
}
/* This class turns off underlining for a link. Use in the <a > section. Important for images */
a.imagelink { border-width: 0; }


#nav{ /* main list-code is included for submenus in case they are added */
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	/*background: #006699;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	letter-spacing: 0.3em;
}
#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: 2px;
	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: #FFFFFF;
}

#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. */
}


