@charset "UTF-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F2F2F2;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 40px;
	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;
}
a:link {color:#676767; text-decoration:none;}
a:active {color:#333333; text-decoration:none;}
a:visited {color:#333333; text-decoration:none;}
a:hover {color:#333333; text-decoration:none;}

.twoColFixRt #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 599px;
	background: #FFFFFF;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666; 
	text-align: left;
	background-image:url(images/evanschmidt.gif);
	background-position: 583px 15px;
	overflow:hidden;
	background-repeat:no-repeat; /* this overrides the text-align: center on the body element. */
/*	display: table-cell;
    vertical-align: middle;
*/
}
.twoColFixRt #sidebar1 {
    margin: 40px 0 0 0;
	float: right; /* since this element is floated, a width must be given */
	width: 141px; /* 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: 519px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 15px 20px 15px;
}
.twoColFixRt #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	vertical-align: top
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
.headText {
	margin: 0 0 10px 18px;
	height: 118px;
}
.style2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989898;
	margin-top: 9px;  
	font-style: normal;
}
.style5 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #989898;
	margin-top: 12px;
	margin-bottom: 9px;
}
.style7 {
	font-size: 21px;
	color: #989898;
	font-family: Arial, Helvetica, sans-serif;
}
.style8 {color: #989898}
.style9 {font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
.style14 {font-size: 12px; font-family: "Times New Roman", Times, serif; font-style:italic; color: #999999;  margin-top: 25px;}

.style11 {font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #676767; margin-top: 9px; }
.style13 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #4D4D4D; margin-top: 422px; }
