
html
{
	height:100%;
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	background-color: #75bad7;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	
	font-size:10pt;
	margin:0px;
	padding:0px;
	height:100%;

}


hr
{
	width:100%;
	border-top:3px solid #80badf;
	border-bottom:1px solid #007bc1;
	color:#80badf;
	height:0px;
	margin-top:10px;
	margin-bottom:10px;
}




.column_main_home
{
	background-color:#ffffff;
	width:700px;
	height:423px;
	overflow:visible;
	background-image:url(../images/body-bg-logo.gif);
	background-repeat:no-repeat;
	text-align:justify;
}
.column_main_home li
{
	margin-bottom:15px;
}

.column_main
{
	background-color:#ffffff;
	width:700px;
	height:423px;
	overflow:visible;
	background-image:url(../images/body-bg.gif);
	background-repeat:no-repeat;
	text-align:justify;
}
.column_main li
{
	margin-bottom:15px;
}

.column_side_right
{
	background-color:#eeeeee;
	width:260px;
	height:423px;
	overflow:visible;
	background-image:url(../images/side-bg-right.gif);
	background-repeat:no-repeat;
}
.column_side_left
{
	background-color:#eeeeee;
	width:260px;
	height:423px;
	overflow:visible;
	background-image:url(../images/side-bg-left.gif);
	background-repeat:no-repeat;
}
.menu
{
	height:35px;
	background-image:url(../images/menu-bg.gif);
	background-repeat:repeat-x;
	background-color:#80badf;
	line-height:35px;
}
.menuarea
{
	margin-left:0px;
}

#content_main
{
	padding:30px;
}


.sidemenu_big
{
	font-size:13pt;
	font-weight:bold;
	color:#888888;
}
.side_news
{
	margin:10px 0px 25px 0px;
}
.side_news .news_title
{
	margin-bottom:10px;
	padding-left:16px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;	

}
.side_news a
{

	line-height:14px;
	font-size:12px;
}
.arrow
{
	padding-left:16px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}


.bar
{
	float:left;
	width:10px;
	height:33px;
	background-color:#BBBBBB;
	margin-right:10px;
}