@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#3d6354;
	color:white;
	font-family:Tahoma;
	font-size:14px;
}
a {
	color:#ABC3DD;
	text-decoration:none;
	font-weight:bold;
	}	

a:hover{
	color:#AD8D40;
	text-decoration:none;
	font-weight:bold;

	}	
.wrap {
	margin: 0px auto;
	height:auto;
	width:994px;
}
.top-nav {
	width:994px;
	height:58px;
	overflow:hidden;
}
.header {
	height:168px;
	width:994px;
	overflow:hidden;
}
.left-column {
	width:304px;
	float:left;
}

.right-column {
	width:677px;
	float:right;
}

.copyright {
	clear:both;
	height:50px;
	text-align:left;
	font-size: 12px;
	text-decoration: none;
}
.copyright a{
	color:#999966;
	text-decoration:none;
}
