body {
	background-color: #dfe3e6;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87%;
}

h1 {
	font-size: 150%;
	color: #28459d;
	font-weight: bold;
}

#pageWrapper {
	width: 816px;
	margin: 0 auto;
	background: url(../img/contentBg.gif) top repeat-y;
}

#header {
	height: 120px;
	background: url(../img/topBg.gif) top no-repeat;
}

#logo {
	float: left;
	width: 220px;
	height: 120px;
}

#logo a {
	width: 162px;
	height: 80px;
	display: block;
	text-decoration: none;
	margin: 25px 0px 0px 45px;
}
a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover, a:active {
	color: #28459d;
	text-decoration: none;
}

#menu {
	float: left;
	width: 596px;
	font-weight: bold;
	font-size: 14px;
}

#menu ul {
	float: right;
	display: inline;
	list-style-type: none;
	list-style: outside;
	padding: 0px;
	margin: 85px 20px 0px 0px;
}

#menu li {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#menu ul li a {
	text-decoration: none;
	color: #000000;
}

#menu ul li a:hover, #menu ul li a:active {
	text-decoration: none;
	color: #28459d;
}

#content {
	clear: both;
	margin-top: 30px;
	height: 600px;
}

#image {
	height: 600px;
	float: left;
	width: 270px;
	margin-left: 5px;
	margin-bottom: 0px;
}

#image ul {
	list-style-type: none;
	list-style: outside;
	padding: 0px;
	margin: 0px;
}

#image li {
	list-style-type: none;
	margin-left: 48px;
}

#image ul li a {
	text-decoration: none;
	color: #000000;
}

#image ul li a:hover, .active{
	text-decoration: none;
	color: #28459d;
}

#contentColumn {
	float: left;
	width: 521px;
	margin-bottom: 2em;
}

#contentColumn p {
	width: 496px;
	text-align: justify;
	margin-right: 20px;
}

#footer {
	clear: both;
	height: 35px;
	background-image: url(../img/footerBg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.copyright {
	text-align: center;
	clear: both;
	color: #999999;
	font-size: small;
	padding: 5px;
}


.active {
	color: #28459d;
}

#moto {
	font-size: 24px;
	color: #28459d;
}.nobullets {
	list-style-type: none;
	list-style-position: inside;
}
