@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #FFF;
}
.bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
}
.twoColFixRtHdr #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/container_BG.gif);
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	height: 110px;
	margin: 0px;
	padding: 0px;
	width: 955px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
}
#nav {
	height: 30px;
	background-image: url(images/navigationbar.jpg);
	margin-right: auto;
	margin-left: auto;
}
#picture {
	height: 210px;
}
#bodycopy {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
#ad space {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
#ad space {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
#subhead {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 300px;
	font-family: "Times New Roman", Times, serif;
}
#ad {
	float: right;
	height: 700px;
	width: 300px;
	margin-top: 20px;
	text-align: center;
}
.twoColFixRtHdr #mainContent {
	width: 760px;
	float: left;
} 
#editbody {
	padding: 5px;
}
.twoColFixRtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F21624;
	letter-spacing: 0.15em;
	text-align: center;
	line-height: 14px;
	word-spacing: 0em;
	padding-right: 200px;
} 
#pictureshadow {
	height: 15px;
	width: 760px;
}
#sidebartext {
	font-family: "Arial Black", Gadget, sans-serif;
	padding: 12px;
	color: #FFF;
	text-align: center;
	font-size: 11px;
}
.twoColFixRtHdr #container #sidebar1 #sidebartext p {
}
.SmallSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
SectionHeader {
	font-weight: bold;
}
bodycopy {
	font-family: "Times New Roman", Times, serif;
}
.twoColFixRtHdr #container #mainContent #bodycopy table tr .SmallSubhead p {
	font-size: 11px;
}
.twoColFixRtHdr #container #sidebar1 #sidebartext p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebarheader {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
}
#editable {
	float: left;
	width: 700px;
	padding: 0px;
	margin: 20px;
	font-size: 12px;
}
.contactbody {
	font-size: 12px;
	line-height: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
#background {
	background-image: url(images/BCTbackground.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr #background #container #mainContent #bodycopy table tr .SmallSubhead table tr td p .SmallSubhead {
	font-family: "Arial Black", Gadget, sans-serif;
}
