@charset "utf-8";
/* CSS Document */

body
{
	font-family:arial;
	font-size:14px;
}

.mainTable
{
	width:900px;
	background-color:#E4E1DA;
}

.topBar
{
	height:18px;
	width:100%;
}

.topBarRight
{
	width:600px;
}
.topBarRight
{
	width:300px;
	background-color:#66CC33;
}
.header
{
	height:80px;
	width:100%;
	padding:8px;
	font-size:20px;
}

.navBar
{
	height:63px;
	background:url(images/navBarBack.gif);
}

.navTable .homeCell
{
	background:url(images/linkBack1.gif);
}

.navTable td
{
	width:139px;
	height:inherit;
	background:url(images/linkBack.gif);
	height:63px;
	color:#FFFFFF;
	font-size:13px;
	text-align:center;
}


.navTable a
{
	color:#ffffff;
	text-decoration:none;
}

.photoBar
{
	background-color:#252525;
	height:300px;
	width:100%;
	color:#999999;
}

.photoBar .photoBarLeft
{
	width:567px;
	padding-left:30px;
}

.photoBar .photoBarRight
{
	width:303px;
	padding-left:0px;
	padding-top:30px;
	padding-right:30px;
}

.mainContentTable
{
	width:100%;
}

.mainContentTable .contentCell
{
	width:557px;
}

.mainContentTable .eventCell
{
	width:313px;
	background-color:#D4D1CC;
	padding:5px;
}

.title
{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}

.bottomPhotoBar
{
	background-color:#252525;
	height:100px;
	width:100%;
	color:#999999;
	padding:20px;
	font-size:12px;
}
.bottomPhotoBar a
{
	color:#66CC33;
	text-decoration:none;
	font-size:14px;
}

.footer
{
	height:33px;
	background-color:#44859E;
	color:#FFFFFF;
	padding:14px;
	margin-top:5px;
}