body { 
	background-color: #e0e9ed; 
	font-family: Arial; 
}
h1 {
	color: rgb(153, 152, 137);
	font-size: x-large;
	font-weight: bold;
	font-family: Palatino, "Times New Roman", serif;
	text-transform:capitalize;
}
h2 {
	color: rgb(153, 152, 137);
	font-size: large;
	font-weight: bold;
	font-family: Palatino, "Times New Roman", serif;
}
p {
	color: rgb(70, 111, 130);
	font-size: small;
	line-height: 130%;
}
p a:link, p a:visited, p a:focus, p a:hover, p a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
	color: rgb(70, 111, 130);
}
ol {
	color: rgb(70, 111, 130);
	font-size: small;
}
ol a:link, ol a:visited, ol a:focus, ol a:hover, ol a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
	color: rgb(70, 111, 130);
}
ul {
	color: rgb(70, 111, 130);
	font-size: small;
}
li {
	color: rgb(70, 111, 130);
	font-size: small;
	display: list-item;
	list-style-type: decimal;
}
a:link { 
	color: white; 
	text-decoration:none;
}
a:visited { 
	color: white; 
	text-decoration:none; 
}
a:hover { 
	color: white; 
	text-decoration:none; 
}
a:active { 
	color: white; 
	text-decoration:none; 
}
#wrapper{
	margin: 0 auto;
	align: center;
	width: 100%;
	height: 100%;
}
#header {
	background-image: url(images/header.jpg); 
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align: center;
	width: 741px;
	height: 163px;
	background-color: #e0e9ed;	
}
#threecolumnwrapper {
	width: 741px;
/* change this as needed */	
	height: 520px;
	text-align: left;
	align: center;
	padding: 0;
}
#leftbar {
	background-image: url(images/sidebargrad.jpg);
	background-repat: repeat-x;
	width: 140px;
/* change this as needed */	
	height: 520px;
	float: left; 
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	line-height: 220%;
	font-size: small;
	color: white;

}
#main {
	background-color: white;
	width: 50%;
	float: left;
	width: 360px;
/* change this as needed */
	height: 520px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.maindates {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: rgb(70, 111, 130);
}
.newsitem {
	font-family: Arial;
	font-size: small;
	color: rgb(70, 111, 130);
}
#maintwocolumn {
	background-color: white;
	float: left;
	width: 530px;
	height: auto;
	margin-left: 10px;
	padding: 10px;
}
#lettercolumn {
	background-color: white;
	float: left;
	width: 700px;
	height:auto ;
	margin-left: 10px;
	padding: 10px;
	align: center;
}
#rightbar {
	background-color: rgb(190, 189, 176);
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	float: left;
	width: 140px;
/* change this as needed */
	height: 440px;
	padding-top: 90px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;

}
#footer {
	clear:both; 
	text-align: center;
	vertical-align: middle;
	width: 741px;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
}
#footermenu {
	clear:both;
	background-image: url(images/sidebargrad.jpg);
	background-repat: repeat-x;
	text-align: center;
	vertical-align: middle;
	width: 741px;
	height: 40px;
	margin-top: 750px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: small;
	color: white;
}
.props {
	color: #959595;
	font-size: small;
	width: 741px;
	height: 40px;
	text-align: center;
}
.props a:link, .props a:visited, .props a:focus, .props a:hover, .props a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
	color: #959595;
}