body {
	background: #E5E5E5;
	margin: 0px;
	padding: 0px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: left center;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	padding-left: 10px;
	text-transform: uppercase;
	color: #14487C;
	text-decoration: none;
	background: url(images/button-bg.gif) no-repeat left center;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	display: block;
	width: 100%;
}
#nav ul li a:hover {
	background: url(images/button-bg2.gif) no-repeat left center;
	color: #14487C;
	text-decoration: none;
}
.box-top {
	background: url(images/box2.gif) repeat-x;
	padding-left: 20px;
}
.box-left {
	background: url(images/box4.gif) repeat-y;
	text-align: left;
	vertical-align: top;
}
.box-bottom {
	background: url(images/box7.gif) repeat-x;
}
.box-right {
	background: url(images/box5.gif) repeat-y;
}
td, div {
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content {
	margin-right: 140px;
	padding-left: 30px;
}
.searchbox {
	float: right;
	width: 120px;
}
.blacktext {
	color: #000000;
}
a {
	color: #14487C;
	text-decoration: underline;
}
a:hover {
	color: #14487C;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #14487C;
	margin: 0px;
	padding: 5px 0px 10px;
}
h1 {
	font-size: 19px;
	font-weight: normal;
	background: url(images/layout_17.gif) no-repeat 0px center;
	margin: 5px 0px 10px -15px;
	padding: 0px 0px 0px 15px;
	color: #14487C;
}
.searchbox form {
	text-align:left;
	padding: 0;
	margin: 0;
}

input, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #14487C;
	background: #E5E5E5;
	border: 1px solid #14487C;
	margin-top: 2px;
	margin-bottom: 2px;
}
.footer {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	padding: 10px;
}
