@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
	background-image: url(../img/design_elemts/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h2 {
	color: #1B75BC;
}
h3 {
	color: #1B75BC;
}


.fltright {
	float: right;
	margin-left: 8px;
}
#header {
	background-image: url(../img/topback.gif);
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 157px;
	clear: both;
}
#header1 {

}

#header2 {
	float: left;
}
#nav2 {
	float: right;
}
#nav {
	float: left;
}
#container {
	clear: both;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#feature {
	text-align: center;


}
#main {
	border-right-width: thin;
	border-right-style: dotted;
	padding: 10px;
	float: left;
	width: 475px;
}
#sidebar {
	float: right;
	width: 263px;
	text-align: center;
	padding: 10px;
}
#footer {
	clear: both;
	background-image: url(../img/design_elemts/footer.gif);
	background-position: top;
	font-size: 12px;
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	height: 31px;
	padding-top: 100px;
	padding-left: 20px;
}

.fltleft {
	float: left;
	margin-right: 8px;
}
.imgpad {
	margin-right: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#feature2 {
	text-align: center;
	padding: 0px;
}
