#wrapper {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	margin: 0px;
	padding: 0px 0px 3px;
	background: #FFFFFF;
}
#topNav {
	background: #31388e;
}
#topNav ul {
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
}
#topNav li {
	display: inline;
	font-weight: bold;
	color: #FFFFFF;
}
#topNav a {
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
#topNav a:hover {
	text-decoration: underline;
}
#contentLeft {
	float: left;
	width: 470px;
	font-weight: bold;
}
#article {
	padding: 8px;
}
#article h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
}
#article p {
	margin: 0px;
	padding-bottom: 10px;
}
#article h3 {
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}


#article .backIssue {
	font-size: .9em;
	margin: 0px;
	padding-bottom: 30px;
	padding-top: 5px;
}


#contentRight {
	width: 180px;
	float: left;
	text-align: center;
	background: #f0f0dd;
}
.rightArticle {
	padding: 8px;
}
#contentRight img {
	padding-top: 10px;
	padding-bottom: 10px;
}

#contentRight p {
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0px;
	padding-bottom: 5px;
}
#contentRight h2 {
	font-size: 1.2em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#contentRight ul {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#contentRight li {
	list-style: none;
	font: bold 0.8em Arial, Helvetica, sans-serif;
}
#footer {
	clear: both;
	width: 100%;
	background: #31388e;
	margin: 0px;
	padding: 0px;
}
#footer ul {
	margin: 0px;
	padding: 10px 15px 12px 0px;
	text-align: right;
}
#footer li {
	color: #FFFFFF;
	display: inline;
	font-weight: bold;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerInfo img {
	margin-right: 25px;
	margin-left: 60px;
	padding-top: 15px;
	padding-bottom: 25px;
	float: left;
}

#footerInfo ul {
	text-align: left;
	display: block;
	margin: 0px;
	padding-bottom: 15px;
}

#footerInfo li {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}
#footerInfo p {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-bottom: 10px;
}

