body {
	behavior: url(/template/current/ie-css3.htc);
}
.header_table {
	width: 1024px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
td.header {
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	height: 166px;
	width: 1024px;
	text-align: center;
	vertical-align: bottom;
	font-size: 24px;
	font-weight: bold;
	color: rgb(19, 70, 249);
	background: transparent url(/template/current/img/top.jpg) no-repeat scroll 0pt 50%;
}
div#wrapper {
	overflow: hidden;
	width:1024px;
	margin: 0 auto;
}
div#content {
	margin: 20px 247px 0 247px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#content_no_right {
	margin: 20px 0 0 247px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#navigation {
	float:left;
	width:240px;
	margin-top: 20px;
//	background:#B9CAFF;
}
div#right_column {
	float:right;
	width:240px;
	margin-top: -6px;
}
div#footer {
	clear:both;
}
td.footer {
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	height: 201px;
	width: 1024px;
	text-align: center;
	vertical-align: bottom;
	background: transparent url(/template/current/img/bottom.jpg) no-repeat scroll 0pt 50%;
}

.main-menu{
//    width:180px;
    padding:0;
    margin:0;
    list-style:none;
}
.main-menu a{
    display:block;
    padding:8px 14px;
    margin-bottom:-1px;
    color:#0088CC;
    text-decoration:none;
    border:1px solid #E5E5E5;
	vertical-align: bottom;
}
.main-menu a:hover{
    background:#F5F5F5;
}
.main-menu .active a{
    color:white;
    background:#0088CC;
}
li.menu_row_1 {
    background:url(/template/current/img/row1.png) repeat-y;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	behavior: url(/template/current/ie-css3.htc);
}
li.menu_row_2 {
    background:url(/template/current/img/row2.png) repeat-y;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	behavior: url(/template/current/ie-css3.htc);
}
li.active {
    background:#0088CC;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	behavior: url(/template/current/ie-css3.htc);
}
#menu {
//    width:180px;
	display:block;
    padding:0;
    margin:0;
    list-style:none;
}
#menu ul{
	display:block;
	padding-left:10px;
	list-style-type:none;
}
#menu a {
    display:block;
    padding:8px 5px;
    margin-bottom:-1px;
    color:#0088CC;
    text-decoration:none;
    border:0px solid #E5E5E5;
	vertical-align: bottom;
	font-weight: bold;
}
#menu a:hover{
    background:#F5F5F5;
}
#menu .active a{
    color:white;
/*    background:#0088CC; */
}

div.banner {
	margin-top: 10px;
}
div.banners_div {
	margin-top: 25px;
}
td.banner_header_top {
	width: 240px;
	height: 10px;
	margin-top: 10px;
	background: url(/template/current/img/ban_top.png) no-repeat;
}
td.banner_header_middle {
	width: 240px;
	background: url(/template/current/img/ban_middle.png) repeat-y;
	padding: 0 10px;
	text-align: center;
	font-weight: bold;
}
td.banner_header_bottom {
	width: 240px;
	height: 10px;
	background: url(/template/current/img/ban_bottom.png) no-repeat;
}

.round {
	moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Google Chrome */
	-khtml-border-radius: 4px; /* KHTML */
	-o-border-radius: 4px; /* Opera */
	-ms-border-radius: 4px; /* IE8 */
	border-radius: 4px; /* CSS3 */
	overflow:hidden;
	border: #FF8000 1px solid;
	padding: 7px;
}

td.banner_body {
	width: 240px;
	height: 10px;
	margin-top: 10px;
	padding: 0 3px;
}

.page_header {
	font-size: 15pt;
	color: #008000;
	font-weight: bold;
	padding: 0 5px 15px 5px;
}

.page_content {
	font-size: 10pt;
}

.page_footer {
	padding-top: 20px;
	font-size: 7pt;
	font-style: italic;
}

.dateanons {
	font-size: 10pt;
	color: #7e7e7e;
	border-top: 1px solid #DBDBDB;
}

.capmain {
	padding: 5px 0 15px 0;
	font-size: 19px;
	color: #206880;
}
.capmain a {
	font-size: 19px;
	color: #206880;
	text-decoration: underline;
	font-weight: normal;
}

.capmain a:hover {
	color: #FF6600;
	text-decoration: none;
}

.main-body {
	font-size: 10pt;
	padding-bottom: 15px;
}

.main-body a, .photoalbum_block a {
	color: #206880;
	text-decoration: underline;
	font-weight: normal;
}
.main-body a:hover, .photoalbum_block a:hover {
	color: #ff6600;
	text-decoration: none;
}
.main-body table {
	cellspacing: 0;
	cellpadding: 0;
	border-collapse: collapse;
	border: 1px solid #bbb;
}
.main-body td {
	border: 1px solid #bbb;
	padding: 5px;
}
.main-body img {
	margin: 0 8px;
}
.news-footer {
	font-size: 10pt;
	color: #7e7e7e;
}
.grey_text {
	font-size:10px;
	color:#aaaaaa;
	margin-top:5px;
	margin-bottom:5px;
}

.photoalbum_block {
	vertical-align: text-top;
	font-size: 13px;
	text-align: center;
	margin: 3px;
	padding: 5px 2px;
	zoom: 1;
	width: 160px;
	display: inline-block;
	display: -moz-inline-stack;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.photogallery_next {
	width: 26px;
	height: 26px;
	display: block;
	left: 149px;
	top: -65px;
	position: relative;
}

a.button_nav {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #000;
	outline: none;
	border-radius: 5px;
	box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
}
a.button_nav:hover {
	background: #dcdcdc linear-gradient(#fff, #dcdcdc);
	box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
}
a.button_nav:active {
	background: none;
    box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgba(0,0,0,.5) inset, 0 1px 2px #fff;
}
span.button_nav_cur {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #000;
	outline: none;
	border-radius: 5px;
	box-shadow: 0 0 0 1px #eee inset, 0 1px 1px #fff;
}
.tbl { 
	color: #000000;
	font-size: 13px;
	padding: 10px 10px 10px 5px;
	border-collapse: collapse;
}

.background_orange {
	background-color: #FFE0C1;
}

img {
	border: 0;
}

.img_spec {
	position: relative;
	left: 920px;
	top: -36px;
	text-align: center;
	font-size: 14px;
	width: 100px;
	color: #000;
}
.img_spec:hover {
	border: 3px #000 solid;
	background: #fff;
	cursor: pointer;
	left: 917px;
	top: -33px;
}
.img_spec .black {
	display:none;
}
.img_spec .white {
	display:inline;
}
.black-box {
	display: none;
}