<!-- 
/* Main Layout */
<!-- 
/* Main Layout */
html, body {
	height: 100%;
}
body {
	margin: 0px 11px 0px 11px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.7em;
	background-color: #fff;
	color: #79675B;
}
#container {
 	width: 98%;
	position: relative;
	/*min-height: 100%;
	 height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;*/
	background-image: url(../images/layout/newspanel_back.gif);
	background-repeat: repeat-y;
	
}
html>body #container {
	height: auto;
}
#content {
	padding: 10px 0px 0px 0px;
	
	
}
#footer {
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	background-color: #E6E6D5;
	color: #79675B;
	width: 98%;
	padding: 5px;
	height: 20px;
	clear: both;
	overflow: visible;
}
#main_logo{
	
	width: 98%;
	background-position: bottom right;
	height: 117px;
	background-image: url(../images/layout/logo_back2.jpg);
	background-repeat: no-repeat;
	background-color: #F8F8F0;
	color: #fff;
	margin-left: 10px;

}
/* Content Styles */
#text_content {
position: relative;
	padding:5px;
	text-align:left;
	margin-right: 10px;
	margin-left: 213px;
	line-height:1.45em;
	
}

#news_panel{ 
	width: 204px;
	float:left;
	padding-top: 10px;	
}



#news_panel_inner{
	width: 170px;
}

#leftpanel{
width: 179px; 
float: left; 
margin: 10px 0px 0px 5px;
	line-height:1.45em;
}

#prog_guide{
	width: 199px;
	float: right;
	margin: 0px 0px 20px 10px;
	background-image: url(../images/layout/show_guide_back.gif);
	background-repeat: repeat-y;
		
}

#prog_guide_top{
	background-image: url(../images/layout/show_guide_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 170px;
	height: 40px;
	padding: 15px 15px 10px 15px;

}
#prog_guide_inner{
	width: 170px;
	padding: 0px 15px 0px 15px;
	
}

#prog_guide_bottom{
	width: 170px;
	height: 11px;
}

/* End Content Styles */
/* nav_bar */

#nav_bar{
	
	width: 98%;
	border: 1px solid #CDBB85;
	background-color: #E6E6D5;
	color: #8F6145;
	padding: 2px;

	
}
#nav_bar a{
	font-size: 1em;
	color: #8F6145;
	background-color: #E6E6D5;
	height: 23px;
}
#nav_bar a:hover{
	font-size: 1em;
	color: #fff;
	background-color: #DBCFB9;
	
}
#nav_bar ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#nav_bar li {
	display: inline;
	padding: 3px;

}

#nav_bar li a{
	background-color: #E6E6D5;
	color: #8F6145;
	padding: 3px 5px 3px 5px;
}

#nav_bar li a:hover{
	background-color: #DBCFB9;
	color: #fff;
		
}
/* nav_bar END */
/* Footer Styles */		
#footer_left {
	
	float: left;
	width: 360px;
	text-align: left;
	font-size: 0.8em;
}
#footer_right {
	float: right;
	text-align: right;
	font-size: 0.8em;
}
/* Start of event calendar css styles */
a.calendar-prev{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	background-color: #EDEDD8;
	font-weight: bold;
}
a.calendar-prev:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF1EC;
	background-color: #993300;
	font-weight: bold;
}
a.calendar-next{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	background-color: #EDEDD8;
	font-weight: bold;
}
a.calendar-next:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF1EC;
	background-color: #993300;
	font-weight: bold;
}

.calendar-month{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #fff;
	font-weight: bold;
}
.calendar-day{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8F6145;
	background-color: #fff;
	font-weight: normal;
	text-align:center;
}
.calendar_date{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F6145;
	background-color: #EDEDD8;
	font-weight: normal;
}
.calendar-link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #993300;
	font-weight: bold;
}

.calendar-headline{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F6145;
	background-color: #fff;
	font-weight: bold;
}
.calendar_month{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8F6145;
	background-color: #fff;
	font-weight: bold;
}
/* end of calendar css styles */


/* Heading Styles */
H1 {
	color: #A87A00;
	background-color: #fff;
	font-size: 1.4em;
	/*font-size: 1.45em;*/
	font-family: Georgia, "Times New Roman", Times, serif;
}
H2 {
	color: #993300;
	background-color: #fff;
	font-size: 1.1em;
	padding: 0px;
	margin: 0px 0px -10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
H3 {
	color: #A87A00;
	font-size: 1.2em;
	background-color: #fff;
	/*font-size: 1.3em;*/
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* HYPERLINK STYLES */
a {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	
}
a:hover {
	color: #FFF1EC; 
	text-decoration: none;
	background-color: #993300;
	font-size: 1.0em;
}

#footer a {
	color: #993300;
	text-decoration: underline;
	
	
}
#footer a:hover {
	color: #FFFFFF; 
}
/* END -- HYPERLINK STYLES */

/* Text Styles */
.panelheading{
	color: #79675B;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
}
.date{
	color: #A39185;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 3.0em;
}
hr {
	color: #D9D1CC;
	border: 1px solid #D9D1CC;
	height: 1px;
	
}

a.morenewsstory {
color: #79675B;
text-decoration:underline;
font-family: Georgia, "Times New Roman", Times, serif;
}

a:hover.morenewsstory {
color: #FFFFFF
}

.writerslinks{
line-height: 2.2em; 
color: #79675B; 
font-weight: bold;
}

.writerslinks a{
color: #79675B;
text-decoration:underline;
}

.writerslinks a:hover{
color: #fff;
text-decoration:none;
}

.transdate{
width: 200px; 
border: 1px solid #CDBB85; 
padding: 3px; 
font-size: 1.2em; 
font-weight: bold;
}

.newscontentpanel{
	font-size: 1em;
	padding: 12px 5px 12px 5px; 
	border-width: 0px 0px 1px; 
	border-style: solid; 
	border-color:#EDEDD8;
	margin: 0px 0px 20px 0px;
}

.newscontentpanel a{
font-size: 1.1em;
}

.newscontentpanel a:hover{
font-size: 1.1em;
}

/* END Text Styles */	

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
