/*Overral font, size and color*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*Overal link colors */
a:link, a:visited {color:#135293; font-weight:bold;}
a:hover, a:active {color:#FF9523; font-weight:bold;}

/*Logo background color*/
#logo {background: #37434b;}

/*Main Heading Color*/
.content-main h1 {color: #135293;}

/*Main Menu styling*/
#menu {background: #21588E}									/* Overral Menu Background */
/* 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:#5d85ad;}								/* Menu text color when rolled over */

