@charset "utf-8";
/* CSS Document */
#printme {
	width:100%;
	height:100%;
	top:0;
	left:0;
	font-size:12px;
	background:#FFFFFF;
	}
	
	
body, html
{
    height: 100%;
	width:100%;
	text-align:center;
}

body
{
	background-image:url(../img/bkg_main.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0px;
	padding:0px;
}

hr { 
	color:#9BDC16; 
	background-color:#9BDC16; 
	height:1px; 
	border:0px;
}

#topFrame
{
	width:978px;
	background-color:transparent;
	margin:35px auto 0px auto;
	text-align: left;

}

#bottomFrame
{
	width:978px;
	margin:0 auto;
	text-align: left;
}

#leftnav
{
	width:92px;
	float:left;
	margin-left:10px;
}

#mainContent
{
	width:486px;
	border-left:1px dotted #CBCED4;
	padding-left:16px;
	float:right;
}

table
{
	padding:0px;
}

.rcol-title
{
	background-image:url(../img/bkg_Rcol-title.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	line-height:30px;
	padding-left:10px;
	font-weight:normal;
}

.main-title
{
	background-image:url(../img/bkg_page-title.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	line-height:30px;
	padding-left:10px;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:40px;
	color:#003177;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:30px;
	color:#1B8CCC;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
	
.footertext {
	color: #A0A0A0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;	
}

a {	color: #1B8CCC;	text-decoration: underline; }
a:visited {	color: #1B8CCC; }
a:hover { color: #1B8CCC; text-decoration: none; }
a:active { color: #1B8CCC; }

a.footertext { color: #A0A0A0; font-size: 10px; text-decoration: none; }
a.footertext:visited { color: #A0A0A0; }
a.footertext:hover { color: #1B8CCC; text-decoration: none; }
a.footertext:active { color: #A0A0A0; }

a.footparent { color: #797979; font-size: 10px; text-decoration: none; }
a.footparent:visited { color: #797979; }
a.footparent:hover { color: #1B8CCC; text-decoration: none; }
a.footparent:active { color: #797979; }

a.footchild { color: #A0A0A0; font-size: 10px; text-decoration: none; }
a.footchild:visited { color: #A0A0A0; }
a.footchild:hover { color: #1B8CCC; text-decoration: none; }
a.footchild:active { color: #A0A0A0; }

a.smalllink { color:#1B8CCC; font-size:11px; text-decoration:underline; }
a.smalllink:visited { color:#1B8CCC; font-size:11px; }
a.smalllink:hover { color:#1B8CCC; text-decoration:none; font-size:11px; }
a.smalllink:active { color:#1B8CCC; font-size:11px; }

a.leftParent { color: #1B8CCC; font-size: 11px; text-decoration: underline;}
a.leftParent:visited { color: #1B8CCC; }
a.leftParent:hover { color: #1B8CCC; text-decoration: none; }
a.leftParent:active { color: #1B8CCC; }

a.leftChild { color: #1B8CCC; font-size: 11px; text-decoration: underline; padding-left:10px; }
a.leftChild:visited { color: #1B8CCC; }
a.leftChild:hover { color: #1B8CCC; text-decoration: none; }
a.leftChild:active { color: #1B8CCC; }

/* BuzzBoostRSS Feed Styles */

#creditfooter{visibility:hidden}
/* div.feedburnerFeedBlock ul li div {
	width:181px;
	}
div.feedburnerFeedBlock span.headline {
	font-weight: normal;
	display: inline;
	text-indent: 0;
	} */
	
div.feedburnerFeedBlock ul li {
	margin-bottom: 1em;
	padding-left: 30 !important;
	text-indent: 0 !important;
	font-size:10px;
	margin-left:-20px;
	list-style:none;
	
	}
	
div.feedburnerFeedBlock li {	
	padding-left:10px;
	padding-right:12px;
	background-image: url(../img/blueArrow.gif);
	background-repeat: no-repeat;
	background-position:0em .3em;
}
	
div.feedburnerFeedBlock p.date {
display: inline;
margin-left: 1em;
margin-right: .5em;
color: #aaaaaa ;
}

/* end RSS Feed Styles */
