@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 */
	color: #212121;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #1B1B1B;
	background-image: url(images/b.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.style6 {
	color: EF8E18;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left;
	background-color: #313137;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 18px;
}
.oneColFixCtrHdr #header {
	background-color: #313137;
	background-repeat: no-repeat;
	background-position: right top;
	height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #313137;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-color: #999999;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-image: url(images/mystars.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.oneColFixCtrHdr #footer {
	background-color: #313137;
	font-family: "Trebuchet MS", Geneva, Helvetica;
	font-size: 11px;
	  <br class="clearfloat" />
; 	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20;
}
.flashdivs {
	background-color: #000033;
	padding: 6px;
	float: left;
	width: 431px;
	margin-right: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #191919;
	border-right-color: #191919;
	border-bottom-color: #191919;
	border-left-color: #191919;
}
.flashdivs  li:hover  {
	background-color: #000066;
	list-style-type: circle;
}
.eblastsdiv {
	background-color: #000033;
	padding: 6px;
	float: right;
	width: 431px;
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #111111;
	border-right-color: #111111;
	border-bottom-color: #111111;
	border-left-color: #111111;
}
.eblastsdiv  li:hover  {
	background-color: #000066;
	float: none;
	list-style-type: circle;
}
.printdiv {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #191919;
	border-right-color: #191919;
	border-bottom-color: #191919;
	border-left-color: #191919;
	background-image: url(images/flockpopup.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #666666;
	padding-left: 20px;
	width: 750px;
	float: none;
	margin-right: 10%;
	margin-left: 10%;
	overflow: visible;
	visibility: visible;
}
.contentList {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	width: 450px;
}
.contactdiv {
	color: #666666;
	background-image: url(images/tablegrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 400px;
	margin-right: 250px;
	margin-left: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 191919;
	border-right-color: 191919;
	border-bottom-color: 191919;
	border-left-color: 191919;
	padding: 10px;
}

