@charset "UTF-8";
/* CSS Document */

h1 {
	color: #2e67b2;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0;
}
h2 { color: #2e67b2; font-size: 9pt; font-weight: bold; }
h3 { font-size: 11px; font-weight: normal; }
a:link { color: #2e67b2; }
a:visited {  }
a:hover {  }
a:active {  }
.subtitleBlue { color: #369; font-weight: bold; }
.titleBlue {
	color: #369;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.subtitle { color: #2e67b2; font-weight: bold; }
.subtitleSlogan { color: #2e67b2; font-weight: bold; font-style: italic; }
.navBottom { font-size: 9px; }

#main {
	background-color: #FFF;
	width: 955px;
	height: auto;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/body-background.gif);
	margin: auto;
	font-size: 11px;
}
#border {
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 920px;
	background-image: url(/images/bottomswirl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#topnav {
	color: #FFF;
	background-color: #000;
	width: 920px;
	height: 25px;
	display: block;
}

#headimage   {
	height: 100px;
	width: 920px;
}

#content {
	margin: 5px;
	padding: 5px;
}

body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
