/* This style defines the main areas and general elements. */

body {
	background-color: #538080;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.wrapper {
	background-color: #FFFFFF;
	width: 769px;
	border: thin solid #000000;
}
.logobkg {
	border-bottom:1px solid #000000;
	background-color: #00abb8;
	}

/* This style defines the navigation elements. */

.navbar {
	background-color: #00ABB8;
	position: relative;
	border-right-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 135px;
}
