body {
    background-color: rgb(255,255,255);
	color: rgb(0,0,0);
    font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
    padding: 0;
    }
h1, h2, h3, h4, h5, h6 {
    font-family: arial, helvetica, sans-serif;
    }
h1 {
	background-color: rgb(255,255,255);
    border-bottom: 1px solid rgb(255,204,0);
	color: rgb(0,51,102);
	font-size: 14pt;
    }
h2 {
    font-size: 13pt;
    }
h3 {
    color: rgb(0,79,142);
	font-size: 12pt;
	margin-left: 20px;
    }	
h4 {
    color: rgb(0,79,142);
	font-size: 11pt;
	margin: 0;
	padding: 0;
	text-align: left !important;
    }
h4 a {
    color: rgb(0,79,142);
	font-size: 11pt;
	margin: 0;
	padding: 0;
	text-align: left !important;
	text-decoration: none;
    }	
h5 {
    font-size: 10pt;
    }
h6 {
    font-size: 9pt;
    }
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	}
a:link, a:visited {
	background-color: rgb(255,255,255);
	color: rgb(0,0,255);
	}
a:hover {
	background-color: rgb(255,255,255);
	color: rgb(51,102,255);
	}
a:active {
	background-color: rgb(255,255,255);
	color: rgb(255,0,0);
	}
.cleaner {
	clear: both;
	font-size: 1px;
	visibility: hidden;
	}
.container p {
	line-height: 1.4em;
	padding: 0 20px 0 20px;
	}
.copyright {
	background-color: rgb(255,255,255);
	/*border-top: 1px solid rgb(102,102,102);*/
	color: rgb(153,153,153);
	font-size: 7.5pt;
	height: 40px;
	margin-top: 10px;
	padding: 5px 10px;
	}
.footer_menu {
	background-color: rgb(250,250,250);
	border-top: 1px solid rgb(240,240,240);
	border-bottom: 1px solid rgb(240,240,240);
	color: rgb(102,102,102);
	font-size: 9pt;
	/*height: 40px;*/
	margin-top: 50px;
	padding: 5px 10px;
	text-align: left;
	}
	
	
	
	
	
	
	
	
	
	
	
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 2px 0;
padding: 0 0 0 20px;
text-align: center;
width: 160px;
}

#nav-menu li a:link, #nav-menu li a:visited
{
background-color: rgb(255,255,255);
height: 2em;
line-height: 2em;
float: left;
width: 160px;
display: block;
border: 0.1em solid rgb(0,0,102);
color: rgb(0,0,102);
text-decoration: none;
text-align: center;
}


#nav-menu li a:hover, #nav-menu li a:active
{
background-color: rgb(239,206,0);
height: 2em;
line-height: 2em;
float: left;
width: 160px;
display: block;
border: 0.1em solid rgb(0,0,102);
color: rgb(0,0,102);
text-decoration: none;
text-align: center;
}


/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none;
font-weight: bold;
}
/* End IE5-Mac hack */

#nav-menu
{
width:auto;
}