@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
a, a:visited {
	text-decoration:none;
	color:blue;
}
a:hover {
	text-decoration:none;
	color:red;
}
a.active{
	font-weight:bold;
	color:red;
	text-decoration:underline;
}
div#header {
	width:930px;
	margin:0 auto;
}
div#header img {
	border:0;
}
div#bodyContainer {
	width:100%;
}
div#poweredBy {
	text-align:right;
}
div#contentContainer {
	width:930px;
	margin:0 auto;
}
div#footer {
	margin-top:30px;
	text-align:center;
}
.content {
	text-align:center;
}
.pageNav {
	text-align:center;
}
.pageNav a {
	font-size:25px;
	padding:0 10px;
}
div#contentTable {
	border:0;
}
div#contentTable td {
	width:33%;
}
div#contentTable img {
	border:0;
	width:200px;
	height:150px;
}
div#contentTable p a {
	font-size:14;
	font-weight:bold;
}
div#contentTable p {
	margin-bottom:20px;
	margin-top:3px;
}
table {
	margin-left:auto;
	margin-right:auto;
}
tr {
	vertical-align:top;
}
.adl {
	float:left;
}
.adr {
	float:right;
}