/*Overral font, size and color*/
body {
	font-family:  Helvetica, Lucida Sans Unicode, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #00183a;;
}

/*Overal link colors */
a:link, a:visited {font-weight:bold; color:#4a6a94;}
a:hover, a:active {font-weight:bold; color:#8f0503;}

/*Logo background color*/
#logo {background: #37434b;}

/*Main Heading Color*/
.content-main h1 {color: #375987;}

/*Main Menu styling*/
#menu ul {font-style: normal}


/*Overrides for modified news module*/
td.post_title {
	padding-top: 10px;
	font-size: 16px;
	border-bottom: 0px;
}

td.post_short {
	border-bottom: 1px solid #dddddd;
}

td.post_short a.more-button,
td.post_short a.back-button {
	font-size: 13px;
}
