@charset "utf-8";

.style1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 24px;

	color: #FFFF66;

	font-weight: bold;

}



body {

	background: #666666;

	margin: 20; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #333333;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

}

.oneColFixCtrHdr #container {

	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

}

.oneColFixCtrHdr #header {

	background: #ffffff;

	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. */

}

.oneColFixCtrHdr #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 */

}

.pic {

	padding-right: 10px;

}



.oneColFixCtrHdr #mainContent {

	padding: 0 20px;

	background-color: #FFFFFF;

}

.oneColFixCtrHdr #footer {
	background-color: #ffffff;
	color: #999999;
	font-size: 9px;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;

}

.top_links {

	font-family: Arial, Helvetica, sans-serif;

	color: #000099;

	font-weight: bold;

	font-size: 16px;

}



.oneColFixCtrHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.banner_left {

	background-image: url(images/megaphone_banner_left.jpg);

	background-repeat: no-repeat;

}

#right_box {

	float: right;

	width: 250px;

	background-color: #FFC140;

	color: #000000;

	font-weight: bold;

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	margin-top: 15px;

	padding-right: 5px;

}





.banner_middle {

	background-image: url(images/banner_bg.jpg);

	background-repeat: repeat-x;

}

li {

	margin-top: 5px;

	list-style-type: disc;

	color: #000000;

}

.top_links   a:link {

	font-family: Arial, Helvetica, sans-serif;

	color: #000099;

	font-weight: bold;

	font-size: 16px;

	text-decoration: none;

}

.top_links   a:active {

	font-family: Arial, Helvetica, sans-serif;

	color: #000099;

	font-weight: bold;

	font-size: 16px;

	text-decoration: none;

}

.top_links   a:visited {

	font-family: Arial, Helvetica, sans-serif;

	color: #000099;

	font-weight: bold;

	font-size: 16px;

	text-decoration: none;

}

.top_links   a:hover {

	font-family: Arial, Helvetica, sans-serif;

	color: #0033FF;

	font-weight: bold;

	font-size: 16px;

	text-decoration: underline;

}

#right_box a:link {

	text-decoration: none;

	font-weight: bold;

	color: #000099;

}

#right_box a:visited {

	text-decoration: none;

	font-weight: bold;

	color: #000099;

}

#right_box a:active {

	text-decoration: none;

	font-weight: bold;

	color: #000099;

}

#right_box a:hover {

	text-decoration: underline;

	font-weight: bold;

	color: #0033FF;

}
#address {
	background-color: #0033FF;
	color: #FFFFFF;
}


#form_box {

	float: left;

	width: 100%;

	background-color: #2E9D2F;

	color: #FFFFFF;

	font-weight: bold;

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	padding: 5px;

}

.full_width {
	width: 100%;
}
.oneColFixCtrHdr #left_contact_form {
	float: left;
	width: 40%;
}
.contact_form {
	color: #FFFF00;
}
input.btn{
	color:#0033CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	background-color:#FFFF00;
	border:1px solid;
	border-top-color:#FFFF31;
	border-left-color:#FFFF33;
	border-right-color:#FFCC33;
	border-bottom-color:#FFCC33;
   }
.oneColFixCtrHdr #lright_contact_box {
	float: right;
	width: 40%;
	text-align: left;
	color: #FFFF00;
}
