@charset "utf-8";
body  {
	padding: 0;
	text-align: center;
	background-color: #69C;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
}
.thrColFixHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	/*border: medium outset #0047ad; */
	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;
	line-height: 1.3;
	background-color: #FFFFFF;
	background-image: url(../imgs/cntrbg.jpg);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	padding: 0;
	background-color: #69c;
	background-image: url(../imgs/hdrbg.jpg);
	background-repeat: no-repeat;
	height: 130px;
	background-position: center;
	font-size: 14px;
	font-weight: bold;
} 
.thrColFixHdr #header masthead {
	height: 150px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #fff;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../imgs/sp1bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #fff;
	background-image: url(../imgs/sp2bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.thrColFixHdr #sidebar2 img {
	/*border: 1px solid #666;*/
	margin-left: 0px;
}
/*.thrColFixHdr #sidebar2 a {*/
.sp2menu a {
	background-color: #E0E0E0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #6699CC;
	width: 155px;
	border-bottom-style: solid;
	color: #333333;
	text-decoration: none;
	padding: 2px;
}
.sp2menu a:hover {
	background-color: #FFCC99;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #6699CC;
	width: 155px;
	border-bottom-style: solid;
	color: #333333;
	text-decoration: none;
}
.cpmenu a {
	background-color: #E0E0E0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #6699CC;
	width: 540px;
	border-bottom-style: solid;
	color: #333333;
	text-decoration: none;
	padding: 5px;
}
.cpmenu a:hover {
	background-color: #FFCC99;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #6699CC;
	width: 540px;
	border-bottom-style: solid;
	color: #333333;
	text-decoration: none;
	padding: 5px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 1.3;
} 
.thrColFixHdr #mainContent a {
	color: #C00;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:hover {
	color: #360;
	text-decoration: none;
}

.thrColFixHdr #footer {
	background-color: #fff;
	background-image: url(../imgs/btmedgebg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 12px;
	height: 85px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #footer a {
	color: #333;
	text-decoration: underline;
}
.thrColFixHdr #footer a:hover a:visited a:active {
	color: #333;
	text-decoration: underline;
}

.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;

}
.fltrtsrch { /* 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;
	margin-right: 20px;
	margin-top: 35px;
	font-weight: normal;
	font-size: 12px;
}

.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;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgsb2 {
	border: 1px solid #666;
	margin-left: 3px;
}
.imglogo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	float: left;
	padding-right: 60px;
}
.headline {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sectlead {
	font-size: 120%;
	color: #000000;
	padding-top: 0px;
	font-weight: bold;
}
.boldtxt {
	font-weight: bold;
}
.thrColFixHdr #sidebar1 p a {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #sidebar1 p a:hover {
	color: #336600;
	text-decoration: none;
	font-weight: normal;
}

.thrColFixHdr #sidebar2 p a {
	color: #cc0000;
	text-decoration: none;
	font-weight: normal;
}
.thrColFixHdr #sidebar2 p a:hover {
	color: #336600;
	text-decoration: none;
	font-weight: normal;
}
.hdr2 {
	/*height: 40px;*/
	height: 13px;
	background-image: url(../imgs/topedgebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: normal;
	color: #000;
}
.infobar {
	padding-top: 52px;
	color: #000;
}
.infobar a {
	color: #000000;
	text-decoration: none;
	padding: 1px;
	text-align: center;
}
.infobar a:hover {
	color: #0047af;
	text-decoration: none;
	padding: 1px;
	text-align: center;
}
.display {
	padding: 5px;
	width: 147px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0047af;
	border-left-color: #0047af;
	background-repeat: no-repeat;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-color: #0047af;
}
.display img {
	padding-left: 3px;
	margin-bottom: 0px;
}
.display a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.display a:hover {
	color: #690;
	text-decoration: none;
	font-weight: bold;
}
ul {
	list-style-position: outside;
	list-style-image: url(../imgs/lstpntr.gif);
	vertical-align: middle;
	list-style-type: none;
}
.ultick {
	list-style-position: outside;
	list-style-image: url(../imgs/tick.gif);
	vertical-align: middle;
	list-style-type: none;
}

.icon {
	vertical-align: middle;
	padding-right: 3px;
}
.iconl {
	vertical-align: middle;
	padding-right: 3px;
	padding-left: 20px;
}

hr {
	margin: 0px;
}
textarea {
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
}
.dsngr {
	font-size: 80%;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
	padding-top: 80px;
}
.dsngr a {
	font-size: 80%;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
	padding-top: 80px;
	text-decoration: none;
}
.dsngr a:hover {
	font-size: 80%;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
	padding-top: 80px;
	text-decoration: underline;
}
.mapspace {
	margin-left: 25px;
}
.bi_logo {
	float: left;
	margin-left: 8px;
	margin-bottom: 40px;
}
.imgqq {
	margin-left: 240px;
	margin-bottom: 0px;
}