@charset "UTF-8";
#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:1000px;
  height: 100%;
  margin: auto;
	background: #666666;
	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: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-color: #3F9DB7;
}
a:link {
	color: #399DB6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #399DB6;
}
a:hover {
	text-decoration: none;
	color: #85BF3A;
}
a:active {
	text-decoration: none;
}
a.green:link {
	color: #85BF3A;
	text-decoration: none;
}
a.green:visited {
	text-decoration: none;
	color: #85BF3A;
}
a.green:hover {
	text-decoration: none;
	color: #399DB6;}
a.white:link {
	color: #FFF;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #FFF;
}
a.white:hover {
	text-decoration: none;
	color: #FFCB40;
}
a.yellow:link {
	color: #FFCB40;
	text-decoration: none;
}
a.yellow:visited {
	text-decoration: none;
	color: #FFCB40;
}
a.yellow:hover {
	text-decoration: none;
	color: #FFF;
}
a.whiteorange:link {
	color: #FFF;
	text-decoration: none;
}
a.whiteorange:visited {
	text-decoration: none;
	color: #FFF;
}
a.whiteorange:hover {
	text-decoration: none;
	color: #FF7925;
}
.darkpurplecopy {
	color: #606;
}
.pinkcopy {
	color: #D00A7B;
}

.thrColFixHdr #container {
	width: 1000px;
	margin: 0; /* this overrides the text-align: center on the body element. */
	font-size: 13px;
	background-image: url(../assetsbase/shadow_extend.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	overflow: visible;
	float: left;
	height: auto;
}
.thrColFixHdr #mainContent {
	height: auto;
	width: 950px;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	background-image: url(../assetsbase/bkgrnd_about.jpg);
	background-repeat: no-repeat;
	min-height:800px;
	height:auto !important;
	height:800px;
	margin-left: 25px;
	margin-top: 0px;
	background-color: #FFF;
	background-position: center top;
}
.thrColFixHdr #header {
	height: 35px;
	width: 1000px;
	background-image: url(../assetsbase/shadow_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding: 0;
	margin-right: 25px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 25px; /* padding keeps the content of the div away from the edges */
	height: 100%;
	background-image: url(../assetsbase/shadow_left.jpg);
	background-repeat: repeat-y;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 25px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(../assetsbase/shadow_right.jpg);
	background-repeat: repeat-y;
}
.thrColFixHdr #container #mainContent h1 {
	text-align: left;
	}
#leftnav {
	float: left;
	width: 225px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bodyCopy {
	height: auto;
	width: 440px;
	margin-top: 130px;
	float: left;
	line-height: 20px;
}
#bodyCopy h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 27px;
	color: #3F9DB7;
	font-weight: normal;}

.header1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 27px;
	color: #3F9DB7;
	font-weight: normal;
}
.header2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 27px;
	color: #FC3;
	font-weight: normal;
}
.header3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 27px;
	color: #9C0;
	font-weight: normal;
}
.header4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 27px;
	color: #3D9539;
	font-weight: normal;
}
.header5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 27px;
	color: #F7871E;
	font-weight: normal;
	
}
.header6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 27px;
	color: #D00A7B;
	font-weight: normal;
}
.header7{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 27px;
	color: #660066;
	font-weight: normal;
	}
.header8{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 27px;
	color: #A24297;
	font-weight: normal;
}
.greensubhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #9C0;
	font-weight: bold;
}
.thrColFixHdr #footer {
	padding: 0;
	background-color: #399DB6;
	background-image: url(../assetsbase/shadow_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	width: 1000px;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	float: left;
} 
.thrColFixHdr #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 */
}
.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;
}
#rightsidebar {
	height: auto;
	width: 240px;
	margin-top: 20px;
	float: right;
	margin-right: 20px;
}
#graybox {
	height: auto;
	width: 128px;
	float: left;
	background-image: url(../assetsbase/box_topgray.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E8E8E8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
#grayboxbottom {
	width: 158px;
	margin-left: 17px;
	margin-top: 0px;
	background-image: url(../assetsbase/box_bottomgray.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	float: left;
}
#yellownarrowbox {
	height: auto;
	width: 128px;
	float: left;
	background-image: url(../assetsbase/box_topyellownarrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFCB40;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
#yellownarrowboxbottom {
	width: 158px;
	margin-left: 17px;
	margin-top: 0px;
	background-image: url(../assetsbase/box_bottomyellownarrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	float: left;
	margin-bottom: 10px;
}
#greengraybox {
	height: auto;
	width: 190px;
	float: left;
	background-image: url(../assetsbase/box_topgreengray.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #8AC12F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
#greenbox {
	height: auto;
	width: 190px;
	float: left;
	background-color: #85BF3A;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
#greenboxbottom {
	width: 220px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../assetsbase/box_bottomgreen.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#greenboxtop {
	width: 220px;
	margin-left: 17px;
	margin-top: 0px;
	background-image: url(../assetsbase/box_topgreen.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#yellowbox {
	height: auto;
	width: 190px;
	float: left;
	background-color: #FC3;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
#yellowboxbottom {
	width: 220px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../assetsbase/box_bottomyellow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#yellowboxtop {
	width: 220px;
	margin-left: 17px;
	margin-top: 0px;
	background-image: url(../assetsbase/box_topyellow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}
#orangebox {
	height: auto;
	width: 190px;
	float: left;
	background-color: #FF7925;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
#orangeboxbottom {
	width: 220px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../assetsbase/box_bottomorange.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#orangeboxtop {
	width: 220px;
	margin-left: 17px;
	margin-top: 0px;
	background-image: url(../assetsbase/box_toporange.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.darkgreencopy {
	color: #360;
}
.orangecopy {
	color: #F7871E;
}
.bluecopy {
	color: #128FD1;
}
.darkorangecopy {
	color: #F30;
}
.yellowcopy {
	color: #FFCB40;
}
.italblue11 {
	color: #128FD1;
	font-size: 11px;
	font-style: italic;
}
.table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
}
