@charset "UTF-8";
body  {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size: 1em;
	margin-top: 10px;
	background-color: #660;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: auto; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	background-color: #F5EFC4;
	overflow: hidden;
	margin-left: auto;
	font-size: 1em;
} 
.LtSidebar_info {
	text-align: center;
	background-color: #FFC;
	border: thin solid #000;
	padding: 5px;
	margin-bottom: 3px;
}
.twoColFixLtHdr #header {
	height: auto;
	width: auto;
	margin: 10px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/headers_logos/TopHeader.jpg);
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #CC9;
	border: thin solid #330;
	margin: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.twoColFixLtHdr #mainContent {
	font-size: 1em;
	height: auto;
	text-align: left;
	padding: 10;
	margin: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #996;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #330;
	text-align: left;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #330;
} 
.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;
	line-height: 0px;
	text-align: center;
	font-size: 1px;
}
#header_info_01 {
	width: 650px;
	font-weight: bold;
}
#bioInfo_01 {
	font-size: 16px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
}
#portrait_info_01 {
	text-align: center;
	margin: 10px;
	font-size: x-large;
}
.twoColFixLtHdr #container #mainContent #form_01 fieldset {
	text-align: left;
}
#LtSidebar_info {
	background-color: #FFC;
	border: thin solid #000;
	padding: 5px;
}
#RtSidebar_info {
	background-color: #FFC;
	border: thin solid #000;
	text-align: center;
	padding: 10px;
}
.lgImgRt {
	float: right;
	width: 750px;
	margin: 15px;
}
.alignCtr {
	text-align: center;
}
