@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #D7E7EE;
	background-image: url(images/mainbackground.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #3C879B;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #container #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 306px;
	margin-left: 110px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #container #sidebar1 #sidebox h2 {
	padding-right: 28px;
	padding-left: 28px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
	margin: 0px;
}
.slideshow {
	margin-bottom: 25px;
}
.twoColFixLtHdr #container #sidebar1 .sidebox {
	background-image: url(images/sidebarsectiontop.png);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #sidebar1 #sidebox {
	background-image: url(images/sidebarsectiontop.png);
	background-repeat: no-repeat;
	margin: 0px;
}
.twoColFixLtHdr #container #sidebar1 #sidebox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 28px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #prefooter {
	height: 44px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #sidebar1 #bottombox {
	background-image: url(images/bottombox.png);
	background-repeat: no-repeat;
	height: 23px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 110px;
	margin-bottom: 0;
	margin-left: 490px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #container #peoplelist {
	margin-left: 490px;
	margin-right: 110px;
}
.twoColFixLtHdr #container #peoplelist #col1 {
	width: 198px;
	margin-right: 0px;
	clear: none;
	float: left;
}
.twoColFixLtHdr #container #peoplelist #col2 {
	width: 198px;
	float: none;
	margin-left: 198px;
	clear: none;
	padding: 0px;
}
.twoColFixLtHdr #container #peoplelist h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #peoplelist #listcontainer {
	width: 600px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #store h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
.twoColFixLtHdr #container #prefooter li {
	display: inline;
	padding-right: 68px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container #footer {
	background-color: #EFEFEF;
}
.twoColFixLtHdr #container #prefooter ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline-block;
	width: 960px;
	padding-left: 0px;
	float: none;
	margin-top: 12px;
	margin-right: auto;
	margin-left: 120px;
	padding-right: 0px;
}
.twoColFixLtHdr #container #prefooter a {
	color: #666666;
}
.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;
}
.twoColFixLtHdr #container #mainContent h4 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #337081;
	margin-top: 4px;
	margin-bottom: 2px;
}
.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;
}
.twoColFixLtHdr #container #sidebar1 #sidebox2 {
	background-image: url(images/sidebarsectiontop.png);
	background-repeat: no-repeat;
	margin: 0px;
}
.twoColFixLtHdr #container #sidebar1 #sidebox2 h2 {
	padding-right: 28px;
	padding-left: 28px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.twoColFixLtHdr #container #sidebar1 #sidebox2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 28px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #sidebar1 #bottombox2 {
	background-image: url(images/bottombox.png);
	background-repeat: no-repeat;
	height: 23px;
	margin-bottom: 20px;
}
.biopic {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #437547;
	border-right-color: #D3DD88;
	border-bottom-color: #D7E197;
	border-left-color: #437547;
	text-align: left;
	float: left;
	padding-bottom: 10px;
	padding-right: 20px;
}
.twoColFixLtHdr #container #sidebar1 #sidebox3 h2 {
	padding-right: 28px;
	padding-left: 28px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #sidebar1 .sidebox3 {
	background-image: url(images/sidebarsectiontop.png);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #sidebar1 #sidebox3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 28px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #sidebar1 #bottombox3 {
	background-image: url(images/bottombox.png);
	background-repeat: no-repeat;
	height: 23px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #sidebar1 #sidebox3 {
	background-image: url(images/sidebarsectiontop.png);
	background-repeat: no-repeat;
	margin: 0px;
}
.twoColFixLtHdr #container #prefooter p {
	margin-left: 110px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	font-size: 14px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #share {
	background-color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 116px;
}
.twoColFixLtHdr #container #footer p {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container #share a {
	background-color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #666666;
}
.boldit {
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	padding-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent p a {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.twoColFixLtHdr #container #sidebar1 ol li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-right: 28px;
	margin-left: 20px;
	padding-bottom: 20px;
	color: #666666;
	font-style: italic;
}
.twoColFixLtHdr #container #sidebar1 #sidebox2 h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 28px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: normal;
	padding-top: 0px;
}
.twoColFixLtHdr #container #sidebar1  ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent h5 {
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.centerit {
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	padding-right: 28px;
	padding-left: 28px;
	margin-top: 0px;
	text-align: center;
	color: #666666;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #sidebar1 #sidebox2 p a {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.twoColFixLtHdr #container #sidebar1 #sidebox2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #sidebar1 #sidebox2 #form1 table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 26px;
	margin-left: 28px;
}
.ital {
	font-style: italic;
}
.sidebarwidepic {
	padding-left: 12px;
	text-decoration: none;
	padding-bottom: 12px;
}
.twoColFixLtHdr #container #peoplelist #col3 {
	width: 100px;
	float: left;
	margin-left: 400px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #container #peoplelist #listcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.twoColFixLtHdr #container #footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #sidebar1 #sidebox2 h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	padding-left: 28px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #store {
	margin-top: 0;
	margin-right: 110px;
	margin-bottom: 0;
	margin-left: 490px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #store h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #47ABC1;
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: 0px;
}
.twoColFixLtHdr #container #store p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.biopic {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #437547;
	border-right-color: #D3DD88;
	border-bottom-color: #D7E197;
	border-left-color: #437547;
	text-align: left;
	float: left;
	padding-bottom: 20px;
	padding-right: 30px;
}.twoColFixLtHdr #container #store h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #store li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 10px;
	color: #666666;
}
.twoColFixLtHdr #container #store form {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 40px;
}
.twoColFixLtHdr #container #store p a {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.twoColFixLtHdr #container #store li a {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.sidebarpicstandalone {
	margin-left: 30px;
}
.twoColFixLtHdr #container #sidebox p a {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #47ABC1;
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: 0px;
}
.addtopmargtopimage {
	margin-top: 20px;
}
.sidebarwidepictop {
	padding-left: 12px;
	text-decoration: none;
	padding-bottom: 12px;
	padding-top: 20px;
}
.addtopmargin2 {
	padding-top: 50px;
}
.twoColFixLtHdr #container #sidebar1 #sidebox3 p a {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.twoColFixLtHdr #container #mainContent h6 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #337081;
	margin-top: 4px;
	margin-bottom: 2px;
}
.rightalign {
	text-align: right;
}
.twoColFixLtHdr #container #sidebar1 #sidebox2  table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 26px;
	margin-left: 28px;
}
.twoColFixLtHdr #container #peoplelist #listcontainer table {
	margin-bottom: 30px;
}
.flashcaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #868686;
	margin-top: 0px;
	padding-bottom: 12px;
}
.flashnobottom {
	margin-bottom: 4px;
}
.h2underflash {
	padding-top: 10px;
}
.twoColFixLtHdr #container #prefooter2 li {
	display: inline;
	padding-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container #prefooter2 ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline-block;
	width: 960px;
	padding-left: 0px;
	float: none;
	margin-top: 12px;
	margin-right: auto;
	margin-left: 120px;
	padding-right: 0px;
}
.twoColFixLtHdr #container #prefooter2 a {
	color: #666666;
}
.twoColFixLtHdr #container #prefooter2 {
	height: 44px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.italbox {
	font-style: italic;
	display: block;
	border: 1px solid #666666;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}

