.top {
	background-color: #069;
	width: 100%;
	height: 78px;
	background-color:#204270;
	text-align: center;
}
.content{
	width: 100%;
	height: auto;
}
.foot{
	width: 100%;
	height: 50px;
	background-color:#CCC;
}
.navbut {
	height: 100px;
	width: 100%;
}
a {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:10px;
}
li {
	background-color: #069;
	width: 100%;
	height: 20px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	list-style:none;
	border-bottom:#C8D2E1 1px solid;
	font-size:10px;
	padding: 0px;
	margin:0px;
}
ul {padding: 0px;
	margin:0px;}

h1 {font-family:Verdana, Geneva, sans-serif;
color: #069;
font-size:13px;}

p {font-family:Verdana, Geneva, sans-serif;
color:#333;
font-size:11px;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.homeboxes {
	background-image: url(templates/boxback.png);
	background-repeat: repeat-x;
	padding: 7px;
	height: auto;
	width: auto;
	border:#CCCCCC 2px solid;

}
