
/*Overral font, size and color*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	background-color: #78170a;
}

/*Overal link colors */
a:link, a:visited {color:#135293;}
a:hover, a:active {color:#cb2913;}

/*Logo background color*/
#logo {background: #37434b;}

/*Main Heading Color*/
.content-main h1 {color: #135293;}

/*Main Menu styling*/
#menu {background: #171931}									/* Overral Menu Background */
#menu li {background: url("../images/img05.gif") repeat-x;} /* If background color above is changed, this graphic will either need to be changed or removed */
#menu a:link, #menu a:visited, {color:#FFFFFF;}				/* Menu text color in its normal state */
#menu a:hover {color:#FFFFFF;}								/* Menu text color when rolled over */

/*Overrides for modified news module*/
.post_title {
	padding-top: 10px;
	font-size: 16px;
	border-bottom: 0px;
}
.post_titlep{
	margin:0;
}
.post_title a {
	font-size: 16px;
}

td.post_short {
	border-bottom: 1px solid #dddddd;
}

td.post_short a.more-button,
td.post_short a.back-button {
	font-size: 12px;
}


