@charset "UTF-8";
body  {
	background: url(images/background.jpg) repeat-x;
	margin: 0px auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 0px;
}
.CollapsiblePanelTab {
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #B2B2B2 url(images/backgroundmain.jpg) repeat-x;
	margin: 20px auto auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: auto;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD url(images/top.jpg) repeat-x;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 110px;
	margin-bottom: 0px;
} 
.twoColFixRtHdr #container #header #menu {
}
.twoColFixRtHdr #container #header #menu {
	height: 100px;
	width: 650px;
	float: left;
	text-align: center;
}
.twoColFixRtHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 10px;
	float: right;
	height: auto;
}
.twoColFixRtHdr #mainContent {
	width: 600px;
	padding: 20px 20px 20px 40px;
	float: left;
	text-align: left;
	height: auto;
} 
.twoColFixRtHdr #footer {
	background:#B5202C;
	height: 55px;
	width: 900px;
	margin: auto;
	padding: auto;
} 
.twoColFixRtHdr #footer {
	font-size: 0.65em;
	color: #CCC;
	text-align: right;
	clear: both;
}
.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;
}
.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;
}
.twoColFixRtHdr #container #header #logo {
	float: left;
	height: 100px;
	width: 200px;
}
.twoColFixRtHdr #container #header #menubar {
	float: right;
	height: 40px;
	width: 600px;
	margin: 40px 0px 0px;
}
.twoColFixRtHdr #container #header #news {
	margin: 10px 10px 10px 0px;
	padding: 0px;
	float: right;
	height: 15px;
	width: 200px;
	background: #FFF;
	border: thin solid #333;
}
.twoColFixRtHdr #container #header #menu {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	height: 25px;
	width: 100px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	background: #B20F2F;
	color: #FFF;
	line-height: -30px;
}
.legal {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.7em;
	line-height: 2em;
	width: 220px;
	height: 60px;
	float: right;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50pt;
	color: #FBCC2B;
	font-style: normal;
	text-align: left;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	line-height: 2em;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #C21140;
	text-align: left;
	line-height: 2em;
	font-weight: bolder;
}
.twoColFixRtHdr #container ##newslttr {
	height: 60px;
	width: 900px;
	float: left;
	margin: 0px 0px 20px;
	padding: 0px;
}
.twoColFixRtHdr #container ##newslttr .legal div {
	border: thin solid #333;
	height: 20px;
}
.twoColFixRtHdr #container ##newslttr .legal ##block {
	height: 20px;
	border: medium solid #333;
	background: #C3F;
}
.twoColFixRtHdr #container ##newslttr .legal ##textsubmit {
	border-style: none;
}
.twoColFixRtHdr #container #block {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 250px;
	border: thin solid #333;
	background: #F09;
}
.twoColFixRtHdr #container #submit {
	background: #CCC;
	width: 190px;
	margin: 0px 0px 60px;
	padding: 10px;
	height: auto;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.55em;
}
.twoColFixRtHdr #container #sidebar1 #submit #box {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 180px;
	border: thin solid #000;
	background: #FBCC2B;
}
.twoColFixRtHdr #container #mainContentContact {
	width: 350px;
	padding-left: 20px;
	padding-top: 40px;
	float: left;
}
.twoColFixRtHdr #container #mainContentContact #frmRegister p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #444;
	text-align: center;
	padding: 5px;
	line-height: 1em;
	width: auto;
	margin-top: 0px;
}
.twoColFixRtHdr #container #mainContentContact #frmRegister fieldset {
	background: url(images/backgroundmain.jpg) repeat-x;
	padding: 20px;
	margin: 0px;
	width: auto;
}
.twoColFixRtHdr #container #mainContentContact #frmRegister fieldset p label #submit {
	background: #E31D33;
	color: #F5F5F5;
	width: 100px;
	height: 30px;
}
.twoColFixRtHdr #container #googlemap {
	width: 500px;
	float: right;
	margin-top: 135px;
	border-left: thin solid #E72746;
}
.twoColFixRtHdr #container #mainContentContact div {
	margin-bottom: 20px;
}
#facebook {
	margin: 160px 25px 25px;
	padding: 0px;
	height: 100px;
	width: 100px;
	text-align: center;
}
.twoColFixRtHdr #footer a img {
	text-decoration: none;
	border-style: none;
	margin: 5px;
	padding: 5px;
}
.footer_text {
	font-size: 0.65px;
	color: #CCC;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixRtHdr #container #mainContent .body img {
	float: left;
	margin: 0px 20px 15px 0px;
}
