@charset "utf-8";
/* CSS Document */
body	{
	background: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e778a;
	text-align: left;
}

#btm	{
	background: url(images/btm.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #999;
}

.blue-hd	{
	font-size: 16px;
	font-weight: bold;
	color: #357ac0;
}

.blue	{
	color: #357ac0;
}

.blue-l	{
	color: #53B4D4;
}

#l-menu	{
	line-height: 18px;
	padding-left: 15px;
	color: #357ac0;
}
#l-menu a	{
	color: #6e778a;
	text-decoration: none;
}
#l-menu a:hover	{
	color: #357ac0;
	text-decoration: none;
}

#top-menu a	{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #53B4D4;
	line-height: 55px;
	display: block;
	height: 51px;
	text-decoration: none;
}

#top-menu a:hover	{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #3579C0;
	line-height: 55px;
	text-decoration: none;
}

#top-l-menu a	{
	background:url(images/b-l-l.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #53B4D4;
	line-height: 55px;
	display: block;
	height: 51px;
	text-decoration: none;
	
}

#top-l-menu a:hover	{
	background: url(images/b-l-d.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #3579C0;
	line-height: 55px;
	text-decoration: none;
}

#top-r-menu a	{
	background:url(images/b-r-l.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #53B4D4;
	line-height: 55px;
	display: block;
	height: 51px;
	text-decoration: none;
	
}

#top-r-menu a:hover	{
	background: url(images/b-r-d.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #3579C0;
	line-height: 55px;
	text-decoration: none;
}
