@charset "UTF-8";
body {
	font: 12px Myriad Pro, Myriad, Trebuchet, Geneva, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image: url(imgs/bg3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	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: #555555;
}
a {
	color: #676767;
	text-decoration: underline;
}
.articleimg {
	padding: 10px;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	overflow: visible;
}
.oneColFixCtrHdr #header {
	background: none; 
	padding: 0px 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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
}
.oneColFixCtrHdr #mainContentFix {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	margin-top: 60px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #7A7A7A;
	text-align: center;
	z-index: 3;
}
.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 */
}
#logoflash {
	background-image: url(imgs/logobg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 100px;
	position: relative;
	float: left;
}
#featured {
	background-image: url(imgs/featuredbg3.gif);
	background-repeat: no-repeat;
	height: 297px;
	width: 850px;
	margin: 68px 0 0px 0;
	padding: 0px;
}
#footbg {
	background-image: url(imgs/footerbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 24px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
	top: -28px;
	line-height: 30px;
}
.credits {
	color: #CCCCCC;
}
.credits a{
	color: #CCCCCC;
}
.smallheader {
	color: #859808;
	font-weight: bold;
}
.smallheader2 {
	color: #684F40;
	font-size: 12px;
}
.aside {
	color: #BBBBBB;
	font-size: 10px;
}
.aside2 {
	color: #555555;
	font-size: 10px;
}
#menu {
	float: right;
	padding: 10px;
	position: relative;
	top: -5px;
	z-index: 5;
}
#topform {
	position: relative;
	width: 300px;
	float: right;
}
#letterjoin {
	background-image: url(SpryAssets/menuover.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 20px;
	border: none;
	background-position: left center;
}
h5 {
	font-size: 12px;
	color: #684F40;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	color: #684F40;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #b1ca0c;
	font-weight: normal;
}
h1 {
	font-size: 22px;
	color: #B8BC22;
}
.framed {
	margin: 4px;
}
