@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #653366;
	padding: 0;
	text-align: center;
	color: #000000;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #653366;
}
.bodyText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000
		
}
.newsText{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}
.mapText{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#30F;
	text-align:center;
}
.twoColFixRtHdr #container {
	width: 969px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background-image: url(graphics/body.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
.twoColFixRtHdr #header {
	background-image: url(graphics/header_new.jpg);
	background-repeat: no-repeat;
	height: 211px;
	background-position: left top;
	width: auto;
	margin-left: 96px;
}
.twoColFixRtHdr #buttons {
	height: 20px;
	margin-left: 68px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 610px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	margin-right: 99px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 10px;
}
.twoColFixRtHdr #mainContent {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	width: 510px;
	margin-left: 96px;
	display: inherit;
	text-align: left;
}
.twoColFixRtHdr #mainTitle{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	width: 520px;
	margin-left: 0px;
	display: inherit;
	text-align: left;
}
.twoColFixRtHdr #mainContentHome {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	width: 550px;
	margin-left: 96px;
	display: block;
}
.twoColFixRtHdr #footer {
	background-image: url(graphics/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 114px;
	width: 780px;
	margin-left: 96px;
}
.twoColFixRtHdr #copyright {
	width: 400px;
	padding-top: 34px;
	padding-bottom: 10px;
	padding-left: 60px;
	height: 30px;
	padding-right: 20px;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { 
	float: right;
	margin-left: 8px;
	background-color: #CE98CC;
	height: 300px;
	width: 250px;
	padding: 20px;
	border: 1px solid #444;
}
.fltlft {
	float: left;
	background-color: #CE98CC;
	padding: 5px;
	border: 1px solid #444;
	margin-right: 8px;
	margin-top: 15px;
}
.photoLeft {
	background-color: #CE98CC;
	padding: 10px;
	border: 1px solid #444;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.photoRight { 
	float:right;
	background-color: #CE98CC;
	padding: 10px;
	border: 1px solid #444;
	margin: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.copyright{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:14px;
}
.createdBy{
	font-family:Verdana, Geneva, sans-serif;
	color:#EEE;
	font-size:14px;
	width: 780px;
	text-align: center;
	padding-top: 5px;
}
.atd {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-decoration:underline;
}
a.atd:link{color:#EEE;}
a.atd:visited{color:#EEE;}
a.atd:hover{color:#EEE; font-weight:bold; text-decoration:underline;}
a.atd:active{color:#EEE;}
.titleCenter {
	text-align: center;
	line-height: 150%;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#653366;
	font-weight: bold;
	line-height: 150%;
}
.fltrtNewImages {
	float: right;
	margin-left: 8px;
	background-color: #CE98CC;
	padding: 10px;
	border: 1px solid #444;
}
