#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.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:413px;
	display:table-cell;
	background-color:#ffffff;
}

#middleColContent {
	padding:15px;
}

#middleColHeadingContainer {
	background-color:#EAEAD4;
}

#middleColHeadingText {
	color:#002259;
	font-weight:bold;
	padding:5px;
}


#rhCol {
	vertical-align:top;
	float:right;
	width:161px;
	display:table-cell;
}


/*************************************** 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;}


