body {
	background-color:  #84a6be;
	color: #000000;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
}
h1 {
	font-size: 20px;
}

a:link {
	color: #263948;
} 
a:visited, a:active {
	color: #000000;
}
a:hover {
	color: #ff0000;
} 
#header {
	text-align: left;
	width: 773px;
	height: 150px;
	background-color: #263948;
	background-image: url(header.jpg);
	margin: 0 auto;
	border-top: 4px #FFFFFF solid;
	border-left: 4px #FFFFFF solid;
	border-right: 4px #FFFFFF solid;
	background-repeat: no-repeat;
}
#searchbar {
	margin: 119px 0px -12px 0px;
}
#container {
	margin: 0 auto;
	width: 773px;
	border: 4px #FFFFFF solid;
	background: #ffffff url(leftbg.gif) repeat-y;
}
#left {
	text-align: left;
	width: 198px;
	padding-top: 20px;
	margin: 0 auto;
	float: left;
	background-image: url(leftbg2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
#arrow {
	text-align: left;
	font-size: 20px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 20px 8px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
}
#menu, #menu a, #menu a:visited ,#menu a:link,  #menu a:hover ,#menu a:active {
	font-size: 14px;
	text-decoration: none;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 10px 6px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#menurech {
	padding-left: 9px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 10px;
	font-family: Verdana, Arial;
}
#right {
	margin-left: 198px;
	margin-top: 30px;
	width: 570px;
}
#content {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
}
#footer {
	clear: both;
	width: 773px;
	height: 46px;
	background-color: #656565;
	color: #ffd84d;
	font-family: Verdana, Arial;
	font-size: 10px;
}
#footerLeft {
	height: 46px;
	width: 198px;
	background-color: #263948;
	text-align: center;
	float: left;
}
#footerRight {
	text-align: center;
	width: 550px;
	height: 30px;
	padding-top: 12px;
}