@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #99ccFF;
	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;
}
.wrapper #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/cnt_bkg.jpg);
	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. */
}
.wrapper #container #bkg {
	background-image: url(images/bkg_top.jpg);
	width: 780px;
	height: 200px
}
.wrapper #header {
	background-image: url(images/hdr_bkg.jpg);
	background-repeat: no-repeat;
	height: 194px;
}
.wrapper #subhead{
	background-image: url(images/subhead_bkg.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 597px;
}
.wrapper #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	margin: 0 20px 10px 10px;
	padding: 10px 10px;
}
.wrapper #sidebar 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: 6px 20px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 90%;
	color: #5d5d5d;
}
.wrapper #sidebarnav {
	float: right; /* since this element is floated, a width must be given */
	width: 183px; /* 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;
}
.wrapper #centerContent { 
	float: center; /* since this element is floated, a width must be given */
	background-image: url(images/cnt_bkg.jpg);
	margin: 0 0 20px 0; /* the left margin on this div element creates the column down the left 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 56px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 90%;
}
.wrapper #centerContent 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: 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 90%;
	color: #5d5d5d;
}
.wrapper #centerContent #form {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #5d5d5d;
	font-size: 90%;
}
.wrapper #centerContent #form table {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wrapper #mainContent {
	margin: 0 40px 0 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar1 ends. */
	padding: 10px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.wrapper #mainContent 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: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 90%;
	color: #5d5d5d;
}
.wrapper #mainContent p.style3 {
	font-size: 80%;
	color: #5d5d5d;
}
.wrapper #mainContent img {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.wrapper #mainContent #form {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #5d5d5d;
	font-size: 90%;
}
.wrapper #mainContent #formc {
	margin: 0 180px 0 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 20px 20px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #5d5d5d;
	font-size: 90%;
}
.wrapper #mainContent #form table {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wrapper #mainContent #list2 {
	margin: 12px 0 20px 25px; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 100%;
	color: #5d5d5d;
}
.wrapper #mainContent #list2 ul li{
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 90%;
}
.wrapper #mainContent #list3 {
	margin: 12px 0 20px 25px; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 100%;
	color: #5d5d5d;
}
.wrapper #mainContent #list3 ul li{
	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: 2px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 90%;
}
.wrapper #mainContent #list {
	margin: 12px 0 20px 25px; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 100%;
	color: #5d5d5d;
}
.wrapper #mainContent #list ul li{
	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: 3px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 90%;
}
h1 {
	font-size: 130%;
	color: #0e4393;
	padding: 12px 0;
}
h2 {
	font-size: 125%;
	color: #0e4393;
	padding: 12px 0;
}
h3 {
	font-size: 110%;
	color: #0e4393;
	padding: 12px 0;
}
h4 {
	font-size: 90%;
	color: #0e4393;
	padding: 12px 0;
}
.wrapper #footer {
	background: #99ccFF;
	background-image: url(images/ftr_bkg.jpg);
	background-repeat: no-repeat;
	padding: 40px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 80%;
}
.wrapper #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 90%;
	color: #5d5d5d;
}
.wrapper #footer a {
	font-size: 90%;
}
.wrapper #footer a:link {
	color: #5d5d5d;
}
.wrapper #footer a:hover, #footer a:focus {
	color: #E7E8EC;
}
.wrapper #footer a:visited {
	color: #5d5d5d;
}
.wrapper #footer .nav a {
	font-size: 90%;
}
.wrapper #footer .nav a:link {
	color: #E7E8EC;
}
.wrapper #footer .nav a:hover, #footer .nav a:focus {
	color: #5d5d5d;
}
.wrapper #footer .nav a:visited {
	color: #E7E8EC;
}
.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: 0;
	padding: 0 0 10px 0;
	font-size: 90%;
}
.fltrt2 { /* 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. */
	margin: 0;
	padding: 0;
	float: right;
	font-size: 90%;
}
.boxrt { /* 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. */
	margin: 12px 0 12px 0;
	padding: 18px 30px 18px 8px;
	background-image: url(images/infobox.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	text-align: center;
}
.boxrt p { /* 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. */
	padding: 2px 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 12px 12px 0 0;
}
.fltlft2 { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 40px;
	margin-right: 8px;
}
.fltrt3 { /* 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-right: 12px;
	font-size: 100%;
}
.fltrt4 { /* 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-right: 60px;
	font-size: 100%;
}
.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;
	color: #FFF;
}
.style1 {
	font-size: 100%;
	color: #0e4393;
}
.style2 {
	font-size: 18px;
	color: #0e4393;
}
a {
	font-size: 90%;
	font-weight: bold;
}
a:link {
	color: #5e918c;
}
a:hover, a:focus {
	color: #abcecb;
}
a:visited {
	color: #5e918c;
}