* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	font-family: Arial;
	background-color: #fff;
}


ul {
	padding-left: 20px;
}

p {
	margin-top: 0.5em;
}

td {
	vertical-align: top;
}

.clearer {
	clear: both;
}





#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 150px;
	width: 100%;
	background-image: url(images/header.jpg);
}

#blurb {
	background-image: url(images/gradient.jpg);
}

#blurb p {
	padding: 5px;
	text-align: center;
}

#left {
	height: 419px;
	width: 81px;
	background-image: url(images/left.jpg);
	float: left;
}

#right {
	height: 419px;
	width: 81px;
	background-image: url(images/right.jpg);
	float: right;
}


#menu {
	width: 638px;
	background-color: #2E3192;
	height: 25px;
	text-align: center;
	float: left;
}

#menu a {
	color: #2E3192;
	text-decoration: none;
	display: block;
	background-image: url(images/bluestripe.jpg);
	line-height: 25px;
	padding: 0px 10px 0px 10px;
}

#menu ul {
	list-style: none;
	margin: 0 auto;
	width: 60%;
}

#menu li {
	display: block;
	float: left;
}



#sidebar {
	width: 176px;
	float: left;
}

#sidebar img {
	width: 176px;
}

#contentBody {
	width: 400px;
	float: left;
	margin-left: 20px;
	text-align: justify;
}



#footerTop {
	height: 15px;
	width: 100%;
	background-image: url(images/gradient.jpg);
	float: left;
}

#footer {
	height: 40px;
	width: 100%;
	background-color: #007ab3;
	float: left;
}

#footer p {
	color: #fff;
	font-size: 8pt;
	text-align: center;
	line-height: 30px;
}

#footer a {
	color: #fff;
}





