@charset "UTF-8";

h1{
	color:#003399;
	font-size:20px;
	font-weight:bold;
   	padding-top: 0px;
    	padding-bottom: 0px;
}

h2{
    padding-top: 4px;
    padding-bottom: 0px;
    line-height: 1.25em;
    margin: 0px;
    font-size:20px;
    color:#003399;
}

h3{
    padding-top: 4px;
    padding-bottom: 0px;
    margin: 0px;
}

h4{
    padding-top: 2px;
    padding-bottom: 5px;
    margin: 0px;
}

h5{
	color:#003399;
	font-size:24px;
}

body{
	background:url(images/background.png);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

#wrapper{
	width:1000px;
	margin:0 auto;
}

#topmast{
	width:1000px;
	height:126px;
	padding-top:0px;	/* originally 10 */
	padding-left:0px;	/* originally 27 */
}

.crumb {
    padding-top: 4px;
    padding-bottom: 8px;
    font-size:14px;
    color:#003399;
}

#just { 
text-align: justify; 
	margin-top:0px;
	margin-bottom:0px;
}

#bull a {
color: #000000;
text-decoration: none;
}

#bull a:hover {
color: #3399cc;
}

#page {
	float:left;
	clear:none;
	width:1000px;
	margin-top:5px;
	font-family:arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

#footer-background {
	background: #003399;
	margin-top:0px;
}

#footer {
	width:1000px;
	height:138px;
	margin:0 auto;
	padding-top:10px;
	font-size:12px;
	color:#FFFFFF;
}

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 250px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
}

.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 7px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #003399; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #3399cc;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}
 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
