* {
	margin:0;
	padding:0;
	}
BODY {
	margin:0px auto; 
	margin-bottom:20px;
	background:#38415a url(../images/bg-body.jpg) top center repeat-x;
	color:#33415b;
	font-family:Verdana,Helvetica,Arial,sans-serif; 
	text-align:center;
	}
P {
	margin:9px 20px 12px 0px; 
	font:100%/140% Verdana,Helvetica,Arial,sans-serif; 
	}
H1, H2, H3, H4, H5, H6 {
	margin:15px 10px 0px 0px; 
	padding:0;
	color:#64b852; 
	font:bold 100%/140% 'Myriad Pro',Verdana,Helvetica,Arial,sans-serif; 
	}
H1 { 
	color:#ef7b09;
	font-size:150%; 
	text-transform:uppercase;
	}
H2 {
	font-size:130%; 
	}
H3 {
	font-size:110%; 
	}
H4 {
	font-size:95%; 
	}
H5 {
	font-size:90%; 
	}
H6 { 
	font-size:85%; 
	}
UL {
	margin:0px; 
	padding:0px 20px 0px 27px; 
	list-style-type:square; 
	color:#666666; 
	}
OL {
	margin:0px; 
	padding:0px 20px 0px 27px; 
	list-style-type:decimal; 
	color:#666666; 
	}
A:LINK {
	text-decoration:underline; 
	color:#33415b; 
	}
A:VISITED {
	text-decoration:underline; 
	color:#996600; 
	}
A:HOVER {
	text-decoration:underline; 
	color:#333333; 
	}
A:ACTIVE {
	color:#FF0000; 
	}
TABLE {
	margin:auto;
	}
TD {
	color:#666666; 
	padding:5px;
	}
TH {
	color:#666666; 
	}


  /**************************************************/
 /*****************ALL PAGE SELECTORS***************/
/**************************************************/
#pageWrapper {
	position:relative;
	margin:0 auto;
	width:780px;
	background:#38415a url(../images/bg-pageWrapper.jpg) repeat-y;
	}
#page {
	background:transparent url(../images/bg-page.jpg) no-repeat;
	padding-top: 190px;
	text-align:center;
	}
#headerWrapper {
	position:absolute;
	top:28px;
	left:10px;
	border-left:6px solid #5d99f0;
	border-right:6px solid #5d99f0;
	border-top:6px solid #5d99f0;
	width:748px;
	height:135px;
	text-align:left;
	}
#header {
	}
#logo {
	float:left;
	width:133px;
	margin-left:15px;
	padding:38px 0 0 0px;
	display:inline;
	}
#sectionHeaderDefault {
	position:absolute;
	top:0;
	right:0;
	background:transparent url(../images/section-what-we-do.jpg) no-repeat;
	width:587px;
	height:129px;
	}
#sectionHeader {
/*	float:right;
	margin-left:6px;
*/	width:587px;
	height:129px;
	text-align:right;
	}
#navBar {
	position:absolute;
	top:163px;
	left:10px;
	width:748px;
	height:27px;
	border-left:6px solid #5d99f0;
	border-right:6px solid #5d99f0;
	background:transparent url(../images/bg-nav.gif) repeat-x;
	}
#search {
	position:absolute;
	top:0;
	left:0;
	width:159px;
	height:27px;
	border-right:1px solid #a8aeba;
	background:transparent url(../images/bg-search.gif) repeat-x;
	font-family:Verdana,Helvetica,Arial,sans-serif; 
	font-size:14px;
	}
#search input {
	float:left;
	border:0;
	color:#5d99f0;
	}
#search .searchText {
	width:135px;
	margin:7px 0 0 6px;
	}
#search .goButton {
	margin-top:4px;
	margin-left:3px;
	}
#mainNav {
	font-size:11px;
	}
#mainNav UL {
	list-style:none;
	margin:0;
	margin-left:164px;
	padding:6px 0 0px 0;
	}
#mainNav LI { 
	float:left;
	padding:0 10px 2px 15px;
	background:transparent url(../images/bg-nav-li.gif) no-repeat;
	}
#mainNav LI A:LINK, #mainNav LI A:VISITED {
	color:#44683b;
	text-decoration:none;
	}
#mainNav LI.first {
	padding-left:2px;
	background:none;
	}
#mainNav LI.current A:LINK, #mainNav LI.current A:VISITED {
	color:#326fc3;
	}
#mainNav LI:HOVER {
	background-color:#d8eed2;
	text-decoration:none;
	}
#contentWrapper {
	margin:0 10px 0 10px;
	width:748px;
	/*background:transparent url(../images/bg-leftColumn.jpg) repeat-y;*/
	border-left:6px solid #5d99f0;
	border-right:6px solid #5d99f0;
	border-bottom:6px solid #5d99f0;
	text-align:left;
	}
#contentWrapper:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#leftColumn  {
	float:right;
	width:135px;
	margin-right:18px;
	font-size:76%;
	text-align:center;
	min-height:300px;
	}
#subNav {
	text-align:left;
	}
#subNav UL {
	list-style:none;
	margin:0;
	margin-top:20px;
	padding:0;
	}
#subNav LI {
	margin:0;
	margin-bottom:10px;
	padding:0;
	padding-right:7px;
	background:transparent url(../images/bg-subnav-li-current.gif) no-repeat;
	}
#subNav A:LINK {
	color:#44683b;
	text-decoration:none;
	}
#subNav A:VISITED {
	text-decoration:none;
	}
#subNav LI.current A:LINK {
	padding-right:7px;
	color:#326fc3;
	background:none;
	} 
#subNav LI UL {
	margin-top:5px;
	margin-left:20px;
	text-align:left;
	}
#subNav LI UL LI {
	margin-bottom:5px;
	}
#buttons {
	margin-top:30px;
	}
#buttons IMG {
	margin-bottom:30px;
	behavior:url('/resources/.template/includes/pngbehavior.htc');
	}
#mainContent {
	float:right;
	margin-right:15px;
	margin-bottom:30px;
	width:564px;
	font-size:86%;
	min-height:300px;
	overflow:hidden;
	}
#supplementWrapper {
	margin:0 10px 0px 10px;
	padding-bottom:83px;
	background:transparent url(../images/bg-supplementWrapper.gif) left bottom no-repeat;
	border-right:6px solid #65ba51;
	border-bottom:6px solid #65ba51;
	border-left:6px solid #65ba51;
	text-align:left;
	}
#supplement {
	background:transparent url(../images/bg-supplement.jpg) repeat-x;
	padding-top:15px;
	font-size:76%;
	}
#supplement H1, #supplement  H2, #supplement H3, #supplement H4, #supplement H5, #supplement H6, #supplement P, #supplement TABLE {
	margin-left:100px;
	padding-left:0;
	}
#supplement H2 {
	background:transparent url(../images/bg-supplement-h2.gif) no-repeat;
	margin-left:0;
	padding-left:100px;
	padding-top:4px;
	color:#2d64af;
	font-size:22px;
	}
#supplement UL, #supplement OL {
	margin-left:130px;
	padding-left:0;
	}
#footer {
	margin:0;
	padding:0;
	margin:0 10px 0px 10px;
	padding-top:20px;
	padding-bottom:15px;
	background:transparent url(../images/bg-supplement.jpg) repeat-x;
	border-right:6px solid #ef7b09;
	border-bottom:6px solid #ef7b09;
	border-left:6px solid #ef7b09;
	font-size:76%;
	text-align:left;
	}
#footer H3 {
	background:transparent url(../images/bg-footer-heading.gif) no-repeat;
	margin-left:0;
	padding-top:6px;
	padding-left:60px;
	padding-bottom:8px;
	color:#ef7c06;
	font-size:15px;
	}
#footer P {
	margin-left:60px;
	padding-left:0;
	}
#footer A:LINK, #footer A:VISITED {
	color:#3399CC;
	}
#footer A:HOVER, #footer A:ACTIVE {
	color:#3399CC;
	}
#footer .orgInfo, #footer .orgInfo A:LINK, #footer .orgInfo A:VISITED {
	color:#6d6c6c;
	}
#footer .copyLine, #footer .copyLine A:LINK, #footer .copyLine A:VISITED {
	color:#9a9a9a;
	}
	
.errorBox {
	border:5px double red;
	padding:10px;
}

.error {
	color:red;
	font-size:large;
}
