@charset "utf-8";

.print_body
{
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body {
	margin: 0;
	padding: 0;
	background: #494949;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #F86D12;
}
a:visited {
	text-decoration: none;
	color: #F86D12;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #FFFFFF;
	background-image: url(images/ncnwtampabg.jpg);
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center top;
}

.twoColFixLtHdr #header {

	
} 
.twoColFixLtHdr #menu {
	background-color: #000;
	height: 37px;
	
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
font-family: Verdana, sans-serif;
	font-size: small;
	color: #FFFFFF;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 600px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.lightOrange {
	color: #F60;
}
.darkOrange {
	color: #E84316;
}
.twoColFixLtHdr #mainContent #title{
	background-color: #666;
	margin: 0px;
	padding: 5px;
	height: 185px;
	color: #F86D12;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #container #mainContent #title h2 {
	color: #E84316;
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent #title h3 {
	font-size: 16px;
}
.twoColFixLtHdr #container #mainContent #title img {
	border: 1px solid #FFF;
	margin-right: 5px;
}
.twoColFixLtHdr #container #mainContent #title p {
	color: #FFF;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #F60;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent h3 a {
	color: #F60;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent h3 a:hover {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent table tr td p a {
	color: #F60;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent table tr td p a:hover {
	color: #FFF;
	text-decoration: none;
}
.meeting{
	float:left;
	width: 360px;
	height:150px;
	background-image: url(images/ncnwtampa_meetings.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
	
}

.twoColFixLtHdr #subfooter {
	text-align: left;
	background-image: url(images/dbd_tampa_skyline_bg2.jpg);
	background-color: #000000;
	height: 285px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000;
	color: #FFF;
	text-align: center;
} 
.twoColFixLtHdr #container #footer p a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.twoColFixLtHdr #container #footer p a:hover {
	color: #FE6902;
	text-decoration: none;
	font-size: 12px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.twoColFixLtHdr #container #sidebar1 a {
	color: #F86D12;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#siteInfo{
	/*	position:absolute;
	left:50%;
	margin-left:-500px;
*/
	
	width: 1000px;
	text-align: left;
	height: 20px;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	
}
#siteInfo a {
	color: #E84316;
	text-decoration: none;
}
siteInfo a:hover {	
	color: #FFF;
}
.surladroite {
	text-align: right;
}
/*************** story styles ******************/

.story {
	font-size: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 20px;
}
.storyleft img{
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.story p {
	padding: 0px 0px 10px 0px;
	
}
.facebook {
	background-color: #FFF;
	width: 350px;
	border: 1px solid #000;
	height: 100px;
}.twoColFixLtHdr #container #mainContent #title #FlashID {
	margin-right: 5px;
	border: 1px solid #FFF;
}
.calendarEvent {
	padding: 5px;
}

