body{
	font-family:sans-serif;
	padding:0;
	margin:0;
	background-color:#cfded9;
	text-align: center;
	min-width: 500px;
}
.floatfix{
	clear:both;
}
#main{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	background-color:white;
}
#header{
	width:900px;
	height:101px;
	background-color:#005236;
}
#logo{
	width:234px;
	height:101px;
	float:left;
}
#slogan{
	width:666px;
	height:54px;
	float:left;
	line-height:54px;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:13px;
	background-color:#b9ca1a;
}
#icons{
	height:30px;
	width:666px;
	float:left;
	background-color:#b9ca1a;
}
#icons .icon{
	float:left;
	width:111px;
	height:30px;
}
#icons .icon img{
	display:none;
}
/* Navbar */
#nav{
	float:left;
	width:666px;
	height:17px;
	text-align:center;
	font-family:sans-serif;
}
#nav ul{
	display:inline;
	list-style: none;
	padding:0;
	margin:0;
}
#nav ul li{
	display: inline;
	float:left;
	padding:0;
	margin:0;
}
#nav ul li a{
	width: 111px;
	text-decoration:none;
	line-height:17px;
	font-size: 13px;
	color: white;
	display:block;
}
#nav ul li a:hover{
	background-color:white;
	color:black;
}
#nav ul li a#current{
	background-color:white;
	color:black;
}
/* Content */
#content{
	text-align:left;
	padding-left:34px;
	padding-top:30px;
}
.linklist{
	font-size:1em;
	list-style:disc;
}
.linklist li{
	margin-bottom:5px;
}
.linklist a{
	text-decoration:none;
}
.linklist a:hover{
	text-decoration:underline;
}
/* Colors */
.green{
	color:#005236;
}
.blue{
	color:#0099ff;
}
.orange{
	color:#ff9900;
}
h1{
	font-size:28px;
	margin:0;
	line-height:40px;
}
