@charset "UTF-8";
body  {
	font: 100% "Times New Roman", Times, serif;
	background: #4B7137 url(images/bg.jpg);
	margin: 0px auto auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 990px;
}
.twoColFixLt #container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #7B8427;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/bg_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* 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 */
	background: #FFFFFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}
.twoColFixLt #mainContent {
	margin-left: 280px;
	border-left-color: #999999;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-color: #999999;
	margin-right: 220px;
	padding-top: 0px;
} 
#sidebar2 {
	float: right;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
}
.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;
}
p {
	margin: 0px;
	padding: 6pt 0px 0px;
	color: #414141;
	font-size: 11pt;
	list-style-type: decimal;
}
h1 {
	font-size: 12pt;
	color: #4B7137;
	margin: 0px;
	line-height: 0pt;
	padding-bottom: 0px;
	padding-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
.sidebar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.twoColFixLt #container #sidebar1 #Accordion1 .AccordionPanel .AccordionPanelTab {
}
#footer {
	width: 330px;
	margin-top: 10px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
	text-decoration: underline;
}
a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
:focus {
    outline: none;
}
.twoColFixLt #container #mainContent #photo_box {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 20px 0px 10px;
	line-height: 14pt;
}
.twoColFixLt #footer #left {
	float: left;
	width: 330px;
}
.twoColFixLt #footer2 {
	float: right;
	width: 660px;
	margin-top: 10px;
}

