* {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
}
.clear {
	clear: both;
}
img
{
	border: none;
}
div.clear
{
}
body {
	background:#FFF;
}
.page {
	width: 1024px;
	margin: auto;/*border: 1px solid red;*/
	background-image:url(../images/pageBG.gif);
}
/*=========================================================================

								HEADER
=========================================================================*/
.header {
}
.header .top .logo {
	float: left;
	background: url(../images/logo.png);
	height: 97px;
	width: 335px;
}
.header .top .baner {
	float:right;
}
.header .menu{
	
	padding: 0px;
	margin: 0px;
}
.header .menu ul
{
	margin: 0px;
}
.header .menu * {
	padding: 0px;

}
.header .menu ul li * {
	text-decoration: none;
	
	color: #231f20;
	margin:0px;
	padding: 0px;
}
.header .menu ul li {
/*	border: 1px solid blue;*/
	list-style: none;
	margin:0px;
	padding: 0px;
	float:left;
	background:url(../images/menu-bg.png);
	height:32px;
	line-height: 42px;
	width: 85px;
	text-align:center;
}
.header .menu ul li.selected {
	background:url(../images/menu-bg-selected.png);
}
.header .menu ul li.selected * {
	color: #FFF;
}
.header .userBar form 
{
	margin: 0px;
}
.header .userBar {
	background:url(../images/head-bg.gif);
	background-repeat: repeat-y;
	text-align:right;
	padding: 5px 10px;
	font-weight: bold;
	margin: 0px;
	/*border: 1px solid red;*/
}
.header .userBar input {
	border: 1px solid #939598;
	background: #D1D2D4;
	padding: 0px;
	font-size:7pt;
}
.header .userBar .button {
	font-weight: bold;
	color: #FFF;
	border: none;
	background: url(../images/smal-button.gif) no-repeat;
}
.header .userBar a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.header .hotBar {
	background: #EE2125;
	color: #FFF;
	margin: 3px 0;
	padding: 5px 10px;
	font-variant:small-caps;
}
.header .hotBar a 
{
	color:#0F0;
	text-decoration: none;
}
/*
								HEADER
-------------------------------------------------------------------------*/
/*=========================================================================

								CONTENT
=========================================================================*/
.page .content {
	float: left;
	width: 850px;
	background: url(../images/content-bg.png) no-repeat;
}
/* **************************************************************************/
.page .content .center {
	width: 685px;
	float: right;
}
.page .content .center .top {
	margin: 15px 0;
	color: #FFF;
}
.page .content .center .top .searchText {
	border: 1px solid #C7C8C9;
	background:#FFF;
	font-size:12pt;
	width:450px;
}
.page .content .center .top .searchButton {
	font-size:12pt;
	color: #FFF;
	border: none;
	height: 26px;
	width: 76px;
	margin-left: 30px;
	background:url(../images/large-button.gif) no-repeat;
}
.page .content .center .data {
	background: #F5F6F7;
	padding-left: 10px;
	
}
.page .content .center h1 {
	font-variant: small-caps;
	font-size: 14pt;
	line-height: 35pt;
	background:url(../images/content-separator.png) repeat-x 0 100%;
}
/* **************************************************************************/

.page .content .menu {
	float:left;
	width: 160px;
	margin-top: 15px;
	text-align:center;
}
.page .content .menu * {
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-variant:small-caps;
}
.page .content .menu ul li * {
	text-decoration: none;
	color: #000;
}
.page .content .menu ul li {
	padding-left: 20px;
	list-style: none;
	background:url(../images/content-menu-bg.png) no-repeat;
	width: 126px;
	height: 25;
	line-height: 25px;
	/*display:block;*/
	margin: 2px auto;
}
.page .content .menu ul li.selected * {
	color: #FFF;
}
.page .content .menu ul li.selected {
	background:url(../images/content-menu-bg-selected.png) no-repeat;
}
/* **************************************************************************/

/*
							end of CONTENT
-------------------------------------------------------------------------*/

/*=========================================================================

								rightPanel
=========================================================================*/

.rightPanel {
	text-align:center;
	float: right;
	width: 170px;/*	border: 1px solid red;*/
}
/*
							end of rightPanel
-------------------------------------------------------------------------*/

.page .footer{
	background:#F5F6F7;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align:center;
}
.page .footer a
{
	color: #909295;
	font-weight: bold;
	text-decoration: none;
}
.page .footer a:hover
{
	font-weight: bold;
	color: #EE2125;
}
pre
{
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
}

.pagination {
	text-align:right;
}
.pagination * {
	text-decoration: none;
}
.pagination span {
	background: white;
}
.pagination a 
{
	padding: 0 2px;
	color: #000;
}
.pagination .selected {
	color: #ED1F24;
}
.newsList
{
	font-variant:small-caps;
}
.newsList a{
	color:#000;
	text-decoration: none;
}
table.newsList tr td
{
	padding: 0 2px;
}
table.newsList tr td .d{
	text-align:justify;
	width: 580px;	
	overflow: hidden;
	
}
table.newsList tr td hr
{
	background:url(../images/content-separator.png);
	border: none;
	height:5px;
	margin: 5px 0;
}
.newsList .freeBox
{
	float: left;
	width: 200px;
	margin: 10px;
	font-variant:normal;
}
.page .content .newsList .freeBox .data
{
	background: #E7E7E9;
	
}
.newsList .freeBox h2
{
	background-image:url(../images/freeBoxHeader.gif);
	background-repeat:no-repeat;
	line-height: 18pt;
	color: #FFF;
	padding: 2px 5px;
}
.newsList .freeBox .data
{
	height: 100px;
	padding: 10px;
}

.newsList .freeBox .freeBoxFooter
{
	text-align: right;
	background-image:url(../images/freeBox.gif);
	background-position: 100% 100%;
	background-repeat:no-repeat;
	height: 16px;

}

.newsList a.m, .newsList a:hover, .pagination a:hover{
	color: #ED1F24;
	text-decoration: none;
}

.news p {
	text-align:justify;
}
.news .newsImg
{
	width:200px;
	
}

