/* ::::: null ::::: */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: rgb(0, 0, 0);
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background-color: #445f90;
	text-align: center;
	padding: 8px;
	color: #FFF;
}

#navcontainer{
width: 190px; /*width of menu*/
}
 
#navcontainer .headerbar{
font: bold 13px Verdana;
color: white;
background: #333 
}
 
#navcontainer ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
 
#navcontainer ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
 
#navcontainer ul li a{
	color: #555;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #E2E2E2;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
 
#navcontainer ul li a:visited{
color: #333;
}
 

#navcontainer ul li a:hover{ /*hover state CSS*/
	color: white;
	background: #445f90;
}
#menu {
	background: #9e1b33;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	display: inline;
	font: 97.5%  Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #9e1b33;
	color: #eee;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
}
#menu a:hover {
	background: #2580a2;
	color: #fff;
}
#mainContent {
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 0pt;
	margin-left: 10px;
	padding-right: 1em;
	padding-top: 1em;
	vertical-align: top;
}td {
	border: 1px solid #CCC;
}
h1, h2, h3, h4, h5 { margin: 0.4em 40px; color: #445f90; font-family: Century Gothic,Arial,Helvetica,sans-serif; }
h1 {
	font-size: 148%;
}
h2 {
	font-size: 128%;
}
h3 { font-size: 118%; }
h4 { font-size: 104%; }
h5 { font-size: 100%; }
p, ul, ol  {
	line-height: 1.4em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
}
a:link, a:visited, a:hover { color: #445f90; text-decoration: none; }
a:hover { text-decoration: underline; }

#logo ul{
list-style-type: none;
	padding-top:10px
margin-left:0;
padding-left:8px;
}
#logo li {
padding-bottom: 2px;
padding-top: 0;
}
