#header {
	height: 120px;
	width: 100%;
	background-color: #000;
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-decoration: overline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/HeaderCAV.jpg);
}
#footer {
	background-color: #000;
	text-align: center;
	clear: both;
	height: 50px;
	width: 100%;
	color: #FFF;
	padding: 20px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-attachment: scroll;
}
#menu {
	background-color: #000;
	height: 32px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
#middle {
	width: 100%;
	color: #CCC;
	background-color: #000;
}
#submenu {
	float: left;
	width: 20%;
	color: #CCC;
	background-color: #000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	clear: none;
}
#content {
	float: left;
	width: 60%;
	color: #F00;
	background-color: #000;
	text-align: center;
}
h1 {
	font-size: 18px;
	color: #F00;
}
#submenudir {
	width: 20%;
	float: right;
}

h2 {
	font-size: 15px;
	color: #D6130A;
}
.sub-bg {
	background-color: #369;
	background-repeat: repeat-y;
	padding: 10px;
	color: #FFF;
}
#middle #content div h3 strong {
	color: #FFF;
}
p {
	color: #FFF;
}
#middle #content div ul {
	color: #FFF;
}
#middle #content div ol li {
	color: #FFF;
}
#middle #content div h1 strong {
	color: #F00;
}
#middle #content div table {
	color: #FFF;
}
