@charset "UTF-8";
body  {
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	background-color: #dfdfdf;
	background-image: url(images/pageBG.gif);
	background-repeat: repeat-x;
	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;
}
.link {
	color: #174a7c;
	text-decoration: none;
	font-size: 10px;
	font-style: italic;
}
.twoColFixRtHdr #container { 
	width: 927px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background-image:url(images/headerBG.png);
	height: 118px; 
	padding: 0 0px 0 0px;  /* 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-repeat:no-repeat;
} 
.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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 303px; /* 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: 0 0px;
	margin-top: 17px;
}
.twoColFixRtHdr #sidebar1 #links {
	background-image: url(images/linksBG.png);
	height: 183px;

}
.twoColFixRtHdr #sidebar1 ul li {
	display: block;
	list-style: none;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-left: -37px;
}
.twoColFixRtHdr #sidebar1 ul li a:hover {
	color: #e8e9b8;
}

.twoColFixRtHdr #sidebar1 .last a {
	border-bottom-style: none;
}

.twoColFixRtHdr #sidebar1 ul li a {
	display: block;
	padding: 13px 0 13px 25px;
	width: 270px;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
}
.twoColFixRtHdr #sidebar1 #map {
	margin-top: 20px;
}
.twoColFixRtHdr #mainContent { 
	background-image: url(images/mainBG.png);
	background-repeat: no-repeat;
	height: 565px;
	width: 600px;
	margin: 30px 0px 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 17px 0 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent p { 
	margin: 10px 10px;
}
.twoColFixRtHdr #mainContent li { 
	display: block;
	list-style: none;
	font-style:italic;
	color: #174a7c;
	margin-left: -25px;
}
.twoColFixRtHdr #mainContent .tan { 
	color: #c8a783;
	font-weight: bold;
	font-size: 14px;
}
.twoColFixRtHdr #mainContent .blue { 
	color: #174a7c;
	font-weight: normal;
}
.twoColFixRtHdr #mainContent .content { 
	width: 150px;
	margin: 0;
	padding: 0;
}
.twoColFixRtHdr #mainContent #left { 
	float: left;
}
.twoColFixRtHdr #mainContent #mid { 
	float: left;
}
.twoColFixRtHdr #mainContent #right { 
	float: left;
}

.twoColFixRtHdr #footer { 
	margin-top: 0;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/footerBG.png);
	background-repeat: no-repeat;
	height: 74px;
	text-align: center;
	color: #174a7c;
	font-size: 9px;
} 
.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: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer a {
	color: #174a7c;
	text-decoration: underline;
}
.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;
}
.hl {
	margin-bottom: 15px;
	margin-left: 10px;
}
.mailLink {
	color: #174a7c;
	text-decoration: underline;
}
.legend {
	margin: 10px 10px;
}
