body  {
	color: #006;
	font-size: 85%;
	font-family: "Lucida Sans", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 140%;
	background-color: #0A5187;
	text-align: left;
}
/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */
ul {
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
	}
#menu {
	width: 180px;
	font-size: 12px;
	font-family: "Lucida Sans", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bolder;
	text-align: left;
	height: 24px;
}
#menu li a {
	font-size: 12px;
	font-family: "Lucida Sans", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: 600;
	height: 24px;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	width: 180px;
	padding-top: 6px;
	margin-bottom: 0px;
}
#menu li a:link, #menu li a:visited {
	color: #006;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 0px;
	display: block;
	border: outset 1px #003366;
	list-style: none;
	background-image: url(../images/buttonfade.jpg);
	background-repeat: repeat-x;
}
#menu li a:hover {
	color: #DEFFEE;
	text-decoration: none;
	text-align: left;
	border-style: inset;
	list-style: none;
	cursor: pointer;
	background-image: url(../images/buttonfadeover.jpg);
	background-repeat: repeat-x;
}
/*========basic text styles=============*/
h1 {
	color: #006;
	font-size: 130%;
	font-family: "Lucida Sans", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 12px 0 12px 0;
	line-height: 130%;
}
h2 {
	color: #025797;
	font-size: 110%;
	font-family: "Lucida Sans", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 6px 0 0 0;
}
h3 {
	color: #2D6F9A;
	font-size: 95%;
	font-family: "Lucida Sans", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 130%;
}
h4 {
	color: #409492;
	font-size: 90%;
	font-family: "Lucida Sans", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: 500;
	line-height: 120%;
}
ol { font-family: "Lucida Sans", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; list-style-type: circle; list-style-position: outside   }
h5 {
	color: #2D6F9A;
	font-size: 10px;
	font-family: "Lucida Sans", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	word-spacing: 2pt;
	letter-spacing: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}
p {
	font-size: 1em;
}
#footer   {
	font-weight: bold;
	color: #FFFFFF;
}
ol {
	list-style-type: square;
	margin: 1em 0 1em 0;
}
a:link {
	color: #006;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	background-color: #9AB0CC;
}
#center {
	width: 550px;
	margin-left: 20px;
}
.box {
	margin: 10px;
	padding: 10px;
	border: 2px solid #025797;
}
