.banner {
	background-color: #FFFFFF;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;

}
.box {
	border: 1px solid #000000;
}
.menu {
	background-color: #737CA1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

	.button {
		color: #fff;
		float: left;
            display: block;
		text-decoration: none;
		text-align: center;
		font-size: 11px;
		padding-top: 3px;
		padding-bottom: 3px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
		border-left: 1px solid #fff;
		background-color: #737CA1;
		width: 81px;
		font-weight: normal;
		}
	.button:hover {
		color: #fff;
		float: left;
            display: block;
		text-decoration: none;
		text-align: center;
		font-size: 11px;
		font-weight: normal;
		padding-top: 3px;
		padding-bottom: 3px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
		border-left: 1px solid #fff;
		background-color: #030;
		width: 81px;
		}
	.visited {
		color: #fff;
		float: left;
            display: block;
		text-decoration: none;
		text-align: center;
		font-size: 11px;
		padding-top: 3px;
		padding-bottom: 3px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
		border-left: 1px solid #fff;
		background-color: #030;
		width: 81px;
		font-weight: normal;
		}


.subnav {
	background-color: #737CA1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 11px;
	color: #FFFFFF;
	padding: 3px;
}
	.subnav a {
		font-weight: normal;
		color: #fff;}

.footer {
	background-color: #737CA1;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px;
}

.content {
	color: #333;
	padding: 5px;
	background-color: #fff;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 20px;
	padding-left: 20px;
	font-style: italic;
	}
p ,ul {
	font-size: 12px;
	padding-left: 50px;
	padding-right: 20px;
	line-height: 150%;
}

a {
	color: #003;
	font-weight: bold;
	}
	
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;

}
