body,p,td,li {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;	
	margin:0;
	padding:0;
}

body { 
	background: #123b65;
/*	
	background-attachment: fixed; 
	background-image: url(images/bg_snow.jpg);  
	background-position: right top;
	background-repeat:repeat;*/ }

body a {
	color:#33568e;
	text-decoration:underline;
	 font-weight:bold;
}
body a:hover {
	color:#455882;
	text-decoration:underline;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background:#ffffff;
}

p {
		margin:15px 0;
		padding:0;
		}

	h1, h1 a { font-size:26px; margin: 0; padding: 0; color:#244b8a; text-align:center; line-height:30px; font-weight:bold; }
	h2, h2 a { font-size:24px; margin: 0; padding: 0; color:#5c84b7; text-align:center; line-height:28px; font-weight:bold;}
	h3, h3 a { font-size:18px; margin: 0; padding: 5px 0; color:#244b8a; text-align:center; line-height:22px; font-weight:bold; font-style:italic;}
	h4, h4 a { font-size:16px; color:#5c84b7; font-style:italic; line-height:20px; font-weight:bold;}
	h5, h5 a { font-size:14px; color:#5c84b7; font-style:italic; padding:0 0 10px 0; margin:0 0 0 0; line-height:18px; font-weight:bold;}
	h6, h6 a { font-size:13px; color:#990000; font-style:italic; padding:0 0 10px 0; margin:0 0 0 0; line-height:17px; font-weight:bold;}
	.h7, .h7 a { font-size:16px; color:#990000; font-style:italic; padding:0 0 10px 0; margin:0 0 0 0; line-height:17px; font-weight:bold; text-decoration:underline;}
	.h8, .h8 a { font-size:14px; color:#fff; font-style:italic; padding:0 0 0 0; margin:0 0 0 0; line-height:17px; font-weight:bold; text-decoration:underline; text-align:center;}
	.h9, .h9 a { font-size:22px; color:#990000; font-style:italic; padding:0 0 10px 0; margin:0 0 0 0; line-height:17px; font-weight:bold; text-decoration:underline;}
	h7, h7 a { font-size:12px; color:#5c84b7; font-style:italic; padding:0 0 10px 0; margin:0 0 0 0; line-height:18px; font-weight:bold;}
ul {
	margin: 0;
	padding: 0 30px;
	}
	
li {
	margin: 0;
	padding: 0 0 10px 0;		
	}
		
.smalltext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:14px;	
	margin:0;
	padding:0;
	 font-weight:bold;
}
	
#header {
		height:82px;
		background: url(../images/header.jpg) no-repeat;
	}

	 
hr {color: #5c84b7;
	height: 1px;
	border:0px;
	margin:0;
	padding: 5px 0;
	width: 700px;;	
}
 
	
#topnav {
		background-color:#5c84b7;	
		margin:0;
	    padding:10px 0;	
		color:#fff;
		font-size:14px;
		font-weight:bold;		 	 
	}	
	#topnav a{
	text-decoration:underline;
	color:#fff;
	}
	
	#topnav a:hover{
	text-decoration:underline;
	color:#6fa0e0;
	}	
	
#footernav {
		background-color:#5c84b7;	
		margin: 0;
	    padding:10px 0;
		color:#fff;	 	 
	}	
	#footernav a{
	text-decoration:underline;
	color:#fff;
	}
	
	#footernav a:hover{
	text-decoration:underline;
	color:#6fa0e0;
	}	
	 
#footer {
		background-color:#00AEEF;
		margin: 0;
	    padding:20px 0;		 	 
	}
		
	#footer a{
	text-decoration:underline;
	color:#fff;
	}
	
	#footer a:hover{
	text-decoration:underline;
	color:#6fa0e0;
	}		
	
	 
	
/* Footer */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

 