body {
  background-color: #000000;
  background-image: url(images/mainBg.png);
  background-repeat: repeat-x;
  background-position: center top;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}
a{
  color: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
a:hover{
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

h1{
  font-size: 20px;
  font-weight: normal;
  color: #CC0000;
}

h2 {
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
}
p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;

}

.mainText{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

#shadowBg {
  background-image: url(images/mainBg2.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 10px;
}
.menuArea {
  background-color: #333333;
  background-image: url(images/menuBg.gif);
  background-repeat: repeat-x;
  background-position: left top;
  border-top-width: 3px;
  border-right-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #333333;
  border-right-color: #333333;
  border-left-color: #333333;
}
.menuItem {
  font-size: 12px;
  background-image: url(images/menu.gif);
  background-repeat: no-repeat;
  background-position: right top;
  text-align:center;
}
.menuItemSelect {
  font-size: 12px;
  background-image: url(images/menuSelect.gif);
  background-repeat: no-repeat;
  background-position: right top;
  text-align:center;
  background-color: #B60000;
}
.menuSubTable{
  background:#4D4D4D;
  border:1px #000 solid;
  border-bottom:0px;
}

.menuSubText{
  font-size: 11px;
  color:#ffffff;
  border-bottom:1px #000 solid; 
  padding-left:10px;
}

.menuSubTextHover{
  font-size: 11px;
  color:#cccccc;  
  border-bottom:1px #000 solid; 
  padding-left:10px;
}

input{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
textarea{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.introArea {
  background-color: #606060;
  background-image: url(images/introBg.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
#leftArea {
  background-color: #000000;
  background-image: url(images/leftAreaBg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  color: #CCCCCC;
  padding-top: 10px;
  padding-bottom: 10px;
}
.subAreaItem {
  padding-right: 10px;
  padding-left: 10px;
  color: #CCCCCC;
  font-size: 12px;
}
.subAreaItem a{
  color: #CCCCCC;
}

#contentArea {
  background-color: #333333;
  background-image: url(images/bottomBorder1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 40px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 25px;
  font-size: 12px;
}

#copyrightArea {
  font-size: 11px;
  color: #666666;
  width:100%;
  padding-top:10px;
}

.news{
  font-size: 11px;
}

.newsText{
  font-size: 11px;
}

.newsTitle{
  font-size: 11px;
  font-weight:bold;
  margin-bottom:7px;
}

.profileImg{
  border:1px #fff solid;
}


.footerLink{
  font-size: 11px;
  color: #666666;
}

.error{
  color:red;
}
