/* == [ INITIAL/GLOBALS ] == */
a {
	text-decoration: underline;
	background-color: transparent;
	color: #28539C;
}

a:hover {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font: normal 12px/18px arial, verdana, helvetica, sans-serif; 
	text-align: center;
	background: #FEE6F2 url("/ezstatic/data/breastcanceralliance/i/bg_pink.gif") repeat top left;
/*	background: #EBF5FF url("/ezstatic/data/breastcanceralliance/i/bg_blue.gif") repeat top left;
	background: #EEEEEE url("/ezstatic/data/breastcanceralliance/i/bg_gray.gif") repeat top left; */
	color: #333333;
}

dir {
	font-weight: bold;
}

img {
	border-color: #000000;
}

h1, h2, h3, h4, h5 {
	font: normal 20px/24px "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #28539C; 
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

label {
	margin-top: 5px;
	font: normal 9px arial, helvetica, sans-serif; 
	background-color: transparent;
	color: #666666;
}

.homeimage {
	padding-right: 10px;
}

.homeimager {
	padding-left: 10px;
}

  
/* == [ MAIN ] == */

#wrapper {
	margin: 0 auto; /* need auto to center */
	padding: 0;
	width: 960px;
	text-align: left;
/*	background: #FFFFFF url("/ezstatic/data/breastcanceralliance/i/bg_body.gif") repeat-y; */
	background: #FFFFFF url("/ezstatic/data/breastcanceralliance/i/bg_body-2.gif") repeat-y; 
}

#masthead {
	margin: 0;
	padding: 0;
	width: 960px; 
	height: 124px;
}

#content {
/* CSS shorthand: top right bottom left */
	margin: 40px 0px 0px 268px;
	padding: 0;
	width: 664px;
}

#content h2 {
	font-size: 18px;
	color: #3366CC; 
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none; /* Use background to center bullet vertically */
}

#content ul li {
/* CSS shorthand: top right bottom left */
	padding: 0px 0px 0px 13px;
	background: transparent url("/ezstatic/data/breastcanceralliance/i/bullet.gif") no-repeat 0 .6em;
}

#content .image {
	margin: 0;
	padding: 2px;
	text-align: center;
	font: normal 10px/12px arial, verdana, helvetica, sans-serif;
}

/* == [ SIDEBAR/CONTEXTUAL NAV ] == */

#sidebar {
	float: left;
	margin: 0;
	padding: 0;
	width: 240px;
}

#sidebox {
	margin: 40px 0px 0px 18px;
	padding: 0 0 40px 0;
	width: 204px;
	font: normal 12px/18px arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #FFFFCC;
	overflow: hidden;
}

#sidebox a {
	color: #28539C;
}

#sidebox h2 {
	color: #28539C; 
	font-weight: bold;
}

#sidebox h3 {
	color: #FFFFCC;
}

#sidebox ul {
	margin: 0;
	padding: 0;
	list-style: none; /* Use background to center bullet vertically */
}

#sidebox ul li {
	margin-bottom: 0.2em;
	padding: 0px 1px 5px 10px;
/*	background: transparent url("/ezstatic/data/breastcanceralliance/i/bullet.gif") 0 0.4em no-repeat;   */
	background: transparent url("/ezstatic/data/breastcanceralliance/i/bullet-2.gif") 0 0.4em no-repeat;
}

/* == [ FOOTER ] == */

#address {
	margin: 0;
	padding: 0;
	width: 240px; 
	text-align: center;
	font: arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #28539C; 
	font-weight: bold;
}

#address a {
	color: #28539C; 
}

#baseboard {
	margin: 0;
    padding: 3px;
 	width: 960px; 
	height: 28px;
 	background: #FFFFFF url("/ezstatic/data/breastcanceralliance/i/baseboard-2.gif") no-repeat;
/* 	background: #FFFFFF url("/ezstatic/data/breastcanceralliance/i/baseboard.gif") no-repeat;  */
	color: #28539C; 
	font-weight: bold;
	text-align: right;
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
}

#baseboard a {
	color: #28539C; 
}

#footer {
	margin: 0 auto; /* need auto to center */
	padding: 0;
	width: 960px;
	height: 25px;
	text-align: center;
	font: normal 10px/25px arial, verdana, helvetica, sans-serif;
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
}

#footer a img {
	border: 0;
	margin-top: 10px;
}

/* == [ MISC. CLASSES ] == */

.date {
	font: bold 11px/12px arial, verdana, helvetica, sans-serif;	
	background-color: transparent;
	color: #EE66BB;
}

.right {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0;
	text-align: center;
	font: normal 1.0em "lucida grande", tahoma, sans-serif;
	color: #999999;
}

.footnote {
	font: italic 10px/12px arial, verdana, helvetica, sans-serif;	
	background-color: transparent;
	color: #666666;
}
	
.filler {
	margin: 0;
	padding: 0;
	width: 960px; 
	height: 40px;
	background-color: transparent;
}

.smalltext {
	font: normal 11px/14px arial, verdana, helvetica, sans-serif;	
}


/* contact page */
body#contact #ezarticleviewtpl {
	width: 350px;
	float: left;
}