@charset "utf-8";
/* CSS Document */

body {
/* background-color:#FFFF99; */
	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 thin;
}
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: 282px;
	width: 1000px;
}

#horbanner {
	background-color:#000033;
	clear:both;
	width: 1000px;
	margin: 0 0 0 0;
	height: 45px;
}
#header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: center;
	width: 330px;
}
#maincontent {
	clear: both;
	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;
}
#footer {
	clear;
	float: left;
	color: #FFFFFF;
	width: 1000px;
	margin: 0 0 200 0;
	background-color:#000033;
	font-size: small;
	height: 20px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFCC33;
}

.horbar, .horbarmiddle {
	color: #FFFFFF;
	/*font-weight: bold;*/
	width: 330px;
}
.horbarmiddle {
 	width: 330px;
	float: left;
	text-align:center;
}	

.horbar a, .horbarmiddle a {
	color: #FFFFFF;
}

.horbar a:hover, .horbarmiddle a:hover {
	color: #FFCC33;
}
.column1 {
	clear;
	float: left;
	width: 320px;
	margin: 5px  6px 5px 4px;
}
.columnmiddle {
	float: left;
	width: 320px;
	margin: 5px 3px 5px 7px;
}
.column2 {
	float: right;
	width: 320px;
	margin: 5px 5px 5px 5px;
}

