* {
	margin: 0;
	padding: 0;
}


a {
		text-decoration: none;
}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
   
}

img {border: none;}

h1{
	font-family: Arial Black, Arial sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

h2{
	
	color: #3333CC;
	font-size: 12px;
	font-weight:normal;
}

h3{
	
	color: #003F66;
}

#container {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	border: none;
	height: 864px;
    width: 1187px;
    margin: 0 auto;
	padding: 1px 0;
}
#insidebox {
	border: none;
	height: 664px;
    width: 987px;
	margin-left: 100px;
	margin-top: 100px;
}
#header {
        width: 987px;
        height: 153px;
		
}
#navigation {
        width: 987px;
		background-image: url(images/navbar_blank.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		background-position: center;
		text-align: center;
        height: 50px; 
}

#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font-size: 16px;
font-weight:bold;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 0px 30px 0px 30px;
text-decoration: none;
}

#navlist li a:link { color: #003F66; }
#navlist li a:visited { color: #003F66; }

#navlist li a:hover
{
color: #666666;
}
  
   
#main {
		height:275px;
        width: 987px;
		text-align: center;
        
       
}
#footer {
		height:164px;
        width: 987px;
}
.fl {
		float: left;
        width: 400px;
		text-align: right;
		line-height: 14px;
}
.fr {
		float: right;
        width: 404px;
		text-align: left;
		line-height: 14px;
}
.fc {
        width: 183px;
		height: 180px;
		text-align: center;
		float: left;
}
.hr {
		background-image: url(images/horizontal.gif);
		background-repeat: repeat-x;
		height: 1px;
		width: 150px;
		line-height: 1px;
		font-size: 1px;
}
#footer2 {
		position: absolute;
		top: 747px;
        width: 987px;
        color: #003F66;
		height: 14px;
		font-size:12px;
        
}
    
#footer2 a {
	color: #003F66; text-decoration:none;
	
}
#footer2 a:hover {color: #cccccc;}