body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	width:700px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left:auto;
	margin-right:auto;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

h5 {
	padding-left: 10px;
	color: #333333;
}

#navAid {
	background:  url(images/titlegrad.jpg) #4682B4;
	width: 700px;
	position:fixed;
	font-size: x-small;
	z-index: 2;
}

#navAid ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	display: inline;
	list-style-type: none;
	marker-offset: 0;
	text-indent: 0px;
}

#navAid ul li {
	display: inline;
}

#navAid a {
	text-decoration: none;
}

#container {
	background: #FFFFFF;
	margin-top: 20px;
	position: absolute;
}

#menu {
	background: #4682B4;
	width: 150px;
	height: 100px;
	float: left;
}



#image {
	background: url(images/header.jpg) #4682B4;
	width: 550px;
	height: 100px;
	float: left;
}

#image p {
	color: #FF9900;
	font-size: 36px;
	margin-top: 5px;
	margin-left: 10px;
}

header {
	width: 700px;
}

#content {
	width: 100%;
	background: #FFFFFF;
}

#leftContent {
	width: 500px;
	float: left;
	background: #FFFFFF;
}

#rightContent {
	width: 200px;
	float: left;
	background: #FFFFFF;
}

div.infoBox {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 170px;
	border: 1px solid gray;
}

div.infoBoxContent {
	background: #FFFFFF;
	margin: 3px;
}

div.infoBoxHeader {
	font-weight: bold;
	border-left: 5px solid gray;
	border-bottom: 1px solid gray;
	height: 25px;
	background-color: #FF9900;
	margin-top: 0px;
}


div.infoBoxHeader p {
	margin-top: 0px;
	padding-top: 3px;
	margin-left: 5px;
	font-size: 12px;
}

div.infoBoxContent {
	margin-top: 0px;
	margin-left: 5px;
	font-size: 10px;
	padding-bottom: 3px;
}

div.infoBoxContent a:hover {
	color: #999999;
}

#footer {
	height: 25px;
	background: #4682B4;
	width: 700px;
	clear: both;
	text-align: center;
	font-size: 10px;
}

#footer p {
	padding-top: 5px;
}

#footer a:hover {
	color: #999999;
}

#navMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

#navMenu li a {
	background-color: #4682B4;
	height: 16px;
	display: block;
	text-decoration: none;
	text-align: center;
	float: none;
	font-size: 10px;
	color: #000000;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 1px solid #B0C4DE;
}

#navMenu li a:hover {
	background-color: #708090;
	color: #FFFFFF;
}


#contentBox {
	width: 470px;
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contentBoxHeader {
	font-weight: bold;
	border-left: 5px solid gray;
	border-bottom: 1px solid gray;
	height: 25px;
	background-color: #CCCCCC;
}

div.CBC_ITEM:hover div.hide {
	display: inline;
}

div.hide {
	display: none;
}


#contentBoxHeader p {
	margin-left: 5px;
	margin-top: 0;
	padding-top: 2px;
}

#contentBoxContent {
	font-size: 14px;
}

#contentBoxContent p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#contentBoxContent h1 {
	font-size: 14px;
	font-weight: bold;
	border-left: 5px solid gray;
	border-bottom: 1px solid gray;
	height: 20px;
}

#contentBoxContent h3 {
	font-weight: lighter;
	font-size: 14px;
	border-left: 5px solid gray;
	border-bottom: 1px solid gray;
	height: 20px;
}

#contentBoxContent a:hover {
	color: #999999;
}