body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
img {border:none;}

.header_bar {
	background-image: url(images/bkg_header_bar.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FC0;
}
.header_bar2 {
	background-color: #FFF;
	background-image: url(images/bkg_header_bar2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.footer_bar {
	background-color: #FC0;
}
.footer {
	font-size: 11px;
	color: #FFF;
	background-color: #929397;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.col1 {
	background-color: #0075BE;
	background-image: url(images/main/bkg_col_blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px;
	color: #FFF;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
	line-height: normal;
}
.col2 {
	background-color: #FFF;
	background-image: url(images/main/bkg_col_white.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px;
	color: #333;
	padding: 20px;
	line-height: 20px;
	display: block;
	margin: 0px;
}
.col3 {
	background-color: #E3E4E6;
	background-image: url(images/main/bkg_col_ltgray.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px;
	color: #333;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
	line-height: normal;
}
.col1 a, .col3 a {
	color: #ffffff;
	text-decoration: none;
}
.col1 a:hover, .col3 a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
.col2 a, .col3 a {
	color: #015E97;
	text-decoration: none;
}
.col2 a:hover, .col3 a:hover {
	color: #015E97;
	text-decoration: underline;
}
.col2 h3 {
	font-size: 15px;
	color: #069;
	margin-bottom: 0px;
	font-style: italic;
}
.listcheck ul {
	display:block;
	margin:0px;
	padding:0px;
}
.listcheck li  {
	list-style-type: none;
	background-image: url(images/blt_check_yellow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position: left top;
	display: block;
}
.listcheck li li {
	list-style-type: none;
	background-image: url(images/blt_dot_blue.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.title {
	margin-top: 20px;
	margin-bottom: 20px;
}
input {font-size:11px;}
textarea {font-size:11px;font-family:Arial, Helvetica, sans-serif;width:100%}
select {font-size:11px;}
.margin6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.list3col ul, .list2col ul {
	display:block;
	margin:0px;
	padding:0px;
}

.list2col li {
	display: block;
	list-style-type: none;
	float: left;
	width: 45%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-right: 5px;
	padding: 5px;
}
.limitHeight300 {
	height: 300px;
	overflow: auto;
	width: 500px;
}
