@charset "utf-8";
/* CSS Document */
body {
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	text-align:center;
	margin:0 auto;
	background:url(../image/bg.gif) repeat-x #00325F;
	width:800px;
	}
#wrapper {
	margin:0 auto;
	background-color:#FFFFFF;
	width:800px;
	}
#left {
	float:left;
	text-align:left;
	width:538px;
	background-color:#FFFFFF;
	}
#right {
	float:right;
	background:#FFFFFF;
	width:262px;
	}
#board {
	background:url(../image/board_bg.jpg) repeat-y;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	}
.board {
	color:#FFFF00;
	font-weight:bold;
	}
#board_shaded {
	background:url(../image/board_bg_shaded.jpg) repeat-y;
	font-size:13px;
	color:#000000;
	}
#video {
	border:1px solid #00325F;
	padding:10px;
	}
.padding {
	padding:20px;
	}
a:link, a:active, a:visited {
	color:#003361;
	font-weight:bold;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
.board a:link, .board a:active, .board a:visited {
	color:#FFFF00;
	font-weight:bold;
	text-decoration:underline;
	}
.board a:hover {
	text-decoration:none;
	}
.board_blue {
	color:#00325F;
	font-weight:bold;
	}
.footer a:link, .footer a:active, .footer a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:0 5px 0 5px;
	}
.footer a:hover {
	text-decoration:underline;
	}
#boxes {
	clear:both;
	background:url(../image/boxes_bg.gif) repeat-y;
	}
#footer {
	width:790px;
	background-color:#D1002A;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	}
.copyright {
	color:#FFFFFF;
	font-size:10px;
	}
SPAN.reference, .reference a:link, .reference a:active, .reference a:visited{
	color: #666666;
	font-size:10px;
	}
h2 {
	color:#00325F;
	}
legend {
	color:#D1002A;
	font-size:11px;
	font-weight:bold;
	}