/*---------------------------------------------------------------------------------------
   Typography
---------------------------------------------------------------------------------------*/

/* Links */
a { color: #595959; }
a:hover { color: #1c8dbf;}

/* Normal Type */
body { font: 62.5% "Trebuchet MS", Helvetica, sans-serif; color: #073968;}
#pageContainer { font-size: 1.2em; line-height: 1.8em; text-align: left;}
p { line-height: 1.2em; margin-bottom: 1.25em;}
#content { text-align: justify;}
#content p { margin-right: 15px;}
#content ul { margin-right: 15px; line-height: 1.2em;}
#content ul li { line-height: 1.4em; margin-bottom: 1em;}


/* Headers */
#mainColumn h1 { }
#mainColumn h2 { margin-top: 20px; font-size: 1.3em;}
#mainColumn h3 { margin-top: 20px; font-size: 1.1em;}
#sideColumn h3 { display: block; width: 173px; height: 37px; margin-top: 20px; padding: 15px 0 0 15px; background: url('../images/newsTop.png') no-repeat #004d96; color: #fff; font-size: 1.8em;}
body.RssOutput #mainColumn h1 { margin-bottom: 20px; text-align:left;}

/************************ Flash messages */
#warningMessage, #successMessage, #errorMessage {
	text-align:center;
	background:#FFD267 none repeat scroll 0 0;
	border-bottom:2px solid #D49600;
	border-top:2px solid #D49600;
	color:#A47607;
	font-size:110%;
	padding:3px 0;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:100;
}

#successMessage {
	background:#CDEB8B none repeat scroll 0 0;
	border-bottom:2px solid #006E2E;
	border-top:2px solid #006E2E;
	color:#006E2E;
}

#errorMessage {
	background:#B02B2C none repeat scroll 0 0;
	border-bottom:2px solid #B02B2C;
	border-top:2px solid #B02B2C;
	color:#fff;
}

