a:hover {
  text-decoration: underline;
  color: red;
}

P {
  font-family: "Times New Roman", Times, serif;
}

A {
; 
}

H2 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  ; font-weight: bold;
; letter-spacing: 1px
; color: #006633
}

address {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
}

UL {
  font-family: "Times New Roman", Times, serif;
}

H3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #FFFFFF;
; color: #003399
; font-size: 16px
}

h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
; color: #006633
}

TEXTAREA {
  font-family: Verdana;
}

h1 {  font-family: Arial, Helvetica, sans-serif; color: #006633}
h5 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal}
h4 {  font-family: Arial, Helvetica, sans-serif; color: #006633; font-size: 16px; font-style: normal}
.header {
	background-image: url(../foundation/images/title_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	padding: 8px;
	font-family: "Times New Roman", Times, serif;
}

/************************************ main navigation *********************************************************/
div#Navigation {
	padding-top: 0px;
	padding-bottom: 5px;
	position: relative;
	z-index: 85;
	width: 102px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;}

#Navigation ul {
	margin:0px;
	font-size: 11px;
	overflow: visible;
	list-style-type: none;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-right: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#Navigation ul li{
	line-height: 31px;
	}

#Navigation ul li a
{
	color: #ffffff;
	text-decoration: none;
	height: 30px;
	padding-left: 4px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #600DA1;
	border-bottom-color: #600DA1;
	margin: 0px;
}


#Navigation ul li a:active
{
	color: #ffffff;
	text-decoration: none;
	height: 30px;
	

}
#Navigation ul li a:visited
{
	color: #ffffff;
	text-decoration: none;
	height: 30px;
}
#Navigation ul li a:hover
{
	color: #510989;
	width: 170px;
	height: 30px;
	display: block;
	background-color: #eeeeee;
}
.NavSpace {
	width: 2px;
	height: 20px;}
