@charset "UTF-8";
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg-home.png) top repeat-x #F2F2F2;
	margin: 0; /*  zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p{
	padding: 5px 0 0 0;
	margin: 0;
}
h3 {
	color:#FF0000;
	font-weight:normal;
	font: 110%;
	padding: 0;
	margin: 0;
}

.oneColFixCtr #container {
	width: 1043px;  
	background: url(../images/centerColumn.png) repeat-y top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.bottom_container {
	width: 1043px;  
	background: url(../images/centerColumn_btm.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:40px;
}
.copyright {
	padding: 5px 0 20px 0;
	color:#999999;
	font-size: 75%;
}

.oneColFixCtr #mainContent {
	padding: 0 50px;
}
.clearfloat { /* This clearing element forces the #container div to contain all child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.content {
	font: 88%;
	padding: 20px 20px;
	background:url(../images/headerShadow.png) top repeat-x;
}
.content a {
	 color: #FF0000; 
	 text-decoration: none; 
}
.content p{
	color:#333333;
}
.nav {
	height:45px;
}
.nav_text {
 	color:#000000;
	padding: 15px 20px 10px 20px;
	font-size: 110%;
}



/*  ----- Blue Tabbed Navigation --------  */
.tab_nav {
	margin:0;
	padding: 0 0 0 15px;
	background: none;
	list-style-type: none;
	float: left;
	font-size: 100%;
}
.tab_nav li {
	margin: 0 1px 0 1px;
	padding: 0;
	float: left;
}
.tab_nav a {
	float:left;
	padding: 0 15px 0 15px;
	color: #000000;
	text-decoration: none;
	line-height: 3.8;
	height: 32px;
	text-align: center;
	background: none;

}
.tab_nav a:hover {color:#FFFFFF;}
.tab_nav li.current a {color:#000000; font-weight: bold; }



/*  ----- RELATED PANE --------  */
.related {
	font-size: 75%;
	color: #CCCCCC;
	padding: 5px 15px 20px 15px;
}
.badge01 {
	background:url(../images/related_badge01.png);
	padding: 90px 20px 0 20px;
	margin: 10px 0 0 0;
	height: 60px;
}
.badge02 {
	background:url(../images/related_badge02.png);
	padding: 90px 20px 0 20px;
	margin: 10px 0 0 0;
	height: 60px;
}
.related_whiteBold {
	font-weight: bold;
	font-size: 110%;
	color:#FFFFFF;
}
.related_whiteBold a{
	font-weight: bold;
	text-decoration: none; 
	color:#FFFFFF;
}

.related_white {
	font-weight: normal;
	color:#cccccc;
}
.related_blackBold {
	font-weight: bold;
	font-size: 110%;
	color:#000000;
}
.related_blackBold a {
	font-weight: bold;
	color:#000000;
	text-decoration: none; 
}
.related_black {
	font: normal;
	color:#333333;
}
.blog_headline {
	padding: 0 10px 20px 10px;
	font-weight: normal;
	font-size: 130%;
	color: #999999;
}
.blog_headline a { color: #999999; text-decoration: none; }
.blog_date {
	font-size: 75%;
	color: #666666;
}