@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
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;
	background-image: url(../pics/page-back.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container {
	width: 975px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #304664;
	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(../pics/container-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#header #animation {
	height: 216px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0E7163;
	border-right-color: #0E7163;
	border-bottom-color: #0E7163;
	border-left-color: #0E7163;
}

.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
}
#header #headerTop {
	background-image: url(../pics/header-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
}

.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin: 0px;
	clear: both;
}
#container #mainContent #leftBar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 225px;
}
#mainContent #leftBar #sbl-top {
	height: 100px;
	background-image: url(../pics/sbl-top.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
}
#mainContent #leftBar #sbl-top img {
	margin-top: 40px;
}


#container #mainContent #mainBar {
	float: left;
	width: 525px;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#mainContent #mainBar #sbm-top {
	height: 100px;
	background-image: url(../pics/sbm-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #4F719F;
}
#mainContent #mainBar #sbm-top img {
	margin-top: 20px;
	margin-left: 60px;
}


#container #mainContent #mainBar #mainBarText {
	padding: 20px;
}
#mainContent #mainBar #sbm-animation {
	height: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#mainBarText h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
	line-height: normal;
}
#mainBarText h2 {
	font-size: 14px;
	font-weight: bold;
	color: #02195F;
	letter-spacing: 0.1em;
	line-height: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

#mainBarText h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	line-height: normal;
	text-align: center;
}
	#mainBarText h4 {
	font-size: 11pt;
	font-weight: bold;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	line-height: normal;
	text-align: center;
}
#mainContent #mainBar .bottomlinks {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
#mainContent #mainBar .bottomlinks a {
	color: #036;
	text-decoration: none;
}
#mainContent #mainBar .bottomlinks a:hover {
	color: #F00;
	text-decoration: none;
}




#container #mainContent #rightBar {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px;
}
#mainContent #rightBar #sbr-top {
	height: 100px;
	background-image: url(../pics/sbr-top.jpg);
	background-repeat: no-repeat;
}
#mainContent #rightBar #sbr-title {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../pics/abe-bottom.jpg);
	background-repeat: no-repeat;
	height: 106px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-top: 6px;
}
#mainContent #rightBar #sbr-text {
	font-size: 11px;
	color: #000;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#mainContent #rightBar #sbr-text a {
	font-size: 11px;
	color: #009;
	text-decoration: none;
}
#mainContent #rightBar #sbr-text a:hover {
	color: #F00;
}


#sbr-text #SampleForm input {
	font-size: 12px;
	border: 1px solid #304564;
}
#sbr-text #SampleForm textarea {
	font-size: 12px;
	border: 1px solid #304564;
}
#sbr-text #SampleForm select {
	font-size: 12px;
	border: 1px solid #304564;
}
#mainContent #rightBar #sbr-text #SampleForm  .formButton {
	background-color: #5072A0;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	width: 60px;
	height: 24px;
	border: 1px solid #FFF;
}
#mainContent #rightBar #sbr-text #SampleForm .formButton:hover {
	background-color: #C5E2FF;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	width: 60px;
	height: 24px;
	border: 1px solid #314665;
}

* html #container #mainContent #leftBar {
	disply: inline;
}

.oneColFixCtrHdr #footer {
	background-color: #6A8BBE;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #footer .footer-table tr td {
	text-align: center;
}

.oneColFixCtrHdr #footer p {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

.clearall {
	clear: both;
}
#mainContent #mainBar #mainBarText ul {

}
#mainContent #mainBar #mainBarText ul li {
	margin-left: 20px;
}
#mainContent #mainBar #mainBarText ol li {
	margin-left: 20px;
}
#mainContent .ul-disc li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: disc;
	}