/* TOP NAV */

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border-right: 1px solid white;
background-color: #164360;
}

.headerlinks a{
font-family: arial narrow;
font-weight: bold;
font-size: 11px;
color: #FFFFFF;
letter-spacing: 0.03cm;
display: block;
width: 132px;
padding-top:2px; padding-bottom:2px; 
}

.headerlinks a:hover{
background-color: #666666;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 19px;
left: 0;
background-color: #cccccc;
/* border: 1px solid black; */
z-index: 100;
}

.submenus li{
width: 100%;
}

.submenus li a{
font-family: arial narrow;
font-size: 10px;
color: #3E4954;
text-transform: uppercase;
letter-spacing: 0.015cm;
padding-top: 2px;
padding-bottom: 2px;
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;

}

.submenus li a:hover{
background-color: #E6E6E6;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 0px;
}

/* LEFT NAV */

.leftnavbutton {
background-image: url('./images/leftnavband.gif'); background-repeat: repeat-y;
width: 226px;
height: 20px;
}

.leftnavbutton a{
width: 220px;
height: 20px;
padding-right: 6px;
text-decoration: none;
text-align: right;
font-family: arial narrow;
font-weight: bold;
font-size: 13px;
color: #FFFFFF;
display: block;
}

.coolmenu{
width: 226px;
}

.coolmenu a{
width: 218px;
padding: 2px;
padding-right: 6px;
display: block;
color: #3E4954;
text-align: right;
font-family: arial narrow;
font-size: 13px;
text-transform: uppercase;
text-decoration: none;
border-bottom: 1px solid #3E4954;
}

.coolmenu a:hover{
font-weight: bolder;
background-color: #E6E6E6;
/* color: white;
background-color: #102331; */
}

/* CONTENT */

body {
background-color: #EFEFEF;
}

div.content {
	margin-top:20px;
	margin-bottom:40px;
	margin-left:20px;
	margin-right:20px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #3E4954;
}

h2 {
	margin-top: 0px;
	margin-bottom: 6px;
	width: 350px;
	line-height: 20px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #3E4954;
}

h2.sitemap {
	margin-top: 10px;
	margin-bottom: 0px;
	width: 350px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #3E4954;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 20px;
	font-family: arial;
	font-size: 13px;
	color: #3E4954;
}

td.form {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	font-family: arial;
	font-size: 13px;
	color: #3E4954;
}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

.content li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	font-family: arial;
	font-size: 13px;
	color: #3E4954;
}

td.sidebarhd {
	background-color: #164360;
	padding-left: 5px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.sidebar {
	font-family: arial;
	font-size: 11px;
	color: #3E4954;
}

td.sidebar-lr {
	background-color: #E6E6E6;
	padding-left: 5px;
	border-left: 1px solid #3E4954;
	font-family: arial;
	font-size: 11px;
	color: #3E4954;
}

td.sidebar-rr {
	background-color: #E6E6E6;
	padding-left: 5px;
	border-right: 1px solid #3E4954;
	font-family: arial;
	font-size: 11px;
	color: #3E4954;
	width: 220px;
}

td.sidebar-lbr {
	background-color: #E6E6E6;
	padding-left: 5px;
	border-left: 1px solid #3E4954;
	border-bottom: 1px solid #3E4954;
	font-family: arial;
	font-size: 11px;
	color: #3E4954;
}

td.sidebar-rbr {
	background-color: #E6E6E6;
	padding-left: 5px;
	border-right: 1px solid #3E4954;
	border-bottom: 1px solid #3E4954;
	font-family: arial;
	font-size: 11px;
	color: #3E4954;
}

.copyright {
	margin-top: 0px;
	margin-bottom: 24px;
	font-family: arial;
	font-size: 10px;
	color: #3E4954;
}

.copyright a{
	color: #3E4954;
}

.copyright a:hover{
	color: black;
}

.floatleft {
	margin-right: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

.floatright {
	margin-left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}

.content a:link    {color: #5E6D8F; text-decoration: none; font-weight: bold}
.content a:visited {color: #5E6D8F; text-decoration: none; font-weight: bold}
.content a:active  {color: #5E6D8F; text-decoration: none; font-weight: bold}
.content a:hover   {color: #000000; text-decoration: underline; font-weight: bold}



a.sidebar:link    {color: #5E6D8F; text-decoration: none; font-weight: normal}
a.sidebar:visited {color: #5E6D8F; text-decoration: none; font-weight: normal}
a.sidebar:active  {color: #5E6D8F; text-decoration: none; font-weight: normal}
a.sidebar:hover   {color: #000000; text-decoration: underline; font-weight: normal}



