/*---------------------------------
Author: brian hasenkamp

Version: 2.20.07

Asenka Creative Services

http://www.asenka.com
---------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}

a, a:visited {
color: #00467F;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

h1{
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
color: #00467F;
text-transform:uppercase;
margin-bottom:0;
font-weight:bold;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color: #00467F;
margin-bottom:0;
font-weight:bold;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color: #00467F;
margin-bottom:0;
font-weight:bold;
}

h4 {
background-color:#000000;
padding:4px 0;
width:155px;
color:#FFF;
text-align:center;
font-size:11px;
margin-bottom:4px;
font-weight:bold;
text-transform:uppercase;
}

p {
	font-size:11px;
	line-height:1.3em;
}
#leftColumn p {
	margin:0 0 3px 0;
}
#leftColumn h1 {
	padding:7px 0;
	font-size:14px;
	color:#000;
	border-bottom:2px solid #00467F;
	margin-bottom:7px;
}
#center p {
	margin:0 0 8px 0;
}
.columns p {
	padding-bottom:0px;
}
input {
	margin:2px 0;
	font-size:11px;
}
form {
	font-size:11px;
	margin:0;
}
.inlineText {
	margin-left:25px;
	font-size:11px;
	display:inline;
	vertical-align:middle;
}
.hilite {
	font-weight:bold;
	color:#00467F;
	font-size:1.1em;
}

#upperNav {
	color: #00467F;
	font-size:0.8em;
}
#copyright p {
	margin:5px 0 0 0; /* forced vertical centering */
	font-size:10px;
	color:#000;
}
#copyright a {
	font-size:10px;
	color:#000;
	text-decoration:none;
}
#copyright a:visited {
	color:#000;
}
#copyright a:hover {
	text-decoration:underline;
}
#center ul, #center li {
	list-style:disc;
}
/* vertical menu styles */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
width:145px; /* extra 10px smaller to leave room for scroll bar */
}
#menu dt {
cursor:pointer;
margin:3px 0;
/*min-height:20px; */
line-height:15px;
text-align:left;
font-weight:bold;
border:0px solid gray;
/* background: #fff; */
}
#menu dd {
border: 0px solid gray;
}
#menu li {
text-align:left;
margin-left:5px;
margin-bottom:2px;
/* background: #fff; */
}
#menu li.third {
text-align:left;
margin-left:15px;
margin-bottom:2px;
}
#menu li a, #menu dt a {
color:#000;
text-decoration:none;
display:block;
border:0 none;
/* height:100%; */
}

#menu li a:hover, #menu dt a:hover {
background: #eee;
}

.mentions {
position:absolute;
top :300px;
left :10px;
color:#000;
background-color:#ddd;
}