@charset "utf-8";
body {
	background-color: #11748d;
	margin: 0px;
	padding: 0px;
}
.main-background {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}
.top-background {
	background-image: url(images/top-background.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bottom-bar {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	height: 104px;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 24px;
	color: #48acb0;
}
.submenu a{
	text-decoration: none;
	color: #6a6969;
}
.submenu a:hover{
	color: #919191;
}
h1 {
	color: #1997aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
}
h2 {
	color: #1997aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: -10px;	
}
.text {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;	
}
.larger {
	font-size: 12px;
}
.captions {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.quotes {
	color: #828282;
}
.greenlinks, .greenlinks a, .greenlinks a:hover {
	color: #48acb0;
}
a:hover{
	color: #000000;
}
a{
	color: #11748d;
	text-decoration: none;
}
img {
border-color: #333333;

}



