/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #ffffff;
	margin: 0px;
}

TABLE, SELECT, TEXTAREA {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #666666;
	line-height: 18px;
	border-collapse:collapse;
	border-spacing: 0;
}

INPUT {
font-family: arial;
	font-size: 10px;
	color: #666666;
}



TEXTAREA {
	line-height: 12px;
	color: #666666;
	line-height: 21px;
	font-size: 11px;
}


h1, h2, h3 {
	display:inline;	
}


  
/***************************************************
customized sitewide link tags
****************************************************/
a:link {
	color: #8A2003;
	text-decoration: underline;
}

a:visited {
	color: #8A2003;
	text-decoration: underline;
}

a:hover {
	color: #8A2003;
	text-decoration: none;


}

a.linkFooter:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a.linkFooter:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a.linkFooter:hover {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;

}


a.linkBreadCrumb:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #003D79;
}

a.linkBreadCrumb:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #003D79;
}

a.linkBreadCrumb:hover {
	font-size: 10px;
	color: #003D79;
	font-weight: normal;
	text-decoration: underline;
}




a.linkcopyright:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #8A2003;
}

a.linkcopyright:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #8A2003;
}

a.linkcopyright:hover {
	font-size: 10px;
	color: #8A2003;
	font-weight: normal;
	text-decoration: underline;
}








a.linkMenuMainSubNav:link {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 13px;
}

a.linkMenuMainSubNav:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 13px;
}

a.linkMenuMainSubNav:hover {
	color: #FFFFFF;
	font-weight: underline;
	text-decoration: none;
	background-color: #2073B1;
	font-size: 10px;
	line-height: 13px;
}




a.siteMap:link {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
	background-color: #EBDFCF;
}

a.siteMap:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
	background-color: #EBDFCF;
}

a.siteMap:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	background-color: #EBDFCF;
}

a.breadcrum:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #D10A95;
}

a.breadcrum:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #D10A95;
}

a.breadcrum:hover {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #D10A95;
	background-color: #FFFFFF;
}

a.people:link {
	text-decoration: underline;
	font-weight: normal;
	color: #393E4B;
}

a.people:visited {
	text-decoration: underline;	
	font-weight: normal;
	color: #393E4B;
}

a.people:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

a.copyright:link {
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #2073B1;
}

a.copyright:visited {
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #2073B1;
}
a.copyright:hover {
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #2073B1;
	background-color: #FFFFFF;
}




/***************************************************
customized sitewide link tags
****************************************************/

.footer {
	font-size: 10px;

}

.blackText {
	font-size: 12px;
	color:#000000;
}

.redText {
	font-size: 12px;
	color:#FF0000;
}


#jobs p {
	padding: 0px;
	margin: 0px;
	}

.tiny {
	font-size: 10px;
}

/* Subsection Tabs
--------------------*/
#tabarea ul.subsection_tabs {
	list-style:none;
	padding:0;
	margin: 0;
	clear:right;
}

#tabarea ul.subsection_tabs li.tab {
	float:left;
	margin-right:1px;
	text-align:center;
	line-height:41px;
	
}

#tabarea ul.subsection_tabs li.tab a {
	display:block;
	height:41px;
	padding-left:10px;
	padding-right:10px;
	color:#666;
	text-decoration: none;
	font-size: .8em;
}

#tabarea ul.subsection_tabs li.tab a:hover {

}

#tabarea ul.subsection_tabs li.tab a.active {
	background-color:#E9F2F8;
	
}

#tabarea.subsection_tabs li.source_code {
	float:right;
}




