@charset "utf-8";
body {
	background: url('./img/bg.jpg') repeat-x top left #b7c9dd;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
	color: #000000;
}
#container {
	width: 768px;
	background: #1b2646;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#topnav {
	background: url('./img/topnav.jpg') no-repeat top left;
	width: 768px;
	height: 24px;
	margin: 0 auto;
	padding: 0px;
}
#flash {
	width: 768px;
	height: 91px;
	margin: 0 auto;
	padding: 0px;
}
.title {
	color: #ffffff;
	font-weight: bold;
	font-size: 18pt;
	text-align: right;
}
.single {
	background: url('./img/single.png') no-repeat top left;
	width: 174px;
	height: 23px;
	margin-left: 11px;
	margin-bottom: 5px;
	padding: 1px;
	text-align: left;
}
.double {
	background: url('./img/double.png') no-repeat top left;
	width: 174px;
	height: 40px;
	margin-left: 11px;
	margin-bottom: 5px;
	padding: 1px;
	text-align: left;
}
.nav {
	font-size: 11pt;
	color: #ffffff;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 5px;
}
.nav:hover {
	font-size: 11pt;
	color: #b7c9dd;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 5px;
}
.scroller {
	background: url('./img/scroll_bg.jpg') no-repeat top left;
	width: 568px;
	height: 40px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#title {
	background: #496d9d;
	width: 568px;
	height: 40px;
}
.titletext {
	font-size: 12pt;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 6px;
}
#slideshow {
	width: 170px;
	height: 130px;
	margin: 0 auto;
}
.box {
	margin: 10px;
	padding: 5px;
	border: solid 1px #1b2646;
	float: left;
	font-size: 10pt;
	text-align: center;
	line-height: 24px;
}
.box:hover {
	border: solid 1px #b90012;
}
.minibox {
	margin: 3px;
	padding: 5px;
	border: solid 1px #1b2646;
	float: left;
	font-size: 10pt;
	text-align: center;
	line-height: 18px;
}
.minibox:hover {
	border: solid 1px #b90012;
}
.pdf {
	padding: 5px;
	border: solid 1px #1b2646;
	margin: 0px;
}
.pdf:hover {
	border: solid 1px #b90012;
}
.tnail {
	padding: 5px;
	border: solid 1px #1b2646;
	margin: 4px;
	width: 80px;
	height: 80px;
	float: left;
}
.tnail:hover {
	border: solid 1px #b90012;
}
#marquee1 {
	width: 558px;
	margin-left: 5px;
	padding-top: 0px;
	font-family: Courier New, Courier;
	font-size: 9pt;
	color: #ffffff;
}
#marquee2 {
	width: 558px;
	margin-left: 5px;
	padding-top: 7px;
	font-family: Courier New, Courier;
	font-size: 9pt;
	color: #ffffff;
}
#footer {
	background: #b90012;
	width: 960px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
a {
	color: #b90012;
	text-decoration: none
}
a:hover {
	color: #1e284c;
	text-decoration: underline;
}
.bottom {
	color: #ffffff;
	text-decoration: none;
}
.bottom:hover {
	color: #1e284c;
	text-decoration: underline;
}
.clear{clear: both; height: 0px; width: 100%;}
.fleft{float: left;}
.fright{float: right;}
.pointer{cursor: pointer;}