/* CSS Document */
.style1 {font-family: Trebuchet MS, Arial, Helvetica, sans-serif}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; color: #FFFFFF; }
.style5 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #004890;
}
.red {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
}
.pageTitles {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #004890;
	font-weight: bold;
}
.homeTitle {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #004890;
	font-weight: bold;
}
.style6 {font-size: 9px}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #004890;
}
.scroll {
	width:750px;
	height:400px;
	table-layout:fixed;
	overflow: auto;
	/*left: 325px;
	top: 200px;*/
}
.galleryscroll {
	width:800px;
	height:400px;
	table-layout:fixed;
	overflow: auto;
	/*left: 325px;
	top: 200px;*/
}
.blogscroll {
	width:986px;
	height:500px;
	table-layout:fixed;
	overflow: auto;
	/*left: 325px;
	top: 200px;*/
}
.blog {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18pt;
}