body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #003366;
margin: 0px;
margin-bottom: 20px;
padding: 0px;
text-align: center;
background: url(images/pattern.gif) repeat;
}
#cnt{
width: 778px;
margin: 0px auto;
text-align: left;
}
#header{
background-repeat: no-repeat;
}
#openclose {
	height: 480px;
	display: block;
}
.topOpenClose {
	background: url(images/arrowTop.gif) no-repeat;
	width: 9px;
	height: 9px;
	display: compact;
	float: right;
	margin: 5px;
}
#navbar{
width: 100%;
height: 40px;
list-style: none;
margin: 0px;
padding: 0px;
}
#navbar li{
float:left;
display: inline;

}
#navbar li a{
	display: block;
height: 40px;
text-decoration: none;
margin: 0px;
}
#navbar li a span {
	display: none;
}

.sub{
	background: none;
	position:absolute;
	top: 0;
	height: 20px;
	line-height:20px;
	z-index:100;
	visibility: hidden;
	margin: 0px;
	margin-top: -1px;
}

.sub a{
	display: block;
	margin: 0px;
	padding: 0px;
	width: auto;
}

/** html .sub a{
	width: 100%;
}*/

#main {
	background: #ffffff url(images/sfuma.jpg) repeat-x;
	float: left;
}

#left {
	float: left;
	width: 245px;
	margin: 0px;
	background: #ffffff;
}
#left .box {
	display: block;
	width: 100%;
	height: 36px;
	text-decoration: none;
}

#left a img {
	margin: 0px;
}

#left .news {
	padding: 10px;
}
#left .news a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
#left .news a:hover {
	text-decoration: underline;
}
#left p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #003366;
	background: #FFFFFF;
}

#left .read {
	float: right;
	color: #003366;
	font-size: 10px;
	font-weight: bold;
}

#right {
	width: 503px;
	margin: 0px 0px 0px 245px;
	padding: 40px 15px;
	font-size: 12px;
	text-align:justify;
	line-height: 160%;
	color:#003366;
}

#right a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
#right a:hover {
	text-decoration: underline;
}

#footer {
	background: #7d97b1;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	color: #ffffff;
	text-align: center
}
#footer .info {
	float: left;
	margin-left: 20px;	
}
#footer .gag {
	float: right;
	margin-right: 10px;
	margin-left: -10px;
	color: #ffffff;
	text-decoration: none;
}


.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
