@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif; 
	background-image: url (../images/BG.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #151e3d;
	margin: 10px 0 0 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: #000;
}

.oneColFixCtrHdr h1 {
	font-family: Georgia, Times, Serif;
	font-size:30px;
	width:auto;
	color: #000;
	font-weight: 400;
	padding-top: 15px;
}

.oneColFixCtrHdr h2 {
	font-family: Georgia, Times, Serif;
	font-size:19px;
	color: #151e3d;
	font-weight: 400;
}

.oneColFixCtrHdr h3 {
	font-family: Georgia, Times, Serif;
	font-size:16px;
	font-weight: 400;
	color: #3a54a1;
	}

	.oneColFixCtrHdr h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: 400;
	color:#977e39;
	}
	
	.oneColFixCtrHdr h4 a {
	color:#acacac;
	}

a {
	color: #6633cc;
}

a:hover {
	color: #826fef;
}
	
.oneColFixCtrHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #151e3d;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 90px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	clear:both;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logosection h1	a {
  margin: 0;
  margin-top: 1px;
  padding: 0;
  padding-top: 86px;
  height: 0;
  width: 300px;
  background-image: url(images/logo.jpg);
  background-repeat: no-repeat;
  float: left;
  overflow: hidden;
}

.oneColFixCtrHdr #focus {
	margin: 0px;
	background-image:url(images/focus_header2.jpg);
	background-repeat:no-repeat;
	height:81px;
	clear:both;
	}
	
.oneColFixCtrHdr #focus2 {
	background-color:#151e3d;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 10px;
	text-align:center;
	font-weight:400;
	padding: 9px;
	border-bottom: 1px solid #7d69ee;
	border-top: 1px solid #7d69ee;
	}

.oneColFixCtrHdr #focus2 a {
		color:#fff;
	}
	
.oneColFixCtrHdr #focus2 a:hover {
			color: #7669ee;
	}

.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 5px;
	padding-bottom: 10px;
	background: #FFFFFF;
	font-size: 14px;
	line-height: 21px;
	height:auto;
	clear:both;
}
.oneColFixCtrHdr #picbar {
	border-top: 2px solid #977e39;
	clear:both;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #977e39;
	border-bottom: 2px solid #7d69ee;
	clear:both;
}
.oneColFixCtrHdr #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 */
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
.oneColFixCtrHdr #footer a {
	color:#FFFFFF;
}

#pic {
	padding: 5px;
	text-align:center;
	clear: both;
}
#pad {
	padding-left: 21px;
	}
.oneColFixCtrHdr #picwrap {
	background: #FFFFFF;
	float:left;
	border-bottom: 3px solid #7d69ee;
}

.oneColFixCtrHdr #flashcontent {
	float:left;
	border-bottom: 3px solid #7d69ee;
}
.oneColFixCtrHdr #bio {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 17px;
}
.oneColFixCtrHdr #pledge {
	margin: 10px;
	padding: 10px;
	background-color: #3a54a1;
	border: 3px solid #7d69ee;
	color: #FFFFFF;
	}
	
	.oneColFixCtrHdr #pledge a {
	color: #FFFFFF;
	}
