/* newsroom sample */

.imgright {
    float: right;
	border: none;
    padding: 0px 0px 10px 10px;
}

.imgleft {
    float: left;
    padding: 0px 10px 10px 0px;
	border: none;
}

.sample {
    font-style: italic;
    color: green;
    }
    
img.newsimageleft {
    float: left;
    padding: 0 10px 10px 0;
}

img.newsimageright {
    float: right;
    padding: 0 0 10px 10px;
}

h1, h2, h3 {
    display: block;
    float: both;
    clear: all;
    }

.location {
	text-transform:uppercase;
	font-weight: bold;
	}

/***************************newsroom plus others*/

.mainheaderbgfull {
	width: 739px; 
	height: 33px; 
	background-image: url(../interface/main-headerfullcal.gif);
	background-repeat:no-repeat;
	padding: 6px 0px 0px 18px;
	font-weight: bold;
	color: #2B2B3A;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 17px;
}

.mainheaderbgfull_brown {
	width: 739px; 
	height: 33px; 
	background-image: url(../interface/main-headerfull_brown.gif);
	background-repeat:no-repeat;
	padding: 6px 0px 0px 18px;
	font-weight: bold;
	color: #2B2B3A;
	font-family: helvetica, arial, verdana, sans-serif;
	text-transform:uppercase;
	font-size: 17px;
}

.tdlinebelownews {
border-bottom: 1px dotted #A09272;

}

.td30 {
border-bottom: 1px dotted #A09272;
padding: 5px 0px 5px 0px;
}

.cnct {
	text-transform:uppercase;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}	
.newsheadline {
	text-align: left;
	font-family: Tahoma, Times New Roman, Times, serif;
	padding: 20px 0px 15px 0px;
	text-transform: uppercase; 
	font-size: 20px;
	line-height: 26px;
	color:#000000;
}

.bordertablenews {
	width: 634px;
	border: 1px solid #B3B3B3;
	margin: 15px 0px 15px 0px;
	padding: 10px 10px 10px 10px;
}


.newsnavbgindex {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	vertical-align: middle;
	padding: 5px 4px 3px 4px;
	width: 700px; 
	height: 26px;
	background-image: url(images/navbgindex_grey.gif);
	background-repeat: no-repeat;
}
		.newsnavbgindex a:link {
			color: #2B2B3A;
			text-decoration: none;
			}

		.newsnavbgindex a:hover {
			color: #2B2B3A;
			text-decoration: underline;
		}

.newsnavbgindex ul{
	padding:0;
	margin:0 0 0 10px;
	list-style-type:none;
}
.newsnavbgindex li{
	padding:0 5px 0 0;
	margin:0;
	list-style-type:none;
	display:inline;
}
.newsnavbgindex li.here a{
	font-weight:bold;
	color:#000;
	font-size:120%
}

table.newstbl {
border-collapse: collapse;
border: 1px solid #B3B3B3;
}
table.newstbl caption {
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: left;
padding: 5px 0px 5px 0px;
}
table.newstbl th {
/*background-image: url(../interface/th-header_brown.gif);
background-repeat: repeat-x;*/
background-color: #D5D5D5;
border: 1px solid #B3B3B3;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
text-align: left;
vertical-align: text-top;
border-collapse: collapse;
}
table.newstbl td {
background-color: #FFFFFF;
border: 1px dotted #B3B3B3;
text-align: left;
vertical-align:text-top;
border-collapse: collapse;
}
table.newstbl a:link {
			color: #2B2B3A;
			text-decoration: none;
			}

table.newstbl a:hover {
			color: #2B2B3A;
			text-decoration: underline;
		}



/* calendar   */

.eventnavbgindex {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	vertical-align: middle;
	padding: 5px 4px 3px 4px;
	width: 700px; 
	height: 26px;
	background-image: url(images/cal-navbar_red.gif);
	background-repeat: no-repeat;
}
		.eventnavbgindex a:link {
			color: #2B2B3A;
			text-decoration: none;
			}

		.eventnavbgindex a:hover {
			color: #2B2B3A;
			text-decoration: underline;
		}

.eventnavbgindex ul{
	padding:0;
	margin:0 0 0 10px;
	list-style-type:none;
}
.eventnavbgindex li{
	padding:0 5px 0 0;
	margin:0;
	list-style-type:none;
	display:inline;
}
.eventnavbgindex li.here a{
	font-weight:bold;
	color:#000;
	font-size:120%
}
.rss_head {
	width: 611px; 
	height: 29px; 
	background-image: url(../interface/header_red.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 3px 6px;
	margin: 20px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	text-align: left;
	color: #2B2B3A;	
	text-transform:uppercase;
}
