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

#container #headerbot {
	height: 60px;
	width: 1000px;
	clear: both;
	background-image: url(img/topnav_int_bg.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}#content #contenttop {
	background-image: url(img/container_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width: 1000px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #content {
	background-image: url(img/container_tiled_bg.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 1000px;
}
#content #contenttop #lftcol {
	padding: 0px;
	float: left;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#sidebar {
	margin:0px 0px 0px 10px;
	padding:0px;
	float: left;
	width: 380px;
	
}

#lftcol h2 {
	color: #285873;
	margin-right: 20px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
	font-size: 18px;
}

#lftcol p {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.3;
	margin-right: 20px;
	margin-left: 30px;
}
#lftcol li {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.3;
	margin-right: 20px;
	margin-left: 30px;
}
#lftcol h1 {
	font-size: 22px;
	color: #D21F1E;
	margin-left: 30px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2A5C78;
	clear: both;
}
#sidebar #sideform {
	background-color: #eec659;
	background-image: url(img/sideform_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 306px;
	margin-left: 30px;
	padding-top: 50px;
	margin-bottom:0px;
}
#sidebar #sideformbot {
	background-image: url(img/sideform_bot.png);
	background-repeat: no-repeat;
	width: 306px;
	margin:0 0 30px 30px;
	height:8px;	
	}
#sidebar #sideform form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 2px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
}
#sidebar #sideform form #butholder {
	width: 272px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#sidebar #seals {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#sidebar #seals li {
	float: left;
	margin-left: 10px;
}
div.marg20 {
 margin: 0 0 0 30px;	
}

