/* CSS Document */

a {
  text-decoration:none;
  color:#334;
  font-weight:bold;
  color:#049;
}

a:hover {
        text-decoration:underline;
        color:#666;
}

p {line-height: 200%; margin-top: 5px; margin-bottom: 1em; text-align:justify}

li {line-height: 120%; margin-top: 5px; margin-bottom: 1em; text-align:justify; margin-left:30px;}

h6 { font-size:20px; font-weight:bold;}

#home {background-color:#787878}

#main {margin:auto; width:1168px; text-align:left; padding:15px}

#middle {width:1160px; height:730px}
.back_top {width:1160px; height:180px}
.back_left {width:110px; height:730px; float:left}
.back_right {width:110px; height:730px; float:right}
.back_bottom {width:1160px; height:50px}

.content {width:940px; height: 730px; float:left; background-color:#FFF}

.textbody {width: 900px; padding:20px; font-family: "Gill Sans MT", Arial; font-size:11pt; color:#000}


