@charset "utf-8";
/* CSS Document */

body
{
	background: #101010 url("../img/bgBody.jpg") no-repeat center -85px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-top: 0px;
}

a
{
	color: #FF6600;
}

a:hover
{
	color: #000;
	background: #FFF;
}

a img
{
	border: 0px;
}

.container
{
	width:100%;
	float:left;
}

.mainContainer
{
	background: #222222 url("../img/bgContent.jpg") repeat-x 0px 0px;
	width:100%;
	float:left;
}

.mainContainerF
{
	background: #FFF;
	width:100%;
	float:left;
}

.main
{
	margin: 0px auto;
	width: 855px;
	padding: 20px 50px 50px 50px;
}

.main .header
{
	width: 855px;
	float:left;
	height: 88px;
	margin-bottom: 44px;
}

.main .header .left
{
	float:left;
	width: 180px;
	height: 88px;
}

.main .header .right
{
	width: 615px;
	background: url("../img/bgMenu.gif") repeat-x 0px 0px;
	float:right;
	margin-top: 32px;
	padding-top:10px;
	height: 40px;
}

.main .header .right a
{
	color: #000;
	float:left;
	text-decoration: none;
	font-size: 12px;
	height: 40px;
	padding: 0px 39px 0px 39px;
}

.main .header .right a:hover
{
	background: url("../img/bgMenuHover.gif") repeat-x 0px -10px;
	color: #FF6600;
}

.main .header .right a.current
{
	background: url("../img/bgMenuCurrent.gif") repeat-x 0px -10px;
	font-weight: bold;
}

.main .portalNews .left
{
	width: 197px;
	height: 127px;
	float:left;
	color: #FF6600;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 10px 18px 24px 18px;
}

.main .portalNews .left span
{
	text-align:right;
	float:left;
	width: 100%;
	margin-bottom:5px;
}

.main .portalNews .center
{
	width: 169px;
	height: 131px;
	padding: 10px 18px 24px 18px;
	float:left;
	font-size: 11px;
	display: block;
	color: #FFF;
}

.main .portalNews .center .title
{
	width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}

.main .portalNews .center .content
{
	line-height: 13px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


.main .portalNews .right
{
	width: 364px;
	height: 131px;
	padding: 0px 18px 24px 18px;
	float:left;
}

.main .portalNews .right a:hover
{
	
background: none;}

.main .portalNews .right .item
{
	width: 100%;
	margin-bottom: 9px;
	float:left;
	display: block;
	color: #FFF;
}

.main .portalNews .right .item .date
{
	width: 80px;
	font-size: 11px;	
	font-weight: bold;
	float:left;
}

.main .portalNews .right .item .event
{
	width: 284px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	font-size: 10px;
}

.main .content .title
{
	font-size: 18px;
	color: #FFF;
	width: 100%;
	display: block;
	float:left;
	margin-bottom:5px;
}

.main .content .titleSmall
{
	font-size: 14px;
	text-transform: uppercase;
	color: #FF6600;
	margin-bottom:10px;
	margin-top:20px;
	float:left;
	width: 100%;
}

.main .content span
{
	width: 100%;
	float:left;
	padding-bottom: 20px;
	font-size: 12px;
}

.main .content span a.links
{
	float:left;
	width: 100%;
	text-align:right;
	margin-bottom:5px;
	
}