@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(img/bgtile-x.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.oneColFixCtr #container {
	width: 736px;  /* 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 */
	/* border : 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #header {
	height: 185px;
	width: 736px;
	background-image: url(img/Header_Menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.oneColFixCtr #menubar {
	height: auto;
	width: 736px;
	margin: 0px;
	padding: 0px;
	border: 0px none #c2c0bd;
}

.oneColFixCtr #footer {
	height: 50px;
	width: 736px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.oneColFixCtr #mainContent {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #c2c0bd;
	border-left-color: #c2c0bd;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
h1 {
	margin: 0px;
	color: #71A496;
	font-size: 24px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	font-style: normal;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.pdfdownload {
	text-decoration: none;
	background-image: url(img/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 32px;
	height: 35px;
	line-height: 35px;
}
a.pdfdownload:hover {
	text-decoration: underline;
}
h2 {
	margin: 0px;
	color: #6da495;
	font-size: 19px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-style: italic;
}
P {
	margin: 0px;
	font-size: 12px;
	color: #333;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 28px;
	line-height: 22px;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-left: 55px;
}
li {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
td#home_contact p{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	font-weight: normal;
}
#front_leus {
	color: #999;
	font-style: italic;
	text-align: center;
}
#footer p {
	font-size: 12px;
	text-align: center;
	font-style: italic;
	color: #999;
}
