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

#sidebar_left {
	width: 600px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

.sidebar_header_left {
	border-bottom: 1px solid #134491;
	background: url(../images/sidebar_header_left.gif) center top no-repeat;
	height: 36px;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}

.sidebar_content_left {
	border-left: 1px solid #134991;
	border-right: 1px solid #134991;
}

.sidebar_footer_left {
	background: url(../images/sidebar_footer_left.gif) center top no-repeat;
	height: 24px;
}

#sidebar_right {
	margin-left: 622px;
	margin-right: 10px;
	padding-top: 10px;
}

.sidebar_header_right {
	border-bottom: 1px solid #134491;
	background: url(../images/sidebar_header_right.gif) center top no-repeat;
	height: 36px;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}

.sidebar_content_right {
	border-left: 1px solid #134991;
	border-right: 1px solid #134991;
}

.sidebar_footer_right {
	background: url(../images/sidebar_footer_right.gif) center top no-repeat;
	height: 24px;
}

.font {
	margin: 0;
	padding: 5px;
	font-size: 13px;
	list-style: none;
}