body {
	margin: 0px;
	background-color: #ffffff;
}
div, td, input, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4d6d9b;
}
a {
	color: #6699cc;
	text-decoration: none;
}
a:hover {
	color: #334c71;
	text-decoration: none;
}
#nav {
	background: url(/images/nav-bg.png);
	/*width: 100%;*/
	height: 25px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 500;
}
#content {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	z-index: 2;
}
#background {
	background-color: #e2e7ec;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.navsub {
	display: none;
	position: absolute;
	background: url(/images/nav-bg.png);
	padding-bottom: 5px;
	z-index: 1000;
}
.navitem {
	width: 100%;
}
.nav {
	font-size: 11px;
	color: #334c71;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding: 3px 10px;
}
a.nav:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding: 3px 10px;
}
.searchfield {
	font-size: 11px;
	color: #eeeeee;
	border: 1px solid #6a8aab;
	background-color: #6a8aab;
	width: 75px;
	height: 17px;
}
.field {
	color: #eeeeee;
	border: 1px solid #84add6;
	background-color: #84add6;
	width: 250px;
}

.blogtitle {
	font-size: 20px;
	color: #4d6d9b;
	text-transform: uppercase;
	line-height: normal;
}
.blogdate {
	font-size: 13px;
	color: #6699cc;
	text-transform: uppercase;
}
.blogcontent {
	color: #666666;
	line-height: 21px;
	width: 95%;
	margin: 0 auto;
	text-align: left;
}
.blogbutton {
	font-size: 12px;
	color: #4d6d9b;
	text-transform: uppercase;
}
