@charset "utf-8";
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color: #194471;
}
body {
	background-color: #cfd3d6;
	background-image: url(/images/page_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.parent {
display: block;
min-height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
}
#container {
	background-image: url(/images/container_bg.jpg);
	background-repeat: no-repeat;
	width: 927px;
	padding-top: 71px;
	margin-left: auto;
    margin-right: auto;
	padding-left:5px;
	padding-bottom:108px;
}
#headNav {
	color:#706e6f;
	font-size: 16px;
	font-weight:bold;
	padding-left:30px;
}
#headNav a:link{
	color:#706e6f;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
}
#headNav a:visited{
	color:#706e6f;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
}
#headNav a:hover{
	color:#7d0000;
	font-size: 16px;
	font-weight:bold;
	text-shadow:#FFFFFF;
	text-decoration:overline;
}
#headNav a:active{
	color:#7d0000;
	font-size: 16px;
	font-weight:bold;
	text-shadow:#FFFFFF;
	text-decoration:overline;
}
#body {
	padding-top:12px;
}
#left {
	width:670px;
	float:left;
}
#rightNav {
	float:right;
	width:231px;
	background-image:url(/images/rightNavbg.jpg);
	margin-right:18px;
}
#rightNav a:link{
	color:#706e6f;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 35px;
}
#rightNav a:visited{
	color:#706e6f;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 35px;
}
#rightNav a:hover{
	color:#7d0000;
	font-size: 16px;
	font-weight:bold;
	text-shadow:#FFFFFF;
	text-decoration:overline;
	padding-left: 35px;
}
#rightNav a:active{
	color:#7d0000;
	font-size: 16px;
	font-weight:bold;
	text-shadow:#FFFFFF;
	text-decoration:overline;
}
.footer {
position: absolute;
background-image:url(/images/footerBg.jpg);
left: 0px;
bottom: 0px;
width: 100%;
display: block;
height: 108px;
z-index: 999;
padding: 0px;
margin-left: 0px;
margin-right:0px;
margin-bottom:0px;
margin-top: 50px;
}
#audio {
	width:218px;
	float:left;
	margin-bottom:50px;
}
#newsBox {
	float:right;
	width:430px;
}
#playBg {
	background-image:url(/images/audioBg.jpg);
	height:95px;
	padding-top:4px;
}
.ContentGroup {
	padding-left:8px;
	padding-right:8px;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	background-image:url(/images/contentBg.jpg);
	background-repeat:repeat-x;
	margin-bottom: 30px;
	font-size:14px;
}