/* Global Styles */
body {
	font: "Trebuchet MS", Arial, sans-serif;
	margin-left:50px;
	margin-right:50px;
	font-size:80%
	}
	
a {
	color: #EB2623;
	font-weight:bold;
	}
	
a:hover {
	color:#000000;
	}

a img {
	border:none;
}

/* ID Styles */
#navigation	{
	float:left;
	clear:left;
	margin-top:20px;
}

#mainBody {
	margin-left:20px;
	float:left;
	width:80%;
}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
}
	
#dateformat a {
	font:12px "Trebuchet MS", Arial, sans-serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	}

#topCurrentPage	{
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color:#FFFF00;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}

#sideCurrentPage {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	color:#FFFF00;
	display:block;
	padding:8px 3px 10px 26px;
}

#logo	{
	float:left;
}

#bannerHolder {
	float:right;
	margin-right:40px;
}

#navigation_bottom	{
	clear:both;
	text-align:center;
	margin-left:20%;
	margin-right:20%;
}

/* Class Styles */
.bodyText {
	font:11px Trebuchet MS, Arial, sans-serif;
	color:#003366;
	line-height:20px;
	margin-top:0px;
	}

.pageName{
	font: 18px "Trebuchet MS", Arial, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
	}
	
.subHeader {
	font:bold 10px "Trebuchet MS", Arial, sans-serif;
	color: #3366CC;
	line-height:16px;
	letter-spacing:.2em;
	float:left;
	}

.subNav {
	padding-left:20px;
}

.quote {
	font: 18px "Trebuchet MS", Arial, sans-serif;
	color: #759DA1;
	line-height:26px;
	padding-bottom:1em;
	}
	
.smallText {
	font: 10px "Trebuchet MS", Arial, sans-serif;
	color: #003366;
	}
	
.navText {
	font: 16px "Trebuchet MS", Arial, sans-serif;
	letter-spacing:.1em;
	text-decoration: none;
	float:none;
	margin-right:10px;
	padding-top:15px;
}

.warning    {
    color:Red;
}

span.dateformat {
	font:12px "Trebuchet MS", Arial, sans-serif;
	color: #003366;
}

div.rightsideform {
    font: 14px "Trebuchet MS", Arial, sans-serif;
    float:left;
    margin-left:1em;
    padding-bottom:2em;
}

div.leftsideform {
    font: 14px "Trebuchet MS", Arial, sans-serif;
    float:left;
    padding-bottom:2em;
    margin-left:7em;
}

div.sitemapitem {
    font: 12px "Trebuchet MS", Arial, sans-serif;
    float:left;
    margin-right:5em;
    padding-bottom:2em;
    width: 20em;
}

div.sitemapitem a {
    font: 12px "Trebuchet MS", Arial, sans-serif;
}

div.headlinecontainer {
    float:left;
    width:10em;
    font:0.9em "Trebuchet MS", Arial, sans-serif
}

li.person {
    padding-bottom:1em;
}

.navText_bottom 
{
    font: 12px "Trebuchet MS", Arial, sans-serif;
	float:left;
	line-height:14px;
}

.navText_current 
{
	font: 16px "Trebuchet MS", Arial, sans-serif;
	color:#ED2326;
	letter-spacing:.1em;
	text-decoration: none;
	float:none;
	margin-right:10px;
	margin-left:10px;
	padding-top:15px;
}

.navText a {
	font: 16px "Trebuchet MS", Arial, sans-serif;
	color:#003366;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	margin-left:10px;
	}

.subNav div.navText_current {
    font: 14px "Trebuchet MS", Arial, sans-serif;
	letter-spacing:.1em;
	text-decoration: none;
	float:none;
	margin-right:10px;
}

.subNav div.navText a {
	font: 14px "Trebuchet MS", Arial, sans-serif;
	letter-spacing:.1em;
	text-decoration: none;
	float:none;
	margin-right:10px;
	}

.navText a:hover {
	color:#ED2326;
	}

p.largeText {
    font-size:14px;
}

td.principle {
    width:13%;
    color:White;
    background-color:Red;
    text-align:center;
    font-weight:bold;
}

td.principle_desc {
    padding: 0px;
    width:37%;
    font-weight:bold;
}

/*Tab classes*/
#tabHeaders {
    width:100%;
}

.tabHeader {
	width:20%;
	float:left;
	text-align:center;
	
}

.tabHeader_on	{
	width:20%;
	float:left;
	text-align:center;
}

.tabHeader a {
	text-decoration:none;
	/*color:#FFFFFF;*/
}

.tabHeader a:hover {
	text-decoration:overline, underline;
}

.tabHeader_on a {
	color: #CC3300;
/*	line-height:1.6em;
	width:25%;
	float:left;
	text-align:center;
	background-color:#FFFFFF;
	text-decoration:none;*/
}

div.tabs {
	float:left;
}

div.tab {
    display: none;
	width:100%;
}

div.tab_on	{
	float:left;
	display:block;
	margin-top:15px;
}

div.tab:target {
    display:block;
}

:target div.tab {
    display: block;
}

div.tab + div.tab{
    display: none;
}