/* CSS Document */
body{
	text-align:center;
}

img {
	border: inset;
}

.img2 {
	border:none;
}

#container {
	width:750px;
	margin:0 auto;
	text-align:left;
}

.navBar {
	padding-top:5px;
	text-align:center;
	background-image:url(images/navBar.gif);
	background-repeat:no-repeat;
	height:30px;
	font-size:15px;
}

.header {
	width:750px;
	height:150px;
	background-image:url(images/banner.gif);
}

.footer {
	height:41px;
	padding-right:20px;
}

a:link, a:visited{
	color:#330033;
	text-decoration:underline;
}

a:hover{
	color:#6600CC;
	text-decoration:none;
}

.bodyText {
	background-image:url(images/bodyBackground.gif);
	background-repeat:no-repeat;
	text-align:justify;
	padding-top:10px;
	padding-left:15px;
	padding-right:24px;	
	min-height:400px;
	font-size:15px;
}

.body {
	background-image:url(images/bodyBackground.gif);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:15px;
	padding-right:24px;
}

.tableText {
	text-align:justify;
	min-height:400px;
	font-size:15px;
}

.bottomBody {
	background-image:url(images/bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:30px;
}

.galleryTables {
	width:233px;
	text-align:center;
}

.gobacktoNews {
	text-align:center;
}