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: #CCCCCC;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	background-color: #000000;
}

h1 {
	font-size: 20px;
	color: #990000;
}

h2 {
	font-size: 16px;
	color: #990000;
}

h3 {
	font-size: 14px;
	color: #990000;
}

h4 {
	font-size: 16px;
	color: #990000;
	margin-bottom: -10px;
}

h5 {
	font-size: 16px;
	color: #990000;
	margin-bottom: 0px;
}



p {
	line-height: 22px;
}

a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

img {
	border: none;
} 

ul, il {
	padding-left: 0px;
	display: list-item;
	list-style-type: none;
	margin-left: 0px;
}

h4 a {
	font-size: 16px;
	color: #990000;
	text-decoration: none;
}

h4 a:hover{
	font-size: 16px;
	color: #990000;
}


#container {
	width: 1000px;
	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. */
	background-color: #222222;
	background-image: url(/images/mainbg2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
} 

#header {
	height: 76px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#logo {
	width: 240px;
	float: left;
} 

#nav {
	width: 650px;
	float: left;
	margin-left: 40px;
	margin-top: 25px;
	height: 25px;
} 

#nav ul, li {
	display: block;
	width: 80px;
	overflow: visible;
	float: left;
	list-style-type: none;
	text-align: center;
} 

#nav img {
	border: none;
} 



#banner {
	height: 257px;
	padding: 0;
	width: 1000px;
	float: left;
} 

#countdown {
	height: 40px;
	padding: 0;
	width: 400px;
    float: left;
    padding-bottom: 0px;
} 

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 0px;
}

#mainContent {
	margin-top: 0;
	margin-right: 450px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
} 

#footer {
	font-size: 11px;
	padding: 0 10px 0 20px;
	background-color: #222222;
	background-image: url(/images/footerbg.jpg);
} 

#footer a {
	color: #666666;	
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
}

#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 */
	color: #999999;
}

.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;
}
#breastcancer {
	width: 300px;
}
#breastlogo {
	float: left;
	width: 40px;
}

.subnav {
	font-size: 16px;
	text-align: center;
	color: #999999;
}

.subnav a {
	text-decoration: none;
}

.subnav a:hover {
	color: #990000;
}

.news {
	color: #FFFFFF;	
	font-size: 13px;
	font-weight: bold;
	padding-left: 0px;
}

.news p {
	font-size: 12px;
}

.news a {
	text-decoration: none;
}

.news a:hover {
	text-decoration: underline;
	color: #999999;
}


.test ul, li{
	margin-top: -10px;
	padding-left: 0px;
	display: list-item;
	padding-bottom: 15px;
	width: 370px;
	overflow: visible;
	float: left;
	list-style-type: none;
	text-align: left;
}

