@charset "utf-8";
html {
	/*
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	*/
}
body {
	font-family: Arial;
	font-size: 11px;
	color: #808080;
	background-color: #f5f5f5;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



#wrap {
	width: 1024px;
	/*height:768px;*/
	height:570px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;
	/*background-image: url(/images/bg.jpg);*/
	background-repeat: repeat-x;
}

#header
{
	width: 1024px;
	height:107px;
}
#header img.nav	{margin-top:25px;margin-left:235px;}
#header img.voc	{margin-top:25px;margin-left:334px;}
#left
{
	margin-left:0px;
	padding-top:22px;
	margin-right:5px;
	width: 210px;
	height:401px;
	text-align:right;
	float: left;
}
#left img.nav{margin-bottom:10px;}
#center
{
	width: 528px;
	height:423px;
	float: left;
	background-image:url(/images/bg_green.png);
	background-repeat:no-repeat;
	background-position:left top;
}
#right
{
	width: 203px;
	height:423px;
	float: left;
}
#newslist
{
	background-color:#ffffff; width:193px; height:375px; overflow:auto; 
	/*border-top: 3px dotted #C8C8C8;*/
	background-image: url(/images/newsline.gif); background-repeat: repeat-x;
	padding:5px 5px 5px 5px;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #e6e6e6; 
	scrollbar-3dlight-color: #e6e6e6; 
	scrollbar-darkshadow-color: #e6e6e6; 
	scrollbar-arrow-color: #999999; 
	scrollbar-track-color: #e6e6e6; 
	scrollbar-shadow-color:#e6e6e6;
}
.newstitle1	{font-family: Arial; font-size: 13px; color:#F05A23; line-height:19px; font-weight:bold; }
.newstitle2	{font-family: Arial; font-size: 13px; color:#BED23C; line-height:19px; font-weight:bold; }
.newstext	{font-family: Arial; font-size: 12px; color:#989898; line-height:17px;}
A.news			{font-family: Arial; font-size: 12px; color: #989898; font-weight: normal; text-decoration: underline;}
A.news:active	{font-family: Arial; font-size: 12px; color: #BBBBBB; font-weight: normal; text-decoration: underline;}
A.news:visited	{font-family: Arial; font-size: 12px; color: #989898; font-weight: normal; text-decoration: underline;}
A.news:hover	{font-family: Arial; font-size: 12px; color: #BBBBBB; font-weight: normal; text-decoration: underline;}


#tdContent2 /*same as newslist*/
{
	background-color:#ffffff; width:193px; height:375px; overflow:auto; 
	/*border-top: 3px dotted #C8C8C8;*/
	background-image: url(/images/newsline.gif); background-repeat: repeat-x;
	padding:5px 5px 5px 5px;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #e6e6e6; 
	scrollbar-3dlight-color: #e6e6e6; 
	scrollbar-darkshadow-color: #e6e6e6; 
	scrollbar-arrow-color: #999999; 
	scrollbar-track-color: #e6e6e6; 
	scrollbar-shadow-color:#e6e6e6;
	line-height:17px;
}
#tdContent2 A			{font-family: Arial; font-size: 12px; color: #F05A23; font-weight: normal; text-decoration: underline;}
#tdContent2 A:active	{font-family: Arial; font-size: 12px; color: #666666; font-weight: normal; text-decoration: underline;}
#tdContent2 A:visited	{font-family: Arial; font-size: 12px; color: #F05A23; font-weight: normal; text-decoration: underline;}
#tdContent2 A:hover	{font-family: Arial; font-size: 12px; color: #666666; font-weight: normal; text-decoration: underline;}

/*.newsline	{border-bottom: 3px dotted #C8C8C8; height:8px;}*/
.newsline	{background-image: url(/images/newsline.gif); background-repeat: repeat-x; height:3px; margin-top:7px; margin-bottom:4px;}

#content_top
{
	width: 528px;
	height:24px;
	/*
	background-image: url(/images/content_top.gif);
	background-repeat: no-repeat;
	*/
}
#tdContent
{
	width: 528px;
	height:371px;
	/*
	background-image: url(/images/content_mid.gif);
	background-repeat: repeat-y;
	*/
}
#content
{
	padding:15px 47px 20px 43px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:17px;
}
#content a		{color: #F05A23; text-decoration: underline;}
#content a:hover {color: #666666; text-decoration: underline;}
#content UL 
{
	padding:0px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#popup
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
}
#popup td		{color: #ffffff; font-size:12px;}
#popup a		{color: #ffffff; text-decoration: underline;}
#popup a:hover	{color: #CCCCCC; text-decoration: underline;}
#popupscroll
{
	width:490; height:370px; overflow:auto;
	line-height:17px;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #e6e6e6; 
	scrollbar-3dlight-color: #e6e6e6; 
	scrollbar-darkshadow-color: #e6e6e6; 
	scrollbar-arrow-color: #999999; 
	scrollbar-track-color: #e6e6e6; 
	scrollbar-shadow-color:#e6e6e6;
	padding-right:5px;
}

img.spacing{margin:5px 5px 5px 0px;}
#content_bottom
{
	width: 528px;
	height:28px;
	/*
	background-image: url(/images/content_bottom.gif);
	background-repeat: no-repeat;
	*/
}


#bottom
{
	width: 712px;
	height:20px;
	float:left;
	text-align:right;
}
A.fn			{font-family: Arial; font-size: 12px; color: #999999; font-weight: normal; text-decoration: none; margin-left:15px}
A.fn:active		{font-family: Arial; font-size: 12px; color: #F05A23; font-weight: normal; text-decoration: none; margin-left:15px}
A.fn:visited	{font-family: Arial; font-size: 12px; color: #999999; font-weight: normal; text-decoration: none; margin-left:15px}
A.fn:hover		{font-family: Arial; font-size: 12px; color: #F05A23; font-weight: normal; text-decoration: none; margin-left:15px}

A.fnsel			{font-family: Arial; font-size: 12px; color: #F05A23; font-weight: normal; text-decoration: none; margin-left:15px}
A.fnsel:active	{font-family: Arial; font-size: 12px; color: #F05A23; font-weight: normal; text-decoration: none; margin-left:15px}
A.fnsel:visited	{font-family: Arial; font-size: 12px; color: #F05A23; font-weight: normal; text-decoration: none; margin-left:15px}
A.fnsel:hover	{font-family: Arial; font-size: 12px; color: #F05A23; font-weight: normal; text-decoration: none; margin-left:15px}

A.member		{font-family: Arial; font-size: 12px; color: #F05A23; font-weight: bold; text-decoration: none;}
A.member:active	{font-family: Arial; font-size: 12px; color: #F05A23; font-weight: bold; text-decoration: underline;}
A.member:visited{font-family: Arial; font-size: 12px; color: #F05A23; font-weight: bold; text-decoration: none;}
A.member:hover	{font-family: Arial; font-size: 12px; color: #F05A23; font-weight: bold; text-decoration: underline;}


#newsfiltersss{width: 203px; display:block; background-color:green; }

#newsfilter UL 
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: right;
	text-align:right;
	
	
}
#newsfilter UL LI
{
	float: left;
	vertical-align:text-bottom;
}
.tab_mid		{height:14px; padding-top:3px; background-image: url(/images/tabs/tab_mid.gif);}
.tab_mid_sel	{height:14px; padding-top:3px; background-image: url(/images/tabs/tab_mid_sel.gif); color:#ffffff;}
#newsfilter UL LI.tab_mid A				{color:#000; text-decoration:none;}
#newsfilter UL LI.tab_mid A:hover		{color:#000; text-decoration:underline;}
#newsfilter UL LI.tab_mid_sel A			{color:#fff; text-decoration:none;}
#newsfilter UL LI.tab_mid_sel A:hover	{color:#fff; text-decoration:underline;}

input.text		{font-size : 12px; color: #000000; border:solid 1px #afafaf;}
select.sel		{font-size : 12px;}
textarea.text	{font-size : 12px; color: #000000; border:solid 1px #afafaf;}
input.btn		{font-size : 12px; color: #000000; }
TD.white		{font-size : 12px; color: #ffffff;}

.title		{color:#ffffff; font-weight:bold; font-size:22px; margin-bottom:20px; line-height:28px;}
.subtitle	{color:#ffffff; font-weight:bold; font-size:16px; margin:5px 0px 5px 0px;}
.margetitle	{color:#F05A23; font-weight:bold; font-size:14px; margin:5px 0px 5px 0px;}

.msg	{font-family:Arial; font-size: 8pt; COLOR: #aa0000; FONT-WEIGHT: bold;}

A.bookmark		{TEXT-DECORATION: none; background-color:none;}
A.bookmark_edit	{TEXT-DECORATION: none; background-color:#FD9D9D;}

DIV.we_off	{background-color:transparent; cursor:auto; display: block;}
DIV.we_over	{background-color:#efefef; cursor:hand; display: block;}
DIV.we_on	{background-color:transparent; cursor:auto; display: block;}

P{padding:0px; margin:0px}
SELECT.we	{color: #322201; font-family: Verdana; font-size: 9px;}
img.we		{margin-left:0px}



