body {
	margin: 0px;
}

.fck_class {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #4E5E6E;
    margin: 20px;
    line-height: 22px;
    background-color:#FFFFFF;
}

.header {
	width:970px;
	height:361px;
	left: 10px;
	position: relative;
/*	top: 50%;
	bottom: 0px; */
}

.content_title {
	margin-top:34px;
	color: #4D7AB5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
}

.content {
    color: #4E5E6E;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

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

.header_bg {
	background: url(images/top_0.jpg) no-repeat;
	width:970px;
	height:361px;
	position:relative;
}

.box_title {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 30px;
	padding-left: 55px;
	font-weight:bold;
}

.box_middle {
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    padding: 20px 20px 10px 25px;
}

.menuitem_h a {
	float:left;
	color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.top_left_outbg {
	background: url(images/top_left_outbg.jpg) no-repeat top right;
	background-color: #25579C;
}

.top_right_outbg {
	background: url(images/top_right_outbg.jpg) no-repeat top left;
	background-color: #25579C;
}

.bottom_left_outbg {
	background: url(images/bottom_left_outbg.jpg) no-repeat top right;
	background-color: #25579C;
}

.bottom_right_outbg {
	background: url(images/bottom_right_outbg.jpg) no-repeat top left;
	background-color: #25579C;
}

.content_top_bg {
	background: url(images/content_top_bg.jpg) no-repeat top;
	width: 670px;
	min-height: 241px;
	padding-left: 23px;
	padding-right: 22px;
}

.right_top_bg {
	background: url(images/right_top_bg.jpg) no-repeat top;
	width: 255px;
	min-height: 241px;
}

.footer_bg {
	background: url(images/bottom_left.jpg) no-repeat top;
	width: 715px;
}

.login_bg {
	background: url('/images/login_bg2.jpg') no-repeat top;
/*	height: 253px; */
	width:255px;
}


.login_box_title {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 34px;
	padding-left: 55px;
	font-weight:bold;
}

.login_input_title {
	color: #356BA9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.login_input {
	margin-left: 2px;
	margin-top: 10px;
	width: 187px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	border: none;
}

.login_box_text {
	text-indent: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
}

.message {
	color: red;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 16px;
}

.weather_box {
	padding-top:28px;
	padding-left:30px;
	padding-right:20px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

.news_top_bg {
    background: url('/images/news_top_bg.jpg') no-repeat top;
    height: 41px;
    width:670px;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.news_title {
    color: #ffffff;
    padding-left: 45px;
    padding-top: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.news_title_date {
	color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-top: 9px;
    padding-right: 30px;
}

.news_pic {
	border: 1px solid #466287;
	padding: 4px;
	margin-right: 20px;
}

.input_field {
	background: url('/images/input_field.png') no-repeat;
	border: none;
	width: 194px;
	height: 18px;
	padding-left: 2px;
	padding-top: 5px;
	color: #4E5E6E;
	font-size:11px;
}

.input_field2 {
	border: 1px solid #A4A4A4;
	width: 194px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #4E5E6E;
	font-size:12px;
}


.picture_frame{
    border: 1px solid #249CB7;
}

.vote_error {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    padding: 3px;
    text-align: center;
}

.separator {
border-bottom: 1px dotted #37598A;
}

a:link {
    color: #0B79EE;
    text-decoration: underline; 
}
a:visited {
    color: #0B79EE;
    text-decoration: underline; 
}
a:hover {
    color: #0B79EE;
    text-decoration: none; 
}
a:active {
    color: #0B79EE;
    text-decoration: none; 
}


.box_middle a:link,
.news_top_bg a:link {
    color: #ffffff;
    text-decoration: underline; 
}
.box_middle a:visited,
.news_top_bg a:visited {
    color: #ffffff;
    text-decoration: underline; 
}
.box_middle a:hover,
.news_top_bg a:hover {
    color: #ffffff;
    text-decoration: none; 
}
.box_middle a:active,
.news_top_bg a:active {
    color: #ffffff;
    text-decoration: none; 
}



/* top slideshow */

#slideshowTop {
    position:relative;
    height:150px;
    padding:0px;
    margin: 0px;
    top:10px;
    left:50px;
}

#slideshowTop IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshowTop IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshowTop IMG.last-active {
    z-index:9;
}

/* ------------------ */

