@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #666666;
}
#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #BEE0EA;
} 
#header {
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(images/titleArea.jpg);
	margin-bottom: 5px;
}
.navBar {
	text-align:center;
	font-size: 18px;
	font-family: Arial, Georgia, "Times New Roman";
	margin-bottom: 5px;
}
.navBar ul{
	display: inline;
}
.navBar ul li{
	list-style: none;
	display: inline;
	border: thin ridge #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(images/buttonbackgroundsmallslice.jpg);
	background-repeat: repeat;
}
#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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	;
	text-decoration: none;
	color: #000000;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #BEE0EA;
	height: 40px;
	padding-top: 5;
	padding-bottom: 5;
} 
#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 */
}
#footerLeft {
	float: left;
	width: 300px;
	padding-right: 0px;
	padding-left: 20px;
	text-align: left;
}
#footerMiddle {
	float: left;
	width: 300px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}
#footerRight {
	float: left;
	width: 300px;
	padding-right: 20px;
	padding-left: 0px;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.textMainLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border: thin solid #000000;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
}
.textMainLinksColoredBackground {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border: thin solid #000000;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/buttonbackgroundslice.jpg);
	background-repeat: repeat-x;
}
.textMainBody {
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 12pt;
	text-align: justify;
	margin: 10px;

}
.textMainBody2 {
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 12pt;
	text-align: left;
	margin: 10px;
	background-color: #FFFFFF;
	padding: 5px;

}
.textMainBody2-Blue {
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 12pt;
	text-align: left;
	margin: 10px;
	background-color: #FFFFFF;
	padding: 5px;
	color: #3366FF;

}
.textMainBody2Centered {
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 12pt;
	text-align: center;
	margin: 10px;
	background-color: #FFFFFF;
	padding: 5px;

}
.textMainBodyTables {
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 10pt;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 185px;
}
.bodTitles {
	font-size: 24px;
}

.table185px {
	width: 185px;
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}
.table160px {
	width: 160px;
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}
.table480px {
	width: 480px;
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}
.picturesMainBody {
	margin: 2px;
}
#picturesMainBody {
	margin: 2px;
}
.textPageLinks {
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 16pt;
	text-align: left;
	margin: 10px;

}
.textPageLinks li{
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 16pt;
	text-align: left;
	margin: 10px;

}
.textMainTitle {
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.textGoBack {
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
.textMainTitleNotBold {
	font-family: Arial, Georgia, "Times New Roman";
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
.mediaColumn {
	float: left;
	width: 510px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.mediaColumnMainPages {
	float: left;
	width: 900px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.textColumn {
	float: right;
	width: 400px;
	background-color: #BEE0EA;
	margin-right: 25px;
	margin-left: 10px;
}
.sideLinks {


}
#sideText {
	background-color: 078dea;
	border: thin solid #000000;
	background-image: url(images/blueGradientBG.jpg);
	background-repeat: repeat;

}
#googleMap {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.table60padOnLeft {
	padding-left: 60px;
}
