﻿h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
	font-size:1em;
}

#pageHeadingContainer {
	height:66px;
	width:770px;
	display:block;
	background-image:url(../images/template/snd_page_bg.jpg);
}

#pageHeadingContent {
	color:#002259;
	font-size:25px;
	padding-top:25px;
	padding-left:15px;
}

#leftColumnSnd {
	vertical-align:top;
	float:left;
	width:195px;
	font-size:3px;
}

#rightColumnSnd {
	vertical-align:top;
	float:right;
	width:575px;
	background-color:#ffffff;
	display:table;
	background-image:url(../images/template/right_side_bg_all_white.gif);
	background-repeat:repeat-y;
}

/************************* left column (secondary page) ************************/
#leftHandNavItem {
	color:#999933;
	padding:10px;
}

#leftHandNavItem a:link		{color: #999933; text-decoration: none;}
#leftHandNavItem a:visited	{color: #999933; text-decoration: none;}
#leftHandNavItem a:hover	{color: #999933; text-decoration: underline;}
#leftHandNavItem a:active	{color: #999933; text-decoration: none;}


#leftHandNavItemCurrent {
	background-color:#EAEAD4;
	color:#999933;
	padding:10px;
}

#leftHandNavItemCurrent a:link		{color: #999933; text-decoration: none;}
#leftHandNavItemCurrent a:visited	{color: #999933; text-decoration: none;}
#leftHandNavItemCurrent a:hover		{color: #999933; text-decoration: none;}
#leftHandNavItemCurrent a:active	{color: #999933; text-decoration: none;}



/**************** right column (secondary page) *******************************/
#middleCol {
	vertical-align:top;
	float:left;
	width:575px;
	display:table-cell;
	background-color:#ffffff;
}

#middleColContent {
	
}

#printLogo {
	display:none;
}

#middleColHeadingContainer {
	background-color:#EAEAD4; 
	background-image:url(../images/newsletter_header2.jpg);
	/*height:68px;*/
	height:235px;
	width:544px;
	margin:15px 15px 5px 15px;
}

#middleColHeadingText {	
	padding:5px;
	float:right;
	margin-top:72px;
}

p.description {
	padding:0px 0px 0px 20px;		
	font-weight:bold;
	margin-bottom:5px;
}

ul#menu {
	margin:0px 0px 0px 23px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

ul#menu li {
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 10px;
	list-style-image:url(../images/list-image-square.jpg);		
}

ul#menu li a {
	text-decoration:none;
	color:#666666;
}

.sub_heading {	
	width:544px;
	color:#666666;
	background-color:#eae9d4;
	margin:40px 15px 15px 15px;
}

.sub_heading h2 {
	padding:5px 0px 5px 10px;
	font-size:1.3em;
}

.sub_heading_content {
	width:544px;
	margin:15px 15px 50px 15px;	
}

.sub_heading_content p {
	padding-left:0;
	margin-left:0;		
}

.sub_heading_content p.backToTop {
	text-align:right;	
}

.sub_heading_content p.backToTop a {
	text-decoration:none;
}

.sub_heading_content ul {
	margin-left:20px;
	padding-left:0px;		
	list-style-type:none;
}

.sub_heading_content ul li {
	margin-left:0px;
	padding-left:10px;	
	list-style-image:url(../images/list-image-square.jpg);		
}

.sub_heading_content h3 {
	padding:8px 0px 5px 0px;			
}

.sub_heading_content table {
	background-color:#f5f7ec;		
	border-top:10px solid #f5f7ec;		
	border-bottom:10px solid #f5f7ec;		
	margin:5px 0px 10px 0px;	
}

.sub_heading_content table h4 {			
	font-weight:bold;
}

.sub_heading_content table td {		
	padding:0px 10px 0px 10px;	
}


/*************************************** our team page ********************************************/

.profileName {
	color:#003366;
	font-weight:bold;
}

.profileQuote {
	color:#002259;
}

.ourTeamDivider {
	color:#C5D0E2;
	background-color:#C5D0E2;
	height:1px;
	border-color:#C5D0E2;
	border-width:0px;
}


/********************* resources page **************************/
#resourceContent {
}

#resourceContent ul li {
	margin-left:-15px;
	list-style-image:url(../images/template/icon_article.gif);
	margin-bottom:15px;
}


/****************** site map **********************************/
#sitemapContent {
}

#sitemapContent ul li {
	list-style-position:outside;
	margin-left:-20px;
}

#sitemapContent ul li a:link		{color: #666666; text-decoration: none;}
#sitemapContent ul li a:visited		{color: #666666; text-decoration: none;}
#sitemapContent ul li a:hover		{color: #666666; text-decoration: underline;}
#sitemapContent ul li a:active		{color: #666666; text-decoration: none;}


