body {
	height: 100%; 
	margin: 0;
    padding: 0;
	border: none;
    text-align: center;
	background-color: #e5e5e5;	
	font: Arial, Helvetica, sans-serif;
	top: 0px;

}

.maincontainer {
	width: 730px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/center-bgrnd_newsphotos.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;	
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}

.logo {
	margin-left: 5px;
	height: 50px;
}

.goto {
	float: right;
	width: 260px;
	height: 50px;
	font: Verdana, Arial;
	color: #666666;
	size: 13;
	font-size: 13px;
}

.goto a {
	color: #0066CC;
	text-decoration: underline;
	
}

.goto a:hover {
	color: #003366;
	text-decoration: underline;
	
}

hr {
	color: #999999;
	width: 690px;
	text-align:center;
	margin-left: 5px;
}

.content {
	font: Verdana, Arial;
	color: #666666;
	size: 13;
	font-size: 13px;
	width: 650px;
	padding: 20px;
	text-align: left;
}
.content li {
	list-style-image: url(../images/bullet.gif);
	
}

.content a {
	color: #0066CC;
	text-decoration: underline;
	
}

.content a:hover {
	color: #003366;
	text-decoration: underline;
	
}

.footer {
	width: 680px;
	margin-left: 5px;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../images/footer_bgrnd_newsphotos.gif);
	background-repeat: no-repeat;
	height: 26px;
	text-align: center;
	padding-top: 5px;
	color: #666666;
}
.footer a {
	color: #0066CC;
	text-decoration: underline;
	
}

.footer a:hover {
	color: #003366;
	text-decoration: underline;
	
}

.pagetitle {
	font: bold 18px/16px "Arial", "Helvetica", Verdana;
	color: #7C0029;
	text-decoration: none;
}
.pagesubtitle {
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
.centercolumn {
	width: 700px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/center-bgrnd_newsphotos.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}

