@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #CCC;
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#masthead {
	height: 82px;
	background-image: url(../images/mast-strap.gif);
	background-color: #9cc;
}
#masthead img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-left: 10px;
}
#menubar {
	background-color: #666;
	color: #FFF;
	font-size: 80%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#menubar a {
	color: #FFC;
	text-decoration: none;
}
#menubar a:hover {
	color: #B7F3F3;
}
#maincontent {
	background-color: #FFF;
}
#maincontent #breadcrumbs {
	font-size: 80%;
	color: #666;
	margin-right: 20px;
	margin-left: 20px;
}
#breadcrumbs a {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #06F;
	font-weight: bold;
	text-decoration: underline;
}
#bookmark {
	float: right;
	width: 200px;
	text-align: right;
}
#footer {
	font-size: 80%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #9CC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
