/* CSS Document */
.BoxBG
{
	background:url(../images/BoxBG.gif) left repeat-y;
	width:566px;
}
.BoxTop
{
	background:url(../images/TopBG.gif) left top no-repeat;
}
.BoxTop2
{
	background:url(../images/TopBG2.gif) left top no-repeat;
}
.BoxBot
{
	background:url(../images/BotBG.gif) left bottom no-repeat;
	color:#e50000;
}
.BoxBody
{
	margin:0px;
	padding-top:5px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:5px;
}
.BoxBot h3
{
	font:normal italic 18px Arial;
	color:#FFFFFF;
	text-align:center;
	padding:9px;
}
.Panel
{
	border:1px solid #ffa200; 
	border-top:none; 
	min-height:130px;
	margin-bottom:10px;
}
.PanelTitle
{
	background:url(../images/panelBG.jpg) repeat-x; 
	height:33px; 
	text-align:center;
}
.PanelTitle h3
{
	text-align:left;
	padding-left:10px;
	padding-top:8px;
	font:bold 12px Arial;
}
.PanelTitle h4
{
	text-align:center;
	padding-top:8px;
	font:bold 12px Arial;
}
.MemberLeft
{
	width:304px;
	height:168px;
	background:url(../images/members_bg.gif) no-repeat;
	float:left;
	margin-left:1px;
	text-align:left;
}
.MemberRight
{
	width:253px;
	height:168px;
	background:url(../images/news_bg.gif) no-repeat;
	float:right;
	margin-right:10px;
}
.MemberRight h3, .MemberLeft h3
{
	font:bold 16px Arial;
	margin-top:7px;
	padding-left:10px;
	color:#ff9602;
}
.ScrollBox
{
	height:125px; 
	overflow:auto; 
	width:235px; 
	margin-left:10px; 
	margin-top:5px;
	color:#e50000;
}
.ScrollBox a
{
	text-decoration:none;
	display:block;
	margin-bottom:10px;
	color:#e50000;
}
.ScrollBox a:hover
{
	text-decoration:underline;
}

