@charset "utf-8";

* {
	margin: 0;
	padding:0;
	
}
html {
	font-size: 100%;
}


body  {
	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: sans-serif, Arial, Verdana, Helvetica, Geneva;
	font-size: 62.5%;
	background-color: #ffffff;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-x;
}
#content {
	height: 1350px;
	background-color: #FFF;
	background-image: url(images/subpage_bg1350.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.thrColFixHdr #container {
	width: 955px;
	margin: 0 auto;
	;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	height: 210px;

} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-left: 5px;
	font-family: sans-serif, Arial, Verdana, Helvetica, Geneva;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #38575a;
	background-image: url(images/sidebar1_bg21190.gif);
	background-repeat: no-repeat;
	height: 1300px;
	padding-top: 50px;
	background-color: #9AC4C7;
}
.thrColFixHdr #sidebar2 {
	width: 165px; /* padding keeps the content of the div away from the edges */
	float: right;
	background-color: #FFF;
	background-image: url(images/sidebar2_bg1.gif);
	font-family: sans-serif, Arial, Verdana, Helvetica, Geneva;
	font-size: 1.4em;
	font-style: normal;
	line-height: 3em;
	padding-right: 2px;
	height: 1300px;
	background-repeat: no-repeat;
	padding-top: 50px;
}
.thrColFixHdr #mainContent {
	width: 595px;
	float: left;

} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	font-family: sans-serif, Arial, Verdana, Helvetica, Geneva;
	line-height: 0.5em;
	color: #2c6266;
} 
.thrColFixHdr #footer p {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}
.thrColFixHdr #footer a:visited  {
	color: #2c6266;
}
.thrColFixHdr #footer a:link {
	color:#699;
}
.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;
}
#navigation ul {
	margin-bottom: 40px;
	list-style-type: none;
	width: 170px;
	font-size: 0.9em;
	text-align: center;
}
#navigation ul ul {
	font-size: 0.9em;
}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 3px 12px 3px 8px;
	color: #233d38;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #dddddd;
}
#navigation a:hover {
	background-image: url(images/hover.png);
}
#navigation a:active {
	padding: 2px 13px 4px 7px;
	color: #233d38;
	border-top: 1px solid #333333;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #333333;
}
#navigation2 ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}
#navigation2 a:link, #navigation2 a:visited {
text-decoration: none;
	font-weight: bold;
	display: block;
	border-top: 1px solid #2c6266; 
	color: #2c6266;
}
.bottom {
	border-bottom: 1px solid #2c6266;
}
#navigation2 a:hover {
	background-color: #e2f3f3;
}
#navigation2 a:active {
	background-color: #d4e3e3;
}
#navigation ul li .focus, #navigation ul li .focus a:hover, #navigation ul li .focus a:active {
	background-image: url(images/hover.png);
}
#navigation ul li .focus1, #navigation ul li .focus1 a:hover, #navigation ul li .focus1 a:active {
	background-image: url(images/hover.png);
}
#pagetxt {
	color: #2c6266;
	font-family: sans-serif, Arial, Verdana, Helvetica, Geneva;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 35px;
	padding-right: 25px;
	padding-left: 35px;
}
#pagetxt ul {
	padding-left: 20px;
}
#pgtitle  {
	background: #FFF;
	width: 280px;
	margin-left: 150px;
	font-size: 30px;
	font-weight: bold;
	font-family: sans-serif, Arial, Verdana, Helvetica, Geneva;
	color: #b19e87;
	padding: 5px;
}
.impact, #pgtitle  {
	width: 330px;
	margin-left: 140px;
}
h1 {
	font-size:1.4em;
	font-weight: bold;
	color: #b19e87;;
	
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #b19e87;
}
#image {
	padding: 10px;
	float: right;
}
#image1 {
	padding: 10px;
	float: left;
}
