/* CSS Document */

body {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background:#FFFFFF url(images/body_back.jpg) left top;
margin:0px;
padding:0px;
color: #000000;
}
#wrapper {
margin:0px auto;
width:1000px;
text-align:left;
}
#top {
background:url(images/top.jpg) no-repeat left top;
width:1000px;
height:27px;
}
#header {
background:url(images/header_back.jpg) repeat-y left top;
color:#FFFFFF;
}
#under_header {
background:url(images/under_header.jpg) no-repeat left top;
width:1000px;
height:18px;
}
#content {
background:url(images/content_back.jpg) repeat-y left top;
min-height:450px;
color: #000000;
}
#footer {
background:url(images/footer.jpg) no-repeat left top;
width:1000px;
height:38px;
font-size:10px;
text-align:center;
clear:both;
}
#header_content {
padding: 3px 30px;
color:#FFFFFF;
}
#content_div {
margin:0px 70px;
width:860px;
color: #000000;
}
#content_text {
background-color: #FFF;
border:1px solid #CCCCCC;
width:820px;
padding:20px;
color: #000000;
}
.image_back {
background:url(images/image_back.jpg) no-repeat left top;
}
.img_border {
border: 1px solid #CCCCCC;
}

#logo {
float:left;
margin-right:20px;
}
#menu {
clear:both;
font-size:14px;
margin-top:20px;
}
#menu a {
color:#FFFFFF;
}
.h_line {
margin:5px 0px;
height:5px;
background-color:#E9E9E9;
font-size:1px;
}
.news_container {
width:200px;
float:right;
clear:right;
margin:20px 0px 20px 20px;
background:url(images/news_back.jpg) repeat-y left top;
}
.news_top {
background:url(images/news_top.jpg) no-repeat left top;
width:200px;
height:5px;
}
.news_text {
padding:5px 10px;
font-size:11px;
}
.news_bottom {
background:url(images/news_bottom.jpg) no-repeat left bottom;
width:200px;
height:5px;
}
.news_h {
padding-bottom:3px;
margin-bottom:3px;
border-bottom:1px solid #999999;
}
.more {
float:right;
clear:right;
}
#red_text {
padding:5px;
border:1px solid #FF0000;
width: auto;
}
#red_text h1 {
font-size:16px;
color:#FF0000;
font-weight:bold;
}

a {
color:#42929D;
text-decoration:none;
font-weight:bold;
}

a:hover {
text-decoration:underline;
}
.clear {
clear:both;
font-size:1px;
}

h1, h2, h3, h4, h5, h6 {
margin:0px;
padding:0px;
}
h1 {
font-size:26px;
}
h2 {
font-size:18px;
}
h3 {
font-size:16px;
}
h4 {
font-size:14px;
}
h5 {
font-size:12px;
}
h6 {
font-size:10px;
}		
