@charset "UTF-8";
body  {
	background-color: #FFF;
	background-image: url(images/nav/L-Vertical.jpg);
	background-repeat: repeat-x;
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;	
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* 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. */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: 0px 0px 0px 0px;
}
.twoColFixLtHdr #container #sidebar1 #SideCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.highlight {
	background-color: #CFF;
}
.twoColFixLtHdr #container #sidebar1 #SideCopy dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 5px;
}
.twoColFixLtHdr #container #sidebar1 #SideCopy dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 #SideCopy dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}
.twoColFixLtHdr #container #sidebar1 #SideCopy a {
	font-size: 14px;
	color: #00a365;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContentSuperior {
	background-image: url(images/nav/indexpix.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #mainContentSuperior #mainContent a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #00A365;
	font-weight: bolder;
}
.whiteTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #666;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.twoColFixLtHdr #container #mainContent #indexpix {
	background-image: url(images/nav/indexpix.jpg);
	background-repeat: no-repeat;
}
.aindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #00A365;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 18px;
	line-height: 23px;
	color: #00529c;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-bottom-color: #00529c;
	border-bottom-width: 1px;
	cursor: default;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 16px;
	line-height: 21px;
	color: #00a365;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px none #FFF;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 11px;
	line-height: 14px;
	color: #5C98CE;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px none #FFF;
	font-weight: normal;
	text-transform: uppercase;
	font-style: oblique;
}
.twoColFixLtHdr #container #mainContent h4 {
	font-size: 11px;
	line-height: 14px;
	color: #666;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px none #FFF;
	font-weight: normal;
	text-transform: none;
	font-style: oblique;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333;
	font-style: italic;
}
.twoColFixLtHdr #container #mainContent ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-right: 8px;
}
.pixmargin {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 5px;
}
.twoColFixLtHdr #container #mainContent dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333;
}
.twoColFixLtHdr #container #mainContent dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333;
	padding-bottom: 6px;
}
.twoColFixLtHdr #container #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #00529c;
	text-decoration: none;
}
.twoColFixLtHdr #container #InTable a {
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}
.twoColFixLtHdr #footer {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	background-color: #5ED1A5;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #666;
}
#Sidecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.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;
}
.pixcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	background-color: #CCC;
	text-align: right;
	float: right;
}
.Tcen {
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        color:#000000;
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        line-height:09pt;
        font-size:08pt;
         text-align:center;
         background-color:#eeeeee;
         }
.Tlef {
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        color:#000000;
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        line-height:09pt;
        font-size:08pt;
         text-align:left;
         background-color:#eeeeee;
         }
.Tleg {
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        color:#000000;
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        line-height:09pt;
        font-size:08pt;
         text-align:left;
         background-color:#eeeeee;
         }
.Trig {
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        color:#000000;
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        line-height:09pt;
        font-size:08pt;
         text-align:right;
         background-color:#eeeeee;
         }
.Tcgg {
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        color:#000000;
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        line-height:09pt;
        font-size:08pt;
         text-align:center;
         }
.Tlgg {
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        color:#000000;
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        line-height:09pt;
        font-size:08pt;
         text-align:left;
         }
.Trgg {
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        color:#000000;
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        line-height:09pt;
        font-size:08pt;
         text-align:right;
         }
.Tctr {
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        color:#000000;
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        line-height:09pt;
        font-size:08pt;
         text-align:center;
         letter-spacing:01pt;
         background-color:#eeeeee;
         }
.Tltr {
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        color:#000000;
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        line-height:09pt;
        font-size:08pt;
         text-align:left;
         letter-spacing:01pt;
         background-color:#eeeeee;
}
.Trtr {
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        color:#000000;
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        line-height:09pt;
        font-size:08pt;
         text-align:right;
         letter-spacing:01pt;
         background-color:#eeeeee;
         }
.Trnja {
         font-family:,verdana,arial,monaco,helvetica,sans-serif;
         font-size:10pt;
         text-align:center;
         letter-spacing:01pt;
         text-transform:uppercase;
         }
.Tcew {
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        color:#000000;
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        line-height:09pt;
        font-size:08pt;
         text-align:center;
         }
.Tlew {
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        color:#000000;
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        line-height:09pt;
        font-size:08pt;
         text-align:left;
         }
.Triw { font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        color:#000000;
        font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
        line-height:09pt;
        font-size:08pt;
         text-align:right;
         }

.Ttit {  font-family:helvetica, arial,arial,monaco,helvetica,sans-serif;
         line-height:13pt;
         font-size:10pt;
         text-align:center;
         color:#006699;
         font-weight:bold;
         }
th{
	font-family:helvetica, arial, arial, monaco, helvetica, sans-serif;
	color:white;
	background-color:#2E5889;
	font-size:11px;
	font-weight: normal;
	letter-spacing: 2px;
		}
.Smal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	line-height: 13px;
	text-transform: uppercase;
	color: #333;
}
.Smalindex {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: oblique;
	line-height: 14px;
	text-transform: none;
	color: #333;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #333;
}
#test td {
	font-size: 10px;
}

