
/* 
* {  
	font:10px Verdana, Helvetica, Arial, sans-serif;
}
*/*
body { 
	background-color: #fff;
	color: #000;
	margin-left: 0;
	margin-top: 0px;
}

table{
	padding:0px;
	border-collapse: collapse;
}
td {
	text-align: left;
	/*font:10px Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 16px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	}
	
a:link { 
	color: blue;
	text-decoration: underline;
	font-weight:bold;
	}
a:visited { 
	color: blue;
	text-decoration: underline;
	font-weight:bold;
	}
a:hover { 
	color: blue;
	text-decoration: underline;
	font-weight:bold;
	}
a:active { 
	color: blue;
	text-decoration: underline;
	font-weight:bold;
	}
		
/* IDs */

/*
#intro {
	color: #CAB88D;
	text-decoration: none;
	font-weight:bold;
	}
*/	

/* classes */

.masthead {
	background-repeat: no-repeat;
	}
.menu_header {
	background-color: #a9bbbb;
	font-size: 14px; 
	}

.menu {
	font-size: 20 px; 
	font-family: Arial, Trebuchet, Verdana, SunSans-Regular, sans-serif; 
	line-height: 20px;
	background-color: #000;
}

.menu a:link { 
	color: #fff;
	text-decoration: none;

	}
.menu a:visited { 
	color: #fff;
	text-decoration: none;

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

	}
.menu a:active { 
	color: #fff;
	text-decoration: none;

	}
	
.left_menu {
	background-color: #ecf0f1;
	border-width: 1px;
	border-color: #a9bbbb;
	}
	
.right_menu {
/*	background-color: #ffeaab; */
	border-width: 1px;
	border-color: #e98434;
	}
.weather_header {
	background-color: #e98434;
	font-size: 14px; 
	}
.weather {
	background-color: #ffd4ab;
	}
.titlebar {
	color: #fff;
	font-size: 16px; 
	height: 20px;
	
	}
.titlebar a:link { 
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	}
.titlebar a:visited { 
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	}
.titlebar a:hover { 
	color: #fff;
	text-decoration: underline;
	font-weight:bold;
	}
.titlebar a:active { 
	color: #fff;
	text-decoration: underline;
	font-weight:bold;
	}

.titlebar2 {
	color: #fff;
	font-size: 10px; 
	}
.news_header {
	background-color: #e98434;
	font-size: 14px; 
}
.news {
	color: #000;
	font-size: 12px;
	background-color: #ffd4ab;
	border-width: 1px;
	border-color: #e98434;
}
.footer {
	text-align: right;
	}
