body {
	margin: 0;
	background: #e8e3d9;
}
p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link, a:visited, a:hover, a:active {
	color: #181f55;
}
h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #181f55;
	text-transform: uppercase;
	border-bottom: solid 1px #9d0a0e;
}
h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #181f55;
	text-transform: uppercase;
	text-decoration: underline;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #181f55;
	font-weight:bold;
}
p.side {
	color: #181f55;
}
p.updates {
	color: #727274;
}
p.updatehdr {
	font-size: 20px;
	color: #727274;
	text-transform: uppercase;
	line-height: 20px;
}
li {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
ul.updates {
	list-style-image: url(images/listriangle.gif);
}
.ftrtxt {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
a.ftr:link, a.ftr:visited, a.ftr:hover, a.ftr:active {
	color: #000000;
	text-transform:uppercase;
	text-decoration:none;
}
.imgborderrt {
	margin: 0 0 10px 10px;
	border: 1px solid #000000;
	float: right;
}
.imgborder {
	border: 1px solid #000000;
}
.navbg {
	width: 208px;
	background: url(images/navbg.png) repeat-y;
}
/* NAV FLYOUT */

ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	margin: 0 3px 5px 5px;
	width: 200px;
}
ul.menu * {
	margin:0;
	padding:0
}
ul.menu a {
	display:block;
	color:#000;
	text-decoration:none;
	padding:3px 5px 3px 20px;
	font-weight:bold;
	width:175px;
	font-size: 11px;
	text-transform:uppercase;
}
ul.menu a:hover {
	background: #f1efe0;
}
ul.menu li {
	position:relative;
}
ul.menu ul {
	position:absolute;
	top:0;
	left:200px;
	background:#d1d1d1;
	display:none;
	opacity:0;
	list-style:none;
	width:200px;
	border-left: 3px solid #181f55;
}
ul.menu ul li {
	position:relative;
	width:200px;
	margin:0
}
ul.menu ul li a {
	display:block;
	background-color:#cec99f;
	border-bottom: 1px solid #181f55;
}
ul.menu ul li a:hover {
	background-color:#f1efe0
}
ul.menu ul ul {
	left:200px;
	top:0;
}
ul.menu .menulink {
	background:url(images/arrows.gif) no-repeat 180px center;
}
ul.menu .menulink:hover {
	background:#f1efe0 url(images/arrows.gif) no-repeat 180px center;
}
ul.menu .menuhover {
	background: #f1efe0 url(images/arrows.gif) no-repeat 180px center
}
ul.menu .sub {
	background:#cec99f url(images/arrows.gif) no-repeat 180px center;
}
ul.menu .sub:hover {
	background:#f1efe0 url(images/arrows.gif) no-repeat 180px center;
}
/* PDF document links */
ul.menu a[href$='.pdf'] {
background:#cec99f url(images/acrobat.png) 5px center no-repeat;
display:inline-block;
line-height:11px;
}

/* NAV FLYOUT */
