@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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E5E0BF;
}

a:link {
	color: #993300;	
	text-decoration: none;
}

a:visited {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}

#BCScontainer {
	width: 800px;
	text-align: left;
	margin: 0;
	background-image: url(../images/BCSweb_illus_12.gif);
	background-color: #E5E0BF;
	background-repeat: no-repeat;
	background-position: right 235px;
} 

#header {
	width: 800px;
	height: 165px;
	position: relative;
	margin: 0px;
}

#headerNav {
	width: 550px;
	height: 165px;
	left: 250px;
	position: absolute;
	top: 0px;
	margin: 0px;
	overflow: hidden;
}

#sidePhoto {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 435px;
	margin: 0px;
}

#headLine {
	width: 550px;
	height: 70px;
	float: right;
	background-image: url(../images/BCSweb_illus_11.gif);
}

#headLine p{
	margin-left:42px;
}

#pageContent {
	float: right;
	width: 508px;
	/*	background-image: url(../images/BCSweb_illus_11.gif);*/
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 42px;
	padding: 0px;
}

#pageContent table ul {
	line-height: 26px;
	padding-left: 4px;
	margin-left: 12px;
}

#pageContent img {
	padding-bottom: 15px;
}

#pageContentFront {
	width: 458px;
}

#pageContentFront p {
	margin-top:0px;
	margin-bottom: 15px;
}


#pageContentBody {
	width: 458px;
}

#pageContentBody p {
	margin-top:0px;
	margin-bottom: 5px;
}

#pageContent ul {
	margin-left:20px;
	margin-top: 5px;
	line-height: 18px;
}

#bse ul {
	margin-left:0px;
	line-height: 14px;
}

#footer {
	padding: 0px;
	width: 800px;
} 

#footer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 292px;
}

#footer a:link {
	color: #133822;
	text-decoration: none;
}

#footer a:visited {
	color: #133822;
	text-decoration: none;
}

#footer a:hover {
	color: #133822;
	text-decoration: underline;
}

.floatRT { /* 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;
}

.floatLF { /* 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;
}

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bodyCopyFront {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

.bodyHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #133822;
	font-weight: bold;
	margin-bottom: 0px;
}

.footerInfo {
	font-size: 11px;
	font-weight: bold;
	color: #133822;
}

.footerDisc {
	font-size: 10px;
}

.docTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	font-weight: normal;
}

.bodyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
}

.docName {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #133822;
	font-weight: bold;
	margin-bottom: 5px;
}

.docName a:link {
	color: #133822;
	text-decoration: none;
}

.docName a:visited {
	color: #133822;
	text-decoration: none;
}

.docName a:hover {
	color: #133822;
	text-decoration: underline;
}

.docHead {
	color: #133822;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

.docHeadCert {
	color: #133822;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.resumebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.resumeUndersub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #133822;
}

.resumesubheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #133822;
	font-weight: bold;
}

#headArea {
	background-image:url(../images/BCSweb_illus_10.gif);
	background-repeat:no-repeat;
	width: 550px;
	height: 70px;
}
