@charset "utf-8";
/* CSS Document */
body{
 	font-family: "Arial Unicode MS";
	margin:1px;
}

#contain #mid {
	background-color:#FFFFFF;
	min-height:600px;
	width: 100%;
}
#contain #top {
	background-image: url(/images/inner-top-nav-bg.jpg);
	height: 54px;
	width: 100%;
}
#contain #botnav {
	background-image: url(/images/inner-bot-nav-bg.jpg);
	height: 51px;
	width: 100%;
}
#contain #bottom {
	color: #284E61;
	width: 100%;
}
#topleft{
float:left;
}
#topright{
color:#FFFFFF; 
width:500px; 
float:right; 
font-weight:bold;
padding-top:2px;
}
#topright a:link, #topright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topright a:hover, #topright a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
#midright a:link, #midright a:visited {
	color:#FFFF00;
	font-size:14px;
	text-decoration: none;
}
#midright a:hover, #midright a:active {
	color: #FFFF00;
	font-size:14px;
	text-decoration:underline;
}

#contain #bottom #newsbox {
	background-image: url(/images/blue-rec-bg.jpg);
	background-position:center;
	background-repeat: no-repeat;
	font-family: "Arial Unicode MS";
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	height: 292px;
	width: 263px;
	padding-top:5px;
}
#contain #bottom #leftbox {
 	background-image:url(/images/bot-left-box.jpg);
	background-position:center;
	background-repeat: no-repeat;
	font-family: "Arial Unicode MS";
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	height: 292px;
	width: 630px;
	padding-top:5px;
}
#leftbox a:link, #leftbox a:visited {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
#leftbox a:hover, #leftbox a:active{
	font-size:12px;
	color:#666666;
	text-decoration:underline;
}
.regcontent {
	color: #333333;
	font-size: 12px;
}
.headingWhite {font-size: 18px;}
.newsdate {color: #FFFF00}
.headingBlack {font-size: 18px;}#redmessage {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.redbold {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
#buttonlink a:link, #buttonlink a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #1F4F66;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(/images/greybutton-up.png);
	background-repeat: no-repeat;
	display: block;
	height: 71px;
	width: 241px;
	text-align: center;
	padding-top: 22px;
}
#buttonlink a:hover, #buttonlink a:active {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(/images/greybutton-down.png);
	background-repeat: no-repeat;
	display: block;
	height: 71px;
	width: 241px;
	text-align: center;
	padding-top: 22px;
}
#contain #mid #message {
	font-size: 12px;
	color: #1F4F66;
	background-color: #FFFFCC;
	padding: 2px;
	height: 18px;
	width: 100%;
}

