@charset "utf-8";
.picture {
	margin: 8px;
	padding: 0px;
	border: 1px solid #000000;
}

/* CSS Document */

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/main_bg_pattern.gif);
	background-repeat: repeat;
	background-attachment: scroll;
}
.twoColFixLtHdr #container {
	width: 881px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/containerBack.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	line-height: 20px;
} 


.twoColFixLtHdr #header {
	background-image: url(images/header_02.jpg);
	background-repeat: no-repeat;
	height: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#horizontal-menu {
	background-repeat: no-repeat;
	background-image: url(images/menu_05.jpg);
	clear: left;
	background-color: #0E558D;
	height: 25px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 19px;
}
#slideshow {
	background-repeat: no-repeat;
	padding-top: 20px;
	background-image: url(images/slideshow-background_04_04.jpg);
	padding-left: 114px;
	height: 240px;
}
.twoColFixLtHdr #mainContent {
	background-repeat: no-repeat;
	padding-top: 10px;
	min-height: 942px;
	background-image: url(images/background_06.jpg);
	width: 725px;
	margin: 0;
	padding-left: 81px;
	padding-right: 75px;
	background-attachment: scroll;
} 
.twoColFixLtHdr #footer {
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
} 
#footer a {
	font-size: 9px;
	font-weight: normal;
	color: #003300;
}

.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;
}
h1 {
	font-size: 22px;
	color: #000000;
}
h2 {
	font-size: 18px;
	color: #000000;
}
h3 {
font-size:12px;
font-weight:bold;
color:#000000;
}


.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;
}



a:link {
	font-size: 12px;
	text-decoration: underline;
	color: #575B40;
	font-weight: bold;
}
a:hover {
	color: #0F548B;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #0F5F9C;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent .twoColFixLtHdr {
}


.style1 {font-size: 9px}

.style2 {font-size: 10px}
.twoColFixLtHdr #container #mainContent table {

}
.twoColFixLtHdr #container #mainContent .twoColFixLtHdr {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
