@charset "utf-8";

body {
	background-color: #330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #1E77B1;
	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 */
}


td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}


li {
	line-height: 20px;
	list-style: outside;
	font-size: 13px;
}



p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	clear: both;
	float: none;
	padding: 5px;
	margin: 10px;
}

a {
	color: #0033FF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: none;
	clear: none;
	font-weight: bold;
}

a:hover {
	color: #E31F2D;
	
}

/************** divs ***************/

#content {
	margin: 0px;
	padding: 10px;
	background-color: #FFFFCD;
}
 
 #global {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 1000px; /* mandatory to be centered */
     }
#box {
	font: 10px/14px Arial, Helvetica, sans-serif;
	color: #000000;
	border: thin solid #000000;
	width: 150px;
	margin-left: 9px;
}

	 
#berryfactsWrapper {
	background: #FFFFFF;
	text-align: left;
	border: thin solid #000000;
	margin: 0px auto;
	padding: 0px;
	width: 600px;
}

.berryfactsp {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.berryfactsh4 {
	font: bold 28px Georgia, "Times New Roman", Times, serif;
	color: #003300;
	text-align: center;
}

.berryfactspli {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	list-style: square outside;
}

.berryfactsh3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #003300;
	text-align: center;
}

.berryfactsbarp {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #000000;
}

.berryfactsbarh2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #003300;
}



 

/************** .feature ***************/




/************** classes ***************/

p.sidebar {
	text-align: center;
}

.sidebar img{
	position: static;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1A0D00;
	font-weight: bold;
}


.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #D560FE;
	color: #031A78;
	font-weight: bolder;
	line-height: 30px;
	text-align: center;
	margin-top: 5px;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #292139;
	background-color: #ED7D58;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}


.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #ACCD7C;
	background-color: #CC3333;
}



.footer a {color: #FFCC99;}
.subhead {
	color: #000000;
	background-color: #B6DB8E;
	font: bolder normal 18px Geneva, Arial, Helvetica, sans-serif;
}
.subheadblue {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
	background: #6F9BBE;
}



.feature{
	padding: 0px;
	font-size: 100%;
	list-style-position: outside;
	list-style-type: square;
	margin: 0px;
}

.feature h3{
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}

.feature img{
	float: left;
	padding: 0 0px 0px 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
}

.featureright{
	padding: 5px;
	font-size: 100%;
	text-align: left;
}

.featureright h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	font-size: 16px;
	color: #000000;
}

.featureright img{
	float: right;
	padding: 0px;
	margin: 5px 15px 5px 5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidebar1 {
	background: #F09171;
	width: 100%;
}


#sponsor {
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}
