/* Main CSS Sheet for BCPLS website*/

/* basic set up, including body tags and general link information*/
body { 
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px; 
background: #99CCCC; 
color: #000; 
} 

A:visited {
color:#58181b;
}


/*Div tags and their styles*/
#wrapper {
width: 960px;
height: auto;
  margin: 0px auto; 
  text-align: left; 
  background: #FFFFFF;
  border: 10px solid #772124; 
}

#content {

padding:30px;
clear: both;
background: #FFFFFF; 
color: #000; 
}


#footer {
clear: both;
  text-align: center; 
  background: #FFFFFF;
}

#header {
float: center;
background: #FFFFFF;
padding-left: 2px;
padding-right:2px;
padding-top: 0px;
padding-bottom: 0px;
margin-top:-10px;
margin-bottom: 0px;
margin-right: 1px;
margin-left: 3px;
}

#centerbottominfo{
clear:both;
padding-top: -20px;
padding-bottom: -20px;
margin-top: -20px;
margin-bottom: -20px;
}


#leftfloatinfo {
clear:both;
width: 500px;
float: left;
padding: 2px;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 50px;
}


#rightfloatpicture {
float:right;
width: 315px;
clear: right;
padding: 2px;
margin: 2px;
	}





/* Specific Div Tag font attributes */	
#header	H1 { 
font-size: 30px; 
font-family: Times New Roman, Times, serif;
}


#header  A:link {
text-decoration: none;
color:#000000;
}

#header A:visited {
text-decoration: none;
color:#58181b;
}


/* General Class tags for alignment, color, etc */
.center{
text-align:center;
}



.topheader {
text-align: center;
background: #99CCCC;
height: 125px;
width: 395px;
}

.bottomheader {
text-align: center;

height: 122px;
width: 395px;
margin-top: 5px;

}