/* UNIVERSAL */
p,li,td,th {
	font-family: verdana,arial, sans-serif;
	font-size: 12px;
}
a {
	color: #2953a7;
}
/* FRONTPAGE STYLES */
body {
	background-color: white;
	margin: 0px;
	padding:0px;
}
#mainBody {
	background-color: white;
	width: 760px;
	border-right: 2px solid white;
	border-left: 2px solid white;
}
#mainBody ul{
	list-style:none;
}
#mainBody li{
	margin-bottom: 10px;
}
#mainBody td.navRow {
	background-color:black;
	border-bottom: 2px solid white;
}
#mainBody td.searchForm {
	background-color: #4a5aa6;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
}
#searchForm form{
	margin:0px;
	padding-top:3px;
}
#searchForm td {
margin:0px;
padding:0px;
	padding-right: 6px;
}
#mainBody td.publications {
	background-color: #c1c6e0;
	width: 192px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	font-size: 11px;
	color: #333333;
}
#mainBody #publications .pubInfo {
	font-size: 10px;
}
#mainBody td.features {
	background-color: #Faf5e6;
	width: 254px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	font-size: 10px;
}
#latestNews {
	padding-top: 10px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom:5px;
}
#mainBody td.features ul,#mainBody td.publications ul{
	margin:0px;
	padding:10px 24px 5px 24px ;
}
td.leftContent ul{
	margin-right: 10px;
}
#mainBody td.footer, #subpage td.footer {
	border-top: 9px solid #4c4c99;
	font-size: 11px;
	color: gray;
	padding-left: 78px;
	padding-right: 78px;
	padding-top: 10px;
	padding-bottom: 50px;
}
/* SUBPAGE STYLES */
body.subpage {
	background-color: #FFFFFF;
	background-image: url(/images/subpage/bg_tile.gif);
	background-repeat: repeat-x;

}
#subpage {
	background-color: #FFFFFF;
}
#subpage h1 {
	font-family: verdana,arial, sans-serif;
	color: #292152;
	font-size:  16px;
}
#subpage h2 {
	color: #336699;
	font-size:14px;
	margin-bottom: 0px;
}
#body {
	padding-left: 23px;
	padding-right: 23px;
	height:100%;
}
#body p {
	margin-top: 0px;
}
#body .indented {
	padding-left: 18px;
}
#body a {
	color: #336699;
}
#key{
}
td.breadcrumbs {
	background-color: #c1c6E0;
	border-left: 1px solid white;
	padding-left: 23px;
	padding-bottom:5px;
	font-size: 10px;
	color: #1f4093;
}
.gray {
	background-color: #666666;
}	
td.breadcrumbs a {
	color: #1f4093;
}
td.breadcrumbs strong {
	color: #4d4f5a;
	font-weight: bold;
}
/*styles for the left navigation*/
table.leftNav{
	background-color: #c1c6e0;
	border-top: 1px solid white;
}
table.leftNav td {
	margin:0px;
	padding:4px 0px 4px 0px;
	border-bottom: 1px solid #e0e2ef;
	font-size:12px;
}
table.leftNav td.last {
	border-bottom:none;
}
/*table.leftNav td a {
	text-decoration:none;
	color: #333333;	
	font-weight:bold;
}*/
a.leftNav {
	text-decoration:none;
	color: #333333;	
	font-weight:bold;
	padding-left: 10px;
}
a.leftNavActive {
	text-decoration:none;
	color: white;	
	font-weight:bold;
	padding-left: 10px;
}
a.leftNav:hover, a.leftNavActive:hover {
	text-decoration: underline;
}
a.leftNavSub {
	color: white;
	text-decoration: underline;
	font-weight: normal;
}
/*table.leftNav ul a {
	text-decoration: underline;
	font-weight: normal;
}*/
table.leftNav td.active,table.leftNav td.last {
	background-color: #8a93c3;
}
/*	
table.leftNav td.active a {
	color:white;
}*/
table.leftNav td.locked {
	text-align: right;
	padding-right: 5px;
	margin:0px;
}