html, body {
	padding: 0px;
	text-align: center;
	color: rgb(255, 255, 204);
	}

a {
	text-decoration: none;
	color: #777;
}

a:hover {
	text-decoration: underline;
	color: #999;
}

#CAGLogo {	
	height: 200px;
	width: 150px;
	background-image: url('../images/artsyLogo.gif');
	background-position: center center;
	background-repeat:  no-repeat;
	}
	
h1 {
	font-size: 18px;
	}
	
h1 span{
	display: none;
	}
h3 {
	text-decoration: underline;
	font-size: 16px;
	}
h4 {
	font-size: 16px;
	}
	
p {}
	
p.pageHeading {
	text-align: center;
	font-size: 16px;
	}
	
#layoutTable {
	padding: 4px;
	text-align: left;
	width: 780px;
	height: 521px;
	background-color: rgb(102, 0, 0);
	}
	
#logo {
	text-align: center;
	border: 0px solid ;
	width: 146px;
	height:278px;
	padding-bottom: 4px;
	}
	
#navPane {
	text-align: center;
	width: 146px;
	}
	
#mainContent {
	text-align: left;
	padding: 5px;
	}

.navButton {
	text-align: center;	
	}
.imagePadding {
	padding: 0px;
	padding-left: 4px;
	}
	
#bannerPane {
	text-align: center;
	padding: 3px;
	background-color: #DAE4E5;
	}
	
#banner {
	text-align: center;
	background-color: #DAE4E5;
	font-family: papyrus;
	color: #000;
	font-size: 22px;
	}

#bannerTitle {
	font-weight: bold;
	}
#bannerImage {
	height: 200px;
	}
#bannerInfo {
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
	}
	
#bannerInfoTitle {}
#bannerInfoFeature {
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
#bannerInfoLocale {
	padding-top: 0px;
	margin-top: 0px;
	}
#bannerInfoDate {}
	
#navbar {}
	
#welcome {
	color: #000;
	padding: 4px;
	}
	
#bottomCenter {
	height: 214px;	
	background-color: #DBE7DB;
	}
#bottomRight {
	height: 214px;
	background-color: #D0D5D9;
	}