body {
	background: #bbb;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	font-family: #fff;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 150px;
}
#header table {
	background: url(images/CEHeader.jpg) no-repeat;
	height: 150px;
	width: 770px;
}

#mainContent {
	background: #FFF;
	margin: 0px;
	padding: 0px 15px;
	height: 300px;
	width: 470px;
	float: right;
}
#sidebar {
	margin: 0px;
	padding: 0px 15px;
	width: 240px;
	float: left;
	height: 300px;
	background: #FFF;
}

#footer {
	background: #033769;
	margin: 0px;
	padding: 0px;
	height: 75px;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
}
#menutop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #033769;
	text-decoration: none;
	height: 20px;
}
#menutop tr td ul {
	list-style: none;
}
#menutop tr td ul li {
	display: inline;
}
#menutop tr td ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033769;
	text-decoration: none;
	padding: 7px 10px 10px 7px;
	float: right;
}
#menutop tr td ul li a:hover {
	color: #603;
}
#menutop tr td ul li a:visited {
	color: #096;
}
#menutop tr td ul li a:active {
	color: #FFF;
	background: #033769;
}
#wrapper #sidebar #caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
#wrapper #mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7 em;
}
#wrapper #mainContent p a {
	color: #339;
	text-decoration: none;
	font-weight: bold;
}
#sidebar p small a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

