﻿


#navigation
{
	background-image:url('../images/menu-line.jpg');
	font-family:Arial;
	font-size:12pt;
	font-style:normal;
	color:white;
	height:36px;

}

#bottom-line1 {
	background-image:url('../images/bottom-line1.jpg');
	font-family:Arial;
	font-size:8.25pt;
	font-style:normal;
	color:white;
	height:22px;
}

#bottom-line1 a {
	color:white;
	text-decoration:underline;
}
#bottom-line1 a:hover {
	color:white;
	text-decoration:underline;	
}
 
#bottom-line2
{
	background-image:url('../images/bottom-line2.jpg');
	font-family:Arial;
	font-size:9pt;
	font-style:normal;
	color:#999999;
	height:31px;
}

#bottom-line2 a {
	color:#999999;
	text-decoration:none;
}
#bottom-line2 a:hover {
	color:#999999;
	text-decoration: none;	
}

#border_l{
	width:90px;
	background-image:url('../images/left-b.jpg');	
}

#border_r{
	width:90px;
	background-image:url('../images/right-b.jpg')
}

#main_text
{
	font-family:Arial;
	font-size:11pt;
	padding-left:20px;
	padding-right:20px;
	background-color:#fafadd;
	width:65%;
}

#main_text a{
	color:#0266cd;
	text-decoration:underline;
	
}

#side_text
{
	font-family:Arial;
	font-size:11pt;
	padding-left:20px;
	padding-right:20px;
}

#side_text a{
	color:#0266cd;
	text-decoration:underline;
	
}

#navigation a {
	color:white;
	text-decoration:none;
}
#navigation a:hover {
	color: white;
	text-decoration: none;
}

#active_item{
	padding-top:7px;
	padding-bottom:10px;

	line-height:35px;
	background-image:url('../images/menu-line-current.jpg');
}

#under_main_text
{
	width:20px;
}

#list_serv{
	line-height:20px;
}


