@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 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;
}
input, textarea {
	background-color:#FFFF99;
}
#topbanner {
	background-color:#006699;
	background-image: url(apimages/background-vertical.jpg);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	height: 205px;
	width: 1008px;
}

#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;
	height: 203px;
}
#maincontent {
	clear: both;
	width: 1010px; /* 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;
	background-color: #FFFFFF; /*#006699;*/
}
#footer {
	clear;
	float: left;
	color: #FFFFFF;
	width: 1010px;
	margin: 0 0 200 0;
	background-color:#000033;
	font-size: small;
	height: 20px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFCC33;
}

.horbar, .horbarmiddle {
	float: left;
	color: #FFFFFF;
	/*font-weight: bold;*/
	width: 330px;
	margin: 2 10 4 10;
}
.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: 200px;
	margin: 5px  6px 5px 4px;
	background-color:#99CCFF;
}
.columnmiddle {
	float: left;
	width: 380px;
	margin: 5px 3px 5px 7px;
}
.column2 {
	float: right;
	width: 380px;
	margin: 5px 5px 5px 5px;
}
.col2wide {
	width: 780px;
}

.special {
	color: #003399;
	font-size: large;
	font-weight: bold;
}
.links {
	font-size: small;
}
.button {
	border: none;
}
.hilitetext {
	background-color: #99CCFF;
}
