﻿/* CSS layout */
body{
font-family:Arial, Helvetica, sans-serif; }

#masthead {
width:750px;
height:88px;
background-color:#7394fd;
}

#top_nav {
width:750px;
text-align:center;
background-color:#7394fd;
}
#bar{
width:750px;
text-align:center;
background-color:#7394fd;

}
#container {
	background-color:#EEE;
	color:#000;
	position: relative;
	width:750px;	
}
/*not used in donate pages
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}*/

#page_content {
background-color:#FFFFFF;
width:90%;
padding:1em;
/*border-style:solid;
border-width:thin;
border-color:#669900;*/
	
}
#address{
text-align:left;

}

#footer {
width:750px;
text-align:center;
background-color:#FFF;
}
#bottombar{
background-color:#EEE;
}

/* Style  links*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/*text styles*/

/* Style 69*/
.bodycopy {font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 text-align:left;
  }
/* Style 69 bold*/
.bodycopybold {font-family: Arial, Helvetica, sans-serif; font-size: small; font-weight:bold }
/* Style 69*/

