body {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 98%;
	background-color:#597EE1;
}
#head {
	top: 0px;
	left: 0px;
	background: url(images/bkgrd.html) repeat;
	width: 100%;
	border-bottom: 5px solid #0033FF;
	height: 160px;
	text-align: center;
}
#head img {
	float: left;
	padding-left: 5px;
	vertical-align:center;
}
a img {
	border: 0px none;
	display: block;
}
ul#menu_default {
	list-style: Circle;
	margin: 0 0 0 10px;
	padding: 0px;
	background-color: #C2D0E0;
	width: 200px;
	white-space:nowrap;
}		
ul#menu_default li {
	display: block;
        font-weight:bold;
}

}
ul#menu_default li a {
	font-family:Arial, Helvetica, sans-serif;
        display: block;
	padding: 3px 0px 3px 5px;
	background-color: #C2D0E0;
	color:#5959AB;
	text-decoration: none;
        font-weight:bold;
	width: 200px;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
}
ul#menu_default li a:visited {
	font-family:Arial, Helvetica, sans-serif;
        display: block;
	padding: 3px 0px 3px 5px;
	background-color: #C2D0E0;
	color:#5959AB;
	text-decoration: none;
        font-weight:bold;
	width: 200px;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
}
ul#menu_default li a:link {
	font-family:Arial, Helvetica, sans-serif;
        display: block;
	padding: 3px 0px 3px 5px;
	background-color: #C2D0E0;
	color:#5959AB;
	text-decoration: none;
        font-weight:bold;
	width: 200px;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
}
ul#menu_default li a:hover {
  display: block;
	padding: 3px 0px 3px 5px;
	background-color: #FEFFCC;
	text-decoration: none;
	width: 200px;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
}
ul#menu_default li a.selected {
	text-decoration: None;
	background-color:#F5F5F5;
        font-weight:bold
}
.navLabel {
  display: block;
  background-color:#9FAFCA;
  color:#000000;
  padding: 3px 0px 3px 5px;
  font-weight:bold;
  width: 200px;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
}


#nav {
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  display: block;
  padding: 3px 0px 3px 5px;
  background-color: #C2D0E0;
  color:#333333;
  text-decoration: none;
  font-weight:bold;
  list-style: Circle;
}
#pageTitle {
  margin:15px 20px 5px 20px;
  border-bottom:1px solid #CCCCCC;
  font-size:16px;
  font-weight:bold
}
#copyright {
  font-size:11px;
  color:#FFFFFF;
  text-align:center;
  padding:3px 0px 3px 0px;
  width:850px;
}
#content {
  margin:15px 20px 15px 20px;
  font-size:14px;
  color:#000003;
}
#content a:link, #content a:visited {
	color:#003366;
}
#content a:hover {
	color:#FFCC66;
}
#testimonial {
  margin:15px 20px 5px 20px;
  font-size:14px;
  color:#003366;
  border:1px dashed #000000;
  background-color: #FEFFCC;
  padding:3px;
}
