

BODY {
	margin: 0px;
	padding: 0px;
}

DIV, A {
	margin: 0px;
	padding: 0px;
}
div {
	text-align: left;
}
div.topbar {
	text-align: left;
	background-color: #c1dfed;
	height: 60px;
	border-bottom: #b6ceda 1px solid;
	padding: 0px;
}
#logo {
	padding-top: 21px;
	padding-left: 74px;
}
div.navbar {
	border-top: #ffffff 1px solid;
	background-color: #edf3ff;
	height: 26px;
	border-bottom: #c0c5ce 1px solid;
}
div#main {
	border-left: #e8e8e8 1px solid;
	border-right: #e8e8e8 1px solid;
	padding: 15px;
	font-size: 14px;
}
h1#hometitle {
	font-size: 18px;	
}
div.bottom {
	background-color: #f0f0f0;
}
.navbar UL {
	border: none;
}

.navbar LI {
	padding-top: 3px;
	display: block;
	list-style: none;
	width: 100px;
	float: left;
}

.navbar A {
	color: #6060C0;
	font-size: 1.3em;
	text-decoration: none;
	display: block;
	width: 100px;
}
H3.pagetitle {
	font-size: 1.3em;

}