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-image: url(images/slices/design001.jpg);
	background-color:#EFEFF7;
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 766px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/slices/design001_r3_c2.jpg);
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 240px;
	background-image: url(images/headers/image009.jpg);
} 
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.pageTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #104573;
	padding-top: 20px;
	margin-top: 0px;
	font-weight: bold;
}
.firstParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #104573;
	text-align: justify;
}
.twoColFixRtHdr #navLeft {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 180px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
} 
.twoColFixRtHdr #footer {
	background-image: url(images/slices/design001_r5_c2.jpg);
	height: 61px;
	line-height: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 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 */
}
.twoColFixRtHdr #baseDiv {
	height: 61px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	background-image: none;
	background-color: #EFEFF7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;

} 
.twoColFixRtHdr a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.twoColFixRtHdr a:link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.twoColFixRtHdr a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.twoColFixRtHdr #baseDiv 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 */
	background-color: #EFEFF7;
	background-image: none;
}
.twoColFixRtHdr #topDiv {
	height: 112px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/slices/design001_r1_c2.jpg);
}
.twoColFixRtHdr #innerWrapper {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	background-image: url(images/slices/design001_r3_c2.jpg);
}
.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;
	background-image: url(images/slices/design001_r3_c2.jpg);
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 15px;
	text-align: justify;
}
#navLeft ul {
	width: 180px;
	list-style: none;
	border: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navLeft ul li {
	width: 180px;
	padding: 4px 0 4px 5px;
	margin: 5px 0 0 0;
	text-decoration: none;
}
#navLeft ul li a {
	display: block;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #083C6B;
	text-decoration: none;
	font-weight: normal;
}
.test {
	width: 180px;
	margin: 0 0 -7px 0;
	text-decoration: none;
}
.test2 {
	width: 180px;
	margin: -7px 0 0 0;
	text-decoration: none;
}
.twoColFixRtHdr #navTop {
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 112px;
	vertical-align: bottom ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/slices/design001_r1_c2.jpg);
}
#navTop ul {
	list-style: none;
	text-align: right;
padding: 88px 20px 0px 0px;
margin: 0px 5px 0px 0px;
}
#navTop ul li {
	display: inline;
	padding: 0px 10px 0px 5px;
	margin: 5px 0 0 0;
	text-decoration: none;
}
.addressCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
}

#navTop ul li a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.pageSubTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #165C9C;
	margin: 0px;
	padding: 0px;
}
.googleMap {
	text-align: center;
	margin-left: 50px;
}
.formMail {
	text-align: center;
	margin-left: 24px;
}
img {
	border:0px;
}
