.maintext {
	color: black;
	font-size: 11pt;
	font-family: Arial;
	font-style: normal;
	line-height: 13pt;
	font-stretch: narrower;
	text-decoration: none;
	text-align: left
}
.maintext_center {
	color: black;
	font-size: 11pt;
	font-family: Arial;
	font-style: normal;
	line-height: 13pt;
	font-stretch: narrower;
	text-decoration: none;
	text-align: center
}
.bio          {
	color: black;
	font-size: 10pt;
	font-family: Arial;
	font-style: normal;
	line-height: 12pt;
	font-stretch: narrower;
	text-decoration: none;
	text-align: left;
}
.bioheader         {
	font-size: 15pt;
	font-family: Arial;
	font-style: italic;
	font-variant: small-caps;
	line-height: 17pt;
	font-stretch: narrower;
	text-align: left;
	color: #FFF;
}
.header1         { color: black; font-size: 12pt; font-family: Arial; font-style: normal; line-height: 13pt; font-stretch: narrower; text-decoration: underline; text-align: left }
a:link      { color: #A01E1E; font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; font-stretch: inherit; text-decoration: none; background-color: transparent }
a:visited    { color: #A01E1E; text-decoration: none; background-color: transparent }
a:hover     { color: #A01E1E; font-size: inherit; text-decoration: underline; background-color: transparent }
a:active   { color: #cb2f30; font-size: inherit; text-decoration: none; background-color: transparent }


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bkgdgray.jpg);
	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-size:12px;
}
img  {
}
#container {
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px hidden #111111;
	text-align: left;
}
#header {
	background: #111111;
	padding: 0 10px 0 20px;  /* 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. */
	background-image: url(../images/header_bg.png);
	height: 120px;
	background-position: bottom;
}
#header h1 a {
	color: #FFF;
}
#logo {
	position:absolute;
	z-index:5;
	background: #DDDDDD;
	background-image: url(../images/bkgdgray.jpg);
	padding-top: 50px;
	background-color: #111111;
}
#logo img{
	border:hidden;
}
#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: 0px 0 0 0;
	display:inline-block;
	float: right;
	left: 353px;
	top: 4px;
	height: 28px;
	width: 623px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: right;
	color: #FFF;
}
#navbar {
	height: 47px;
	left: 518px;
	top: 38px;
	display: inline-block;
	float: right;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #fff3cd;
}
#bodytop {
	padding: 20px 20px 20px 210px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 550px;
	min-height: 80px;
}
#bodymain {
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 750px;
	min-height: 250px;
}
#footer {
	padding: 10px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/footer_bg.png);
}
#footer p {
	color:#999;
	font-size:10px;
	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;
}
#footer a {
	color:#999;
}
#footer a:hover {
	text-decoration:underline;
}
