.leftMainBorder {
		width:900; 
		border:0;
		background-image: url(images/repBgLeft.gif); 
		background-position: right top;
		background-repeat: repeat - y;}
		
.rightMainBorder {
		width:900; 
		border:0;
		background-image: url(images/repBgRight.gif); 
		background-position: left top;
		background-repeat: repeat - y;}

.nav{
		margin-left:30px;
		margin-top:25px;
		

}
.navBt{
			float:left;
}

.navBt a{
		display:block;
		padding-top:10px;
		padding-bottom:10px;
		padding-right:2px;
		padding-left:2px;
		text-decoration:none;
		width:128px;
		/* height:31; */
		background:#0E5169;
		margin:1px;
		color:White;
		font-family:"Times New Roman", serif;
		font-size:14;
		font-weight:bold;
		line-height:1;
		text-align:center;
		overflow:visible;
		}

.navBt a:link{
		background:#0E5169;
		border:2px;
}		

.navBt a:hover{
		background:#093241;
		border:2px;
}

.navBt a:focus{
	background:#093241;
	border:2px;
}

.navBt a:active {
		background:#0E5169;
		border: 2px;
}

.selected{
	border-top-color:#F9B308;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#F9B308;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.contentArea {
		display:block;
		margin-left:152px;
		margin-right:20px;
		/* width:455px; */
		padding:30;
		overflow:visible;
		background:#E4F8FF;
		border-width:4px;
		border-color:#0E5169;
		border-style:solid;
		color:0E5169;
		font-family:"Times New Roman", serif;
		font-size:14;
		font-weight:normal;
		text-align:left;
}

.contentAreaEvents {
		display:block;
		margin-left:152px;
		margin-right:20px;
		/* width:455px; */
		height:600;
		padding:30;
		overflow:visible;
		background:#E4F8FF;
		border-width:4px;
		border-color:#0E5169;
		border-style:solid;
		color:0E5169;
		font-family:"Times New Roman", serif;
		font-size:14;
		font-weight:normal;
		text-align:left;
}

.inlineImageLeft{
	margin-left:0px;
	margin-right:30px;
	margin-top:20px;
	margin-bottom:10px;
	border-width:2px;
	border-color:#0E5169;
	border-style:solid;
	float:left;
	position:relative
}

.inlineImageRight{
	margin-left:30px;
	margin-right:0px;
	margin-top:20px;
	margin-bottom:20px;
	border-width:2px;
	border-color:#0E5169;
	border-style:solid;
	position:relative
}

.titleText{
		font-size:15;
		font-weight:bold;
}

.excerptCredit{
		font-style:italic;
		text-align:right;
}

.quotedText{
		font-style:italic;
		text-align:left;
		padding-left: 35pt;
		padding-right: 35pt;

}

.footer {
		color: #CCCCCC;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		text-align:center;
		line-height:2;
		height:60;
		padding-top: 40;
		padding-bottom: 20;
}

.footer a{
	color: #CCCCCC;
}

.footer a:hover{
	color: #CCCCCC;
}


.copyright{
		font-size: 10px;
}