*
{
	margin: 0em;
	padding: 0em;
}

body {
background-image: url(/images/cb_background.gif);
background-repeat: repeat-x;
background-color: #891F11;
font-size: 14px;
font-family: Verdana, Lucida, Arial, SunSans-Regular, Sans-Serif;
padding: 0;
margin: 0;
border: 0;
text-align: center;
}

a, a:visited {color: black; font-weight: bold; text-decoration: none;}
a:hover { text-decoration: underline;}
a:active { }

p{
 padding: 10px; 
 text-indent: none;
}

li {
 margin-left: 30px;
 list-style-position: inside;
}

h1, h1 a, h1 a:visited {
font-size:20px;
font-weight: normal;
color: #ffffff;
}

h1 {
padding: 10px 10px;
}

h2, h2 a, h2 a:visited {
font-size: 16px;
font-weight: bold;
color: #8D2900;
}

h2 {
padding: 5px 0px 5px 10px;
}

h3 {
font-size: 15px;
padding: 5px 0px 5px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */

#container {
width: 1024px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
text-align: left;
background-image: url('/images/cb_outer_background.gif');
background-repeat: repeat-y;
background-color: #AE7E6F;
}


/* ----------banner for logo-------------- */
#banner {
background-image: url('/images/cb_header.gif');
background-repeat: no-repeat;
height: 130px;
text-align: right;
padding: 0;
margin: 0px;
display: block;
}

#banner img {padding:0px;} 



#outer {

  }
  
#footer
{
	background-image: url('/images/cb_footer.gif');
	background-repeat: no-repeat;
	color: #ffffff;
	height: 50px;
	padding: 0px;
}


#copyright
{
	display:block;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;	
	font-size: 10px;
	margin-bottom: 20px;
}
/* -----------------content--------------------- */

#content{ 
float: left;
display: inline;
position: relative; 
min-height: 600px; 
width: 974px;
margin: 30px 0 10px 30px;

}


#content img {
padding: 0px;
margin: 5px;
display:block;
border: 0;

}

#content frame {
position: relative;
padding: 0px;
margin-left: auto;
margin-right: auto;
}

.centered {
text-align: center;
}

.articletitle, .articletitle a, .articletitle a:visited {
font-size: 16px;
color: #8D2900;
text-align: left;
display:block;
font-weight: bold;
}

.articletitle {
padding: 5px 10px 3px 10px;
}

.subtitle, .subtitle a, .subtitle a:visited {
font-size: 12px;
font-weight: bold;
display:block;
}

.subtitle {
padding: 3px 10px 3px 10px;
}

.byline {
font-style: italic;
padding: 3px 10px;
}

.show {
margin-left: 320px;
}

.quotes {
	font-weight: bold;
	font-style: italic;
}

div.image-center div.one-image img{
margin-left: auto;
margin-right: auto;
}

div.float-right {
float: right;
margin: 20px 40px 0 0;
padding: 0;
}

div.float-left p {
text-align: center;
}

div.float-left {
float: left;
margin: 0 10px 0 10px;
padding: 0;
}

div.float-logos {
float: right;
margin: 0;
padding: 0;
}

#content div.float-logos img {
border: none;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* hide from mac \*/
* html .border-left {margin-right: -3px;}
* html banner {margin: 0}
* html .border-right {margin-left: -3;}
/* end hide */ 

