body {
	background-color:  #144E56;
	color: #000000;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
}
a:link, a:visited, a:active {
	color: #144E56;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
} 
a:hover {
	color: #d9c902;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#header {
	text-align: left;
	width: 923px;
	height: 150px;
	background-color: #144e56;
	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: 923px;
	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;
}
#arrow {
	text-align: left;
	font-size: 24px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 8px 9px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
}
#menu, #menu a, #menu a:visited ,#menu a:link,  #menu a:hover ,#menu a:active {
	color: #000000;
	font-size: 12px;
}
#menu ul {
	list-style-type: none;
                padding: 0px;
                margin: 0px;
}

#menu li {
	background-image: url(smallarrow.gif);
                vertical-align: top;
	background-repeat: no-repeat;
                background-position: 0 .5em;
	padding-left: 30px;
}
#right {
	margin-left: 198px;
	margin-top: 0px;
	width: 720px;
}
#content {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
}
#footer {
	clear: both;
	width: 923px;
	height: 46px;
	background-color: #656565;
}
#footerLeft {
	height: 46px;
	width: 198px;
	background-color: #2F363C;
	text-align: center;
	float: left;
}
#footerRight {
	text-align: center;
	width: 700px;
	height: 30px;
	padding-top: 12px;
}