@charset "UTF-8";
.bodytext {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	color: #666666;
}
.images {
	padding-left: 1px;
}
.style1 {
	color: #BAD976;
	line-height: 120%;
	font-size: 14px;
}
.style2 {
	color: #759AD0;
	line-height: 120%;
	font-size: 14px;
}
.style3 {font-size: 16px}
body {
	font: 100% Helvetica, sans-serif;
	margin: 0; /* 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: #000000;
	background-image: url(../../buttons/background_images/back.png);
	background-repeat: repeat-x;
	background-color: #D5D5D5;
}
.oneColElsCtrHdr #container {
	width: 958px;
	margin: 0 auto;
	text-align: left;
}
.oneColElsCtrHdr #header {
	background-image: url(../buttons/background_images/header-back.png);
	width: 958px;
	height: 300px;
	background-repeat: no-repeat;
} 
.oneColElsCtrHdr #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 10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	line-height: 40px;
}
.oneColElsCtrHdr #footer {
	width: 958px;
	background-image: url(../buttons/background_images/fotter-back.png);
	height: 70px;
	float: left;
	margin: 0;
} 
.oneColElsCtrHdr #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: 3px 0 0 44px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColElsCtrHdr #header #logo {
	width: 720px;
	height: 90px;
	padding: 65px 0 10px 50px;
	float: left;
	border: none;
}
.oneColElsCtrHdr #container #header #mainContent .bullitin {
	font-family: "AvantGarde Bk BT";
	color: #FFFFFF;
	height: auto;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	font-size: 36px;
	background-color: #84CEF2;
	padding: 40px;
	border: 1px solid #00CCFF;
	text-decoration: none;
}
.oneColElsCtrHdr #mainContent #mainimage{
	width: 486px;
	float: left;
	margin: 0;
	padding: 0 0 20px 70px;
}
.oneColElsCtrHdr #mainContent #bodytext{
	width: 360px;
	float: left;
	margin: 0;
	padding: 90px 20px 0 0;
}
.oneColElsCtrHdr #mainContent {
	background: #FFFFFF;
	width: 958px;
	background-image: url(../buttons/background_images/page-back.png);
	float: left;
	margin: 0;
}
.oneColElsCtrHdr #header #headertext {
	width: 150px;
	text-align: left;
	float: left;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
}
.oneColElsCtrHdr #container #header #headertext p {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	text-align: left;
}
.oneColElsCtrHdr #container #header #headertext a:link {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	text-align: left;
	text-decoration: none;
}
.oneColElsCtrHdr #container #header #headertext a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #759AD0;
	text-align: left;
	text-decoration: none;
}
.oneColElsCtrHdr #container #header #nav {
	float: left;
	background-image: url(../buttons/background_images/nav-back.png);
	width: 901px;
	height: 47px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 57px;
}
.oneColElsCtrHdr #container #links {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	float: left;
	background-image: url(../buttons/background_images/page-back.png);
	padding: 10px 0 6px 38px;
	background-repeat: repeat-y;
}
.oneColElsCtrHdr #mainContent #bodytext #title {
	width: 380px;
	float: left;
	margin: 0;
}
.pagetitles {
	font-size: 46px;
	font-family: Helvetica, Arial;
	color: #B7D574;
}
.pagetitles2 {
	font-size: 20px;
	font-family: Helvetica, Arial;
	color: #6CCFF6;
	line-height: -20%;
}
.oneColElsCtrHdr #mainContent2 {
	background: #FFFFFF;
	width: 930px;
	background-image: url(../buttons/background_images/page-back.png);
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
	height: 820px;
}
.oneColElsCtrHdr #mainContent #mainimage2 {
	width: 300px;
	float: left;
	margin: 0;
	padding: 0 0 20px 30px;
}
.oneColElsCtrHdr #mainContent #bodytext2 {
	width: 580px;
	float: left;
	margin: 0;
	padding: 40px 20px 20px 0;
}
.oneColElsCtrHdr #container #header #second_logo {
	background-image: url(../buttons/background_images/page-back.png);
	background-repeat: repeat-x;
	padding-left: 60px;
	padding-top: 10px;
}
