@charset "utf-8";
/* style.css - Primary Style Sheet*/

body {
	background-color: #FFF9CC;
	background: url(img/bg_grad1.png);
	background-repeat:repeat-x, repeat-y;
}

#topBox {
	position:absolute;
	left:1px;
	top:-21px;
	width:1028px;
	height:140px;
	z-index:1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thick;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #000066;
}
#logoBox {
	position:absolute;
	left:71px;
	top:0px;
	width:792px;
	height:59px;
	z-index:5;
	color: #ffffff;
}
#navBar1 {
	position:absolute;
	left:111px;
	top:79px;
	width:664px;
	height:38px;
	z-index:6;
	color: #ffffff;
}
#navBar1 a {
	color:#ffffff;
}
#navBar1 a:hover {
	color:#ff0000;
}
#leftDiv {
	position:absolute;
	left:63px;
	top:127px;
	width:22px;
	height:710px;
	z-index:7;
	background-color: #8CD2FD;
	background: url(img/left.png);
	background-repeat:no-repeat;
}
#contentBox {
	position:absolute;
	left:82px;
	top:128px;
	width:733px;
	height:685px;
	z-index:2;
	padding-left: 16px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 17px;
	background-color: #E8FDFB;
	font-size: 12pt;
}
#rightBox {
	position:absolute;
	left:848px;
	top:133px;
	width:152px;
	height:441px;
	z-index:3;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #666666;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-style: solid;
	padding: 12px;
	overflow: visible;
	border-right-color: #CCCCCC;
	background-color: #006699;
	color: #FFFF99;
}
#rightBox a {
	color:#ffffff;
}
#rightBox a:hover {
	color:#ff0000;
}
#rightBox a:visited {
	color:#ffff99;
}
#footBox {
	position:absolute;
	left:121px;
	top:851px;
	width:672px;
	height:74px;
	z-index:4;
	padding-left: 16px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 17px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #0099CC;
	color: #ffffff;
}
#footBox a { 
	color:#ffffff;
}
#footBox a:hover { 
	color:#FFFF99;
}
#footBox a:visited { 
	color:#FFFF99;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.news {
	font-size: 14px;
}
#contentBox p .news strong {
	color: #F00;
	font-size: 14pt;
}
#contentBox p strong #news-text {
	font-size: 14px;
}
#contentBox p strong #news-text {
	font-size: 16pt;
}
#news-text {
	font-size: 12pt;
}
#contentBox p {
	font-size: 12px;
	text-align: left;
}
#contentBox p strong span {
	font-size: 12px;
}
#contentBox p strong span {
	font-size: 12pt;
}
