﻿body {
background-color: #880000;
font-family: nice;
}

div.logo {
width: 1180px;
height: 131px;
background-image: url('logo.png');
margin: 0 auto;
background-repeat: no-repeat;

}
div.top {
background-image: url('topBG.png');
background-repeat: repeat-x;
}

div.search {
padding: 8px 0px 0px 0px;
float: right;
}

div.navigation {
width: 1024px;
margin: 0 auto;
}

div.button {
min-width: 98px;
height: 24px;
background-color: #440000;
margin: 5px 5px 10px 5px;
padding: 6px 5px 0px 5px;
float: left;
text-align: center;
cursor: pointer;
color: #ffffff;
border: thin solid #000000;
text-decoration: none;
}

div.button:hover {
min-width: 98px;
height: 24px;
background-color: #660000;
margin: 5px 5px 10px 5px;
padding: 6px 5px 0px 5px;
float: left;
color: #ffffff;
text-align: center;
border: thin solid black;
text-decoration: none;
}

div.body {
min-height:724px;
width: 1024px;
background-color: #000000;
color: #ffffff;
padding: 6px 0px 0px 6px;
margin: 50px auto 0px auto;
_margin: 10px auto 0 auto;
}

div.sidebar1 {
width: 190px;
background-color: 660000;
font-size: 15px;
min-height: 700px;
float: left;
margin: 0px 5px 0px 0px;
padding: 0px 5px 20px 5px;
}

div.middle {
float: left;
width: 609px;
margin: 10px auto;
text-wrap: normal;
font-size: 14px;
}

div.sidebar2 {
width: 190px;
background-color: 660000;
min-height: 700px;
float: right;
margin: 0px 6px 0px 0px;
padding: 0px 5px 20px 5px;
text-align: center;
}

hr {
color:#880000;
margin: 3px 5px 5px 5px;
}

div.header {
font-size: 16px;
margin: 10px 10px 0px 10px;
_width: 167px;
color: #ffffff;
text-align: left;
font-weight: bold;
}

div.newsHeader {
text-size: 40px;
height: 15px;
color: #ffffff;
background-color: #880000;
border: medium solid #aa0000;
text-align: center;
font-weight: bold;
padding: 10px 0px 8px 0px;
margin-right: 1px;
}

a.leftBar {
color: #f0f0f0;
text-decoration: none;
margin: 0px 0px 0px 12px;
}

a.leftBar:hover {
color: #f0f0f0;
text-decoration: underline;
margin: 0px 0px 0px 12px;
}

div.copyright {
min-width: 100px;
color: #000000;
margin: 0 auto;
}


div.RSS128px{
width: 128px;
height: 128px;
margin: 10px auto 0px auto;
background-image: url('128px-Feed-icon.svg.png');
}

a:link {
color: #ffffff;
text-decoration: none;
}

div.article {
/*float: left;*/
padding: 5px;
}

a.button {
color: #ffffff;
text-decoration: none;
padding: 10px;
}

a.button:visited {
color: #ffffff;
text-decoration: none;
}

a.msgButton {
color: #ffffff;
text-decoration: none;
}

a.msgButton:hover {
color: #ffffff;
text-decoration: underline;
}


div.errorCode {
border-style: solid;
background-color: #FE5050;
padding: 10px;
margin: 0px 6px 10px 0px;
color: #CC2800;
text-align: center;
}

div.messageCode {
border-style: solid;
background-color: #00ee00;
padding: 10px;
margin: 0px 6px 10px 0px;
color: #008b45;
text-align: center;
}

/***Control Panel***/
div.sidebar_cp {
width: 142px;
height: 695px;
background-color: #bbbbbb;
padding: 5px;
float: left;
margin: 0px 5px 0px 0px;
}
div.sidebarItem_cp {
width: 130px;
height: 9px;
background-color: #dddddd;
padding: 10px 5px 12px 5px;
margin: 1px;
}
div.sidebarItem_cp:hover {
width: 130px;
height: 9px;
background-color: #eeeeee;
padding: 10px 5px 12px 5px;
margin: 1px;
cursor: default;
}
div.data_cp {
height: 705px;
padding: 5px;
background-color: #dddddd;
}
div.news_cp {
height:420px;
padding-right: 5px;
font-size: 12px;
color: #000000;
}

