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

#bg_body{background:url(images/bg_body.jpg) no-repeat;}

.text{font-family:verdana; font-size:14px; color:#333333;}
.title{font-family:verdana; font-size:18px; color:#1056b8;}
.title_sub{font-family:verdana; font-size:14px; color:#666666;}


.nav{font-family:verdana; font-size:16px; color:#333333;}
a.nav{font-family:verdana; font-size:16px; color:#333333; text-decoration:none;}
a:hover.nav{font-family:verdana; font-size:16px; color:#333333; text-decoration:underline;}


/*footer text*/
.footer{font-family:verdana; font-size:12px; color:#333333;}
a.footer{font-family:verdana; font-size:12px; color:#333333; text-decoration:none;}
a:hover.footer{font-family:verdana; font-size:12px; color:#333333; text-decoration:underline;}

/*banner*/
#ban_home{
background:url(images/banner_home.jpg) no-repeat;
height:198px; width:848px;}

#ban_about{
background:url(images/banner_about.jpg) no-repeat;
height:198px; width:848px;}

#ban_news{
background:url(images/banner_news.jpg) no-repeat;
height:198px; width:848px;}


#ban_contact{
background:url(images/banner_contact.jpg) no-repeat;
height:198px; width:848px;}


/*left border*/

.leftBorder{ border:1px solid #666666;}

a.main {
	font-weight: 600;
	text-decoration: none;
	color:#1056B8;
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
}
a.main:link {
	font-weight: 600;
	text-decoration: none;
	color: #1056B8;
}
a.main:visited {
	font-weight: 600;
	text-decoration: none;
	color: #1056B8
}
a.main:hover {
	font-weight: 600;
	text-decoration:underline;
	color:#1056B8;
}
a.main:active {
	font-weight: 600;
	text-decoration: none;
	color: #1056B8;
}