@import url(../common/common.css);


/*This id can change based on teh TabName. Just copy the CSS, change the bg image, and the id is the tab name (minus spaces and lowercase)*/
#standard-wrapper{height:100%; min-height:344px; background-image: url(images/sitemap_bg.jpg); background-repeat:no-repeat;
	
	padding-top:20px;
	
	}
	
#content-container
{
	margin-top: 80px;
	margin-left: 100px;
	font-weight: bold;
	
}


#content-container a
{
	color: #4d8990;
}

#content-container a:hover, #content-container a:active
{
	color: #686868;
}

.title-pane
{
	padding-bottom: 20px;
}

.content-pane 
{	
	float:left; 
	margin: 50px 100px 100px 0px; 
	width: 850px; 
	padding: 0px 12px 100px 0px;
	min-height:344px;
}







