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

body {
	background-color:#003366; /* 000033*/
	background-image:url(apimages/background-vertical.jpg);
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
a {
	color: #000066;
}
a:hover {
color:#0066CC;
}
 img {
 	border: 1px	1px 1px 1px;
	border-color: #000000;
	border: solid 1px;
}
h1 {
	font-size: x-large;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: large;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: medium;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#topbanner {
	background-image: url(apimages/background-vertical.jpg);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	height: 352px;
	width: 1000px;
}

#horbanner {
	background-color:#006699;
	clear:both;
	width: 998px;
	margin: 0 0 0 0;
	height: 30px;
}
#header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: center;
	width: 330px;
	margin: 0 0 0 0;
}
#maincontent {
	clear: both;
	background-color:#B7D2D5;
	background-color: #FFFFFF;
	width: 998px; /* 1000 - width of borders */
	margin: 0 auto 0 auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#000000;
	height: 100%;
	overflow: hidden;
}
#footer {
	clear;
	float: left;
	color: #FFFFFF;
	width: 998px;
	margin: 0 0 200 0;
	background-color:#000033;
	font-size: small;
	height: 80px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFCC33;
}
#topbar {
	background-color:#B7D2D5;
	height: auto;
	min-height: 50px;
}

.horbar, .horbarmiddle {
	color: #FFFFFF;
	/*font-weight: bold;*/
	width: 126px;
	background-color: #000033;
	height: 22px;
	margin: 4px 8px 4px 8px;
	text-align:center;
}
.horbarmiddle {
	float: left;
}	

.horbar:hover, .horbarmiddle:hover {
	background-color: #B7D2D5;
}
.horbar a, .horbarmiddle a {
	color: #FFFFFF;
}

.horbar a:hover, .horbarmiddle a:hover {
	color: #000066;
}
.column1, .columnmiddle, .column2 {
	text-indent: 0px ;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;

}
.column1 {
	clear;
	float: left;
	width: 250px;
	margin: 5px  6px 5px 4px;
	margin: 0 0 0 0;
}
.columnmiddle {
	float: left;
	width: 468px;
	margin: 5px 3px 5px 7px;
	margin: 0 0 0 0;
}
.column2 {
	float: right;
	width: 250px;
	margin: 5px 5px 5px 5px;
	margin: 0 0 0 0;
}
.colmain {
	background-color: #FFCCFF;
}
.noborder {
	border: none;
	border: 0 0 0 0;
	text-decoration:none;
}
.quote {
	font-style:italic;
	color: #003366;
}
