body {
	background-color:  #666666;
	color: #333333;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	margin: 5 auto;
}
a:link, a:visited, a:active {
	color: #007767;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
} 
a:hover {
	color: #007767;
	font-size: 11px;
	font-weight: none;
	text-decoration: underline;
}
#header {
	text-align: left;
	width: 898px;
	height: 150px;
	background-color: #144e56;
	background-image: url(header01.jpg);
	margin: 0 auto;
	border-top: 2px #FFFFFF solid;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	background-repeat: no-repeat;
}
#searchbar {
	margin: 119px 0px -12px 0px;
}
#container {
	margin: 0 auto;
	width: 898px;
	border: 2px #FFFFFF solid;
	background: #f2d889 url(leftbg.gif) repeat-y;
}
#left {
	text-align: left;
	width: 140px;
	padding-top: 20px;
	margin: 0 auto;
	float: left;
}
#arrow {
	text-align: left;
	font-size: 14px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 8px 9px;
	font-weight: normal;
	padding-bottom: 1px;
	padding-top: 1px;
}
#menu, #menu a, #menu a:visited ,#menu a:link,  #menu a:hover ,#menu a:active {
	color: #007767;
	font-size: 13px;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
	background-image: url(smallarrow.gif);
	background-repeat: no-repeat;
	background-position: 12px;
	padding-left: 35px;
}
#right {
	margin-left: 160px;
	margin-top: 0px;
	width: 730px;
}
#content {
	background-color: #fcfcfc;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0px 0px 10px;
}
#content h1 {
	font-size: 1.9em;
	color: #007767;
	margin: 0px;
	font-style: italic;
	padding-bottom: 10px;
	font-weight: bold;
}
#footer {
	clear: both;
	width: 898px;
	height: 20px;
	background-color: #f2d889;
}
#footerLeft {
	height: 20px;
	width: 198px;
	background: #e7e4e4 url(leftbg.gif) repeat-y;
	text-align: center;
	float: left;
}
#footerRight {
	font-size: 10px;
	font-weight: none;
	text-align: center;
	width: 898px;
	height: 20px;
	padding-top: 1px;
}
