/* CSS Document */
*{
padding:0px;
margin:0px;
}
html{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#333333;
	font-size:11px;
}
body{
	background: url(../images/background.jpg) repeat-x #035DAB;
}
a{
	color:#2172DF;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#222223;
}
.clear{
	clear:both;
}
#frame{
	width:908px;
	margin:0px auto;
	padding:0px;
}
#header{
	float:left;
	width:908px;
}
#menu{
	float:left;
	width:902px;
	background:url(../images/menu.jpg);
	height:34px;
	padding:0px 0px 0px 6px;
}
#menu ul{
	padding:0px;
	list-style-type:none;
}
#menu li{
	display:inline;
	line-height:28px;
	padding:0px 22px 0px 20px;
	font-weight:bold;
	background:url(../images/dividar.jpg) right no-repeat ;
}
#menu li a{
	color:#FFFFFF;
	text-decoration:none;
}
#menu li a:hover{
	color: #FFFF00;
	text-decoration:none;
}

#middle{
	float:left;
	width:902px;
	background:url(../images/bodybg.jpg) repeat-y;
	padding:0px 6px 0px 6px;
}
#left_column{
	float:left;
	width:174px;
	background:url(../images/left-col-bg.jpg);
	border-bottom:1px #B7C6D6 solid;
}
.leftbar{
	background:url(../images/bar-bg.jpg);
	float:left;
	width:100%;
}
.leftbar strong{
	background:url(../images/bullet.jpg) no-repeat;
	padding-left:24px;
	line-height:24px;
	float:left;
	color:#FFFFFF;
}
.leftmenu{
	width:150px;ov
	float:left;
}
.leftmenu ul{
	list-style-type:none;
	padding:5px 0px 5px 6px; 
}
.leftmenu li{
	list-style-type:none;
	padding-left:10px;
	line-height:18px;
	background:url(../images/arrow.jpg) left no-repeat;
}
.leftmenu li a{
	color:#13519A;
	text-decoration:none;
}
.leftmenu li a:hover{
	color:#13519A;
	text-decoration:underline;
}

.center_content{
	width:560px;
	float:left;
	padding:8px;
}
.center_content img{
	display:block;
}
.box{
	width:273px;
	float:left;
	border:1px #B7C6D6 solid;
}

.box_bar{
	background:url(../images/bar-bg.jpg);
	float:left;
	width:273px;
}
.box_content{
	float:left;
	width:253px;
	padding:5px;
}
.box_bar strong{
	background:url(../images/bullet.jpg) no-repeat;
	padding-left:24px;
	font-size:13px;
	line-height:24px;
	float:left;
	color:#FFFFFF;
}
.boxbig{
	width:555px;
	float:left;
	border:1px #B7C6D6 solid;
}

.boxbig_bar{
	background:url(../images/bar-bg.jpg);
	float:left;
	width:555px;
}
.boxbig_content{
	float:left;
	width:541px;
	padding:5px;
}
.boxbig_bar strong{
	background:url(../images/bullet.jpg) no-repeat;
	padding-left:24px;
	font-size:13px;
	line-height:24px;
	float:left;
	color:#FFFFFF;
}
#right_col{
	width:146px;
	float:left;
	background:url(../images/right_col.jpg) repeat-y;
	border-bottom:1px #B7C6D6 solid;
}
.right_colbar{
	background:url(../images/bar-bg.jpg);
	float:left;
	width:146px;
}
.right_colbar strong{
	background:url(../images/bullet.jpg) no-repeat;
	padding-left:24px;
	line-height:24px;
	float:left;
	color:#FFFFFF;
}
.right_colcontent{
	width:146px;
	float:left;
}
#footer{
	float:left;
	width:908px;
	background: url(../images/footer.jpg) no-repeat;
	min-height:49px;
	color:#FFFFFF;
}
.footer_menu{
	margin-top:5px;
	line-height:32px;
	color:#FFFFFF;
}
.footer_menu a{
	color:#FFFFFF;
	text-decoration:none;
}
.footer_menu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
