@charset "utf-8";
/* CSS Document */
body, html {margin:0; padding:0; border:0;} /* Re-sets IE to �zero� for these values */

a {
	color: #ff9966;
}
a:visited {
	color: #ff9966;
}

body {
	background-image: url(images/background-shadow.png); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #CCCCCC; /** Website BG colour (matches canvas colour in Step 1) **/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.sidecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.sidecopy a{
	font-weight: normal;
	color: #FFFFFF;
}


.sidecopy-yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffff99;
	text-decoration: underline;
}

.sidecopy-yellow a {

	color: #ffff99;
	text-decoration: underline;
}

.centerbody {
	background-image: url(images/centerbody-bg.gif);
	background-repeat: no-repeat;

}
.footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	left: 15px;
	text-align: center;

}
.footernav a {
	color: #666666;
	text-decoration: underline;
}


.whats-new-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.featured-hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #CCCCCC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 5px;
	padding: 5px;
}
.centerbody ul {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sidecopy-participate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF99;
	margin: 5px;
	padding: 0px;
	line-height: 25px;
}

.sidecopy-participate a {
	text-decoration: underline;
	color: #FFFF99;
}
.sidecopy-participate-hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
}
.photo-captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.peach-text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff9966;
	font-size: 12px;
}
.peach-text a {
	color: #ff9966;
	text-decoration: underline;
	font-weight: bold;
}
.whats-new-hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ffff66;
}
.breaking-news-hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #666666;
}
.breaking-news-sub-hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
}
.breaking-news-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
}
.what-new-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.what-new-text a {
	color: #FFFFFF;
}
.intheknow-whatsnew-hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #FFFFFF;
	font-weight: bold;
}
.intheknow-whatsnew-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.intheknow-whatsnew-txt a {
	color: #666666;
}
.intheknow-whatwereworking-hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.intheknow-whatwereworking-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffff99;
	font-weight: bold;
}
.intheknow-whatwereworking-bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
.orange-hdr {
	color: #ff9900;
	font-size: 14px;
	font-weight: bold;
}
.orange-txt {
	color: #ff9900;
	font-size: 12px;
	font-weight: bold;
}


.participate-close {
	line-height: 15px;
}

