body{
width: 820px;
background-color: #E9E9E9;
margin-top: 0px;
margin: 0 auto;
text-align: center;
font-family: Verdana, Tahoma, Arial, Sans-serif;
font-size: 12px;
line-height: 17px;
}

#PageWrapper{
	float: left;
	width: 820px;
	margin: 0 auto;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(pagebackground.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#PageWrapper2{
	float: left;
	width: 820px;
	margin: 0 auto;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(pagebackground2.gif);
	background-repeat: repeat-y;
	background-position: top center;
}


	#BannerSpace{
	float: left;
	width: 800px;
	margin-left: 10px;
	height: 133px;
	text-align: left;
	background-image: url(olshbanner.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	/* to fix IE 6... */
	display: inline;
	}

	#LeftMenuSpace{
	float: left;
	clear: both;
	width: 150px;
	margin-left: 10px;
	/* to fix IE 6... */
	display: inline;
	}
		.LeftMenuText{}
	
	#ContentSpace{
	width: 650px;
	float: left;
	clear: none;
	}
	
	#LeftDiv{
	width: 310px;
	float: left;
	margin-left: 10px;
	clear: none;
	display: inline;
	}
		.LeftColumn{
		width: 310px;
		float: left;
		clear: both;
		}
		
		.LowerLeftColumn{
		width: 310px;
		float: left;
		clear: both;
		background-color: #E6E6E6;
		margin-top: 10px;
		margin-bottom: 10px;
		}

	#ContentDiv{
	width: 620px;
	float: left;
	margin-left: 10px;
	clear: none;
	display: inline;
	}
		.MainColumn{
		width: 620px;
		float: left;
		clear: both;
		}	
	
	#RightDiv{
	width: 318px;
	float: right;
	margin-right: 0px;
	clear: none;
	}	
		.RightColumn{
		width: 285px;
		float: left;
		margin-left: 10px;
		clear: none;
		margin-bottom: 10px;
		}
	
	/* Announcements heading styles*/
			.RightColumn .SubHead{
			font-weight: bold;
			}
	
		.PaneDivider{
		width: 318px;
		height: 2px;
		line-height: 5px;
		margin: 0 0 0 0;
		float: left;
		border-top: 1px #FFFFFF solid;
		border-bottom: 1px #9E0039 solid;
		border-left: none;
		border-right: none;
		}
		
		.LowerRightColumn{
		width: 285px;
		float: left;
		margin-left: 10px;
		clear: none;
		margin-top: 10px;
		}
		
	
	#FooterSpace{
	float: left;
	width: 820px;
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 0;
	background-image: url(pagebackground-footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 10px;
	color:#AFAEAE;
	text-align: center;
	display: inline;
	}

	#FooterSpace2{
	float: left;
	width: 820px;
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 0;
	background-image: url(pagebackground-footer2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 10px;
	color:#AFAEAE;
	text-align: center;
	display: inline;
	}
	
	/*  Menu styles for site navigation - leave at bottom of css file for troubleshooting */
	
	
	.SEOMenu {
	float:left; 
	width:100%; 
	font-family: Verdana,Tahoma,Arial, sans-serif; 
	font-size:12px;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 10px;	
	}
	
	
	.SEOMenu ul {padding:0;margin:0;list-style-type:none;margin-left: 0px;}
	
	.SEOMenu ul li {float:left; position:relative;list-style-type:none;display:inline;}
	
	.SEOMenu ul{
	list-style-type: none;
	text-align: left;
	padding: 10px 0px 0px 0px;
	}
	
	.SEOMenu ul li{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Tahoma, Arial, San-serif;
	font-size: 13px;
	line-height: 18px;
	display: block;
	width: 135px;
	margin-left: 5px;
	height: 22px;
	margin-top: 0px;
float: left;
clear: both;
border-bottom: 1px #FFFFFF solid;
	}

	.SEOMenu ul li a{
float: left;
clear: both;
	display: block;
	color: #830F0F;
	text-decoration: none;
	height: 22px;
	width: 140px;
	padding-left: 3px;
	}
	
	.SEOMenu ul li a:visited{
	display: block;
	color: #830F0F;
	text-decoration: none;
    height: 22px;
	width: 140px;
	}
	
	.SEOMenu ul li a:hover{
	text-decoration: none;
	background-color: transparent;
	background-image: url(hovergrad.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	width: 140px;
	}

	.SEOMenu ul li ul{
	border: none;
	display: none;
	}
	
	.SEOMenu table {margin:-1px; border-collapse:collapse; font-size:11px}
	
	#CurrentLink{
	background-image: url(hovergrad.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	}

	
.CurrentItem{
/*margin-bottom: 10px;*/
}	

/* table styles for announcements - avoids size 16pt on click of rss or read more! */

td{
font-size: 12px;
line-height: 17px;
font-family: Verdana, Tahoma, Arial, Sans-serif;
}

a:link, a:visited{
color: #9F0038;
text-decoration: none;
}

a:hover{
color: #EC0657;
}

.cssTitle{
font-size: 14px;
font-weight: bold;
color: #146CE7;
}

.SubHead{
font-weight: bold;
}