@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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	background-image: url(images/bkgrnd_yellowbar.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* 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; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 15px 10px;
}
.twoColFixLtHdr #container-center {
    margin: 0 auto;
    width: 900px;
    background: #FFFFFF;
    text-align: left;
}
.twoColFixLtHdr #sidebar-indent {
    float: left; /* since this element is floated, a width must be given */
    width: 155px; /* 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; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 20px 0px 15px 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left 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. */
	padding: 0 20px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent-photo {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0; /* the left margin on this div element creates the column down the left 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. */
    padding-top: 0;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 20px;
    text-align: left;
    right: auto;
    left: auto;
    width: 100%;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 60px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #febb31;
} 
#footer table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006;
	text-decoration: none;
}
.twoColFixLtHdr #footer p {
	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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
.darkblue {
	color: #006;
}
.green {
	color: #004F2F;
}
.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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: 0px;
}
#pdf-container {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}
#pdf-container2 {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #004f2f;
	margin-bottom: -10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #004f2f;
	margin-bottom: -10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004f2f;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004f2f;
	margin-top: 0px;
	margin-bottom: 6px;
}
ul {
	list-style-image: url(images/green_bullet_4pxsq.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	list-style-position: outside;
	margin-top: 6px;
	font-weight: normal;
}
ul li {
	margin-top: 6px;
}
.menu_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #004f2f;
	padding-right: 20px;
	padding-left: 0px;
}
a:link {
	color: #039;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #969;
}
a:hover {
	color: #F90;
}
a:active {
	color: #F30;
}
.menu_items a:link {
	font-weight: bold;
	color: #004f2f;
	text-decoration: none;
}
.menu_items a:hover {
	color: #f90;
	text-decoration: none;
}
.submenu_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004f2f;
	padding-left: 10px;
}
.submenu_items a:link {
	color: #004f2f;
}
.submenu_items a:hover {
	color: #F90;
}
.submenu_items a:visited {
	color: #969;
}
