@charset "UTF-8";
body {
	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 */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	color: #666666;
	font-size: 100%;
	background-color: #dcdcdc;
	background-image: url(../imgbg/start_bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #e7227e;
	text-decoration: none;
}
a:hover {
	color: #e7227e;
	text-decoration: underline;
}
a:active {
	color: #FF0033;
	text-decoration: underline;
}
a:visited {
	color: #e7227e;
	text-decoration: none;
}


.oneColFixCtrHdr #container {
	width: 1120px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding-top: 0;
	padding-right: 177px;
	padding-bottom: 0;
	padding-left: 180px;
}
.oneColFixCtrHdr #mainmenu {
	text-align: right;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #submenu {
	text-align: right;
}
.oneColFixCtrHdr #bullets {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}
.oneColFixCtrHdr #bulletssingle {
	text-align: center;
	height: 260px;
	width: 253px;
	top: auto;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../img/bulletbg_light.gif);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #bulletssingledark {
	text-align: center;
	height: 260px;
	width: 253px;
	top: auto;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../img/bulletbg_dark.gif);
	background-repeat: no-repeat;
}
.hr {
	color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-shadow: #000000 1px 1px 0;
}

.textpink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	color: #e7227e;
}
.news {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.header_white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	text-shadow: #999999 1px 1px 2px;
}
.header_bullet {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #087d93;
	text-align: center;
	text-shadow: #999999 1px 1px 2px;
}
.link_bullet {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #087d93;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #999999 1px 1px 2px;
}
.link_newsbullet {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #999999 1px 1px 2px;
}
.text_bullet {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../imgbg/start_subbg.jpg);
	margin: 0px;
	padding-top: 0;
	padding-right: 180px;
	padding-bottom: 0;
	padding-left: 180px;
	width: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	color: #666666;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #999999;
	text-align: right;
	margin: 0px;
	padding: 0;
	width: 760px;
}




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