/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif, Arial Rounded MT Bold;
	color: #1B3767;
}
body {
	background-color: #193066;
}
#title {
	width: 800px;
	height: 150px;
	background: url(pics/top.jpg);
}
#leftside {
	width: 10px;
	background: url(pics/sidefiller.jpg);
}
#rightside {
	width: 10px;
	background: url(pics/sidefiller.jpg);
}
.searchtitle {
	color: #FFFFFF;
	font-weight: bold;
}
.input {
	border: solid 1px #7F9DB9;
	background: #fff url('/pics/input.gif') top left repeat-x;
	color: #000000;
}
.error {
	font-size: smaller;
	background: #1B3767;
	color: #FFFFFF;
	font-weight: bold;
}
.searchbox {
	color: #FFFFFF;
	font-size: 12px;
}
.white {
	color: #FFFFFF
}
.copy {
	font-size: 12px
}
.border {
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #1B3767;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #1B3767;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #1B3767;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B3767;
}
.border2 {
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #1B3767;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #1B3767;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #1B3767;
}
.border3 {
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #1B3767;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #1B3767;
}
a:link {
	color: #1B3767;
	text-decoration: underline;
}
.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu:hover {
	text-decoration: none;
	color: #C8D7F0;
}
.menu:active {
	text-decoration: none;
	color: #FFFFFF;
}
.errorlink:link {
	color: #C8D7F0;
	text-decoration: none;
}
.errorlink:visited {
	text-decoration: none;
	color: #C8D7F0;
}
.errorlink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.errorlink:active {
	text-decoration: none;
	color: #C8D7F0;
}
a:visited {
	text-decoration: underline;
	color: #1B3767;
}
a:hover {
	text-decoration: none;
	color: #1B3767;
}
a:active {
	text-decoration: underline;
	color: #1B3767;
}
#flashcontent {
	width:400px;
	height: 300px;
}