a:link {
	text-decoration: none;
	color: #44628B;
}
h2 a:link {
	text-decoration: none;
	color: #00853F;
}
a:visited, h2 a:visited {
	text-decoration: none;
	color:#666
}
	
a:hover, h2 a:hover {
	text-decoration: underline;
}

body  {
	background: #EEEEEE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/gradient_bkgd.jpg);
	background-repeat: repeat-x;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
h1 {
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	color: #00853F;
}
h2 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #00853F;
}
.textHeading {
	font-weight: bold;
	color: #00853F;
}
h3 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.3em;
	color: #1C4830;
}

/*#mainContent img {
	border: 1px solid #666;
}*/
#footer p {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #BBD3C5;
}
#MenuBar1 ul {
	font-style: italic;
	color: #00853F
	
}
.borderlessimg {
	border-style:none;
}
.headerlogo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 25px;
	margin-top: 20px;
}
.borderimg {
	border: 1px solid #666;
}
.news {
	padding: 10px;
	background-image: url(images/grey_street_news_r2_c2.jpg);
}
