/* CSS Document */

a {

color: #2754D3;
font-weight: bold;
text-decoration: none;

}


#nav a {

color: #2754D3;
font-weight: normal;
text-decoration: none;

}	

#nav h3 a:hover, #nav h4 a:hover { 
text-decoration: none;
background-color: transparent;
border-color: #2754D3;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

#nav ul li a.current {
color: #2754D3;
}

#nav li a:hover { 
text-decoration: none;
background-color: transparent;
border-color: #2754D3;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

#maincontent_up {
	position:absolute;
	width:534px;
	height:496px;
	z-index:1;
	left: 205px;
	top: 6px;
	background-image: url(/images/site/blue_up.jpg);
	font-size: 14px;
}
#maincontent_down {
	position:absolute;
	width:534px;
	height:496px;
	z-index:1;
	left: 205px;
	top: 6px;
	background-image: url(/images/site/blue_down.jpg);
	font-size: 14px;
}

#maincontent_down a:hover,#maincontent_up a:hover  { 
text-decoration: none;
background-color: transparent;
border-color: #2754D3;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}
#boxnav a:hover { 
text-decoration: none;
background-color: transparent;
border-color: #2754D3;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

 