/*------------------- BANNER -------------------*/
#banner {	
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#001759;
	font-size:18pt;
	padding-left:30px;
	padding-bottom:25px;
}

#banner .smallText {
	font-size:8pt;
}

/*------------------- NAVIGATION -------------------*/

#navigation p {
	padding: 0px 10px;
	font-size:8pt;
}

/*------------------- CONTENT -------------------*/

#rightColumn, #rightColumn a {
	color:#001759;
}

#indexTable {				/* by default the table used on the index page is not shown. This style is overwritten on the index page. This solution keeps the index page tied to the template (despite its unique layout) while avoiding nested templates and php/asp*/
	display:none;
}

/*------------------- FOOTER -------------------*/
#footer {
	font-size:8pt;
	color:#333;
}

#footer a:link, #footer a:visited {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

/* Font Sizes */
.small_font {font-size:1em}
.regular_font {font-size:1.25em;line-height:1.5em}
.large_font {font-size:1.5em;line-height:1.75em}