body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: 125%;
	background: #999;
	}
a {
	font-style: italic;
	color: #197246;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
h1, h3 {
	margin: 0;
	font-family: Arial;
	line-height: 120%;
	}	

#maincontainer {
	width: 840px;  /* width of main container */
	margin: 0 auto;
	}

#header { 
	height: 175px;
	margin-top:10px;
	background-color: #fff;
	background-image: url("http://www.bcachievement.com/images/header1.jpg");
	}
#header img {  /* bcaf logo placement */
	margin: 65px 0 0 55px;
	border: 0;
	}
#tagline {  /* tagline placement */
	float: right;
	position: relative;
	top: 30px;
	right: 120px;
	width: 190px;
	}

#contentwrapper {
	background: #fff;
	float: left;
	width: 100%;
	}
#contentcolumn {
	margin-left: 200px;  /* set left margin to leftcolumn width */
	}
.innercontent {
	margin: 20px 25px 10px 20px;
	}
.innercontent ul {
	padding: 0;
	margin: 0;
	}
.innercontent li {
	padding: 0;
	margin-left: 1em;
	}
#awardlogo {
	width: 100%;
	padding: 0 0 20px 0;
	text-align: center;
	}
#awardlogo img {
	padding: 0 25px;
	border: 0;
	}
img.floatRight { 
	float: right; 
	margin: 0 0 5px 20px;
	clear:right;
	}
p.floatRight {
	float: right; 
	text-align: center;
	margin: 0 0 5px 150px;
	clear: right;
	text-decoration: underline;
	font-family: Arial, san-serif;
	font-size: small;
	font-weight: normal;
	}
p.floatRight:hover {
	text-decoration: none;
	}
.imgright img {
	float: right;
	text-align: right;
	border: 0;
	padding: 0 0 5px 20px;
	}
.imgright {
	float: right;
	text-align: right;
	}

table.eventpics {  /* events.php */
	width: 100%;
	background: #fff;
	}
table.eventpics td {
	width: 50%;
	vertical-align: top;
	text-align: center;
	padding: 10px 3px;
	}
table.eventpics td img {
	border: 0;
	padding: 0;
	}
.caption_eventpics {
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0 20px;
	color: #444;
	}
.pagination_eventpics {
	color: #777;
	font-size: 85%;
	float: right;
	padding: 0 0 0 25px;
	margin-right: 35px;
	}

#leftcolumn {
	font-size: x-small;
	font-weight: normal;
	float: left;
	width: 200px;  /* width of left column */
	margin-left: -840px;  /* set left margin to -(maincontainer width) */
	background: #ccc;
	color: #000;
	}
.innerleft {
	margin: 20px;
	line-height: 150%;
	}
#leftcolumn a {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	line-height: 150%;
	}
#leftcolumn a:hover {
	text-decoration: none;
	}
#leftcolumn ul {
	padding: 0;
	margin: 0;
	}
#leftcolumn li {
	margin-left: 1.5em;
	line-height: 150%;
	}
p.menu_message {
	font-weight: bold;
	color: #000;
	font-size: 105%;
	}
hr.leftmenu {
	width: 50%;
	}
#subaward {
	padding: 10px 15px;
	border: 2px solid #aaa;
	}

#contactinfo {
	color: #000;
	font-family: Verdana;
	font-size: small;
	padding: 25px 0 0 0;
	width: 100%;
	float: left;
	clear: both;
	}
#copyright {
	color: #000;
	font-family: Verdana;
	font-size: x-small;
	line-height: 150%;
	padding: 15px 0 10px 0;
	width: 100%;
	float: left;
	clear: both;
	}

#footer {
	clear: left;
	width: 100%;
	background: #000;
	padding: 0;
	height: 1px;
	margin-bottom: 10px;
	}

