BODY {
  margin: 0;
  padding: 15px;
  background: rgb(30,30,51) url('/images/new6/outerBack.png') repeat-x;
  text-align: center;
}

BODY, TD, INPUT, TEXTAREA {
  font-family: 'trebuchet ms', sans-serif;
  font-size: 13px;
  color: black;
}

FORM {
  padding: 0px;
  margin: 0px;
}

IMG {
  border: 0px;
}

A:link {
  text-decoration: underline;
  color: rgb(100,100,180);
}
A:hover {
  text-decoration: underline;
  background-color: rgb(225,225,244);
}
A:visited {
  text-decoration: none;
  color: rgb(100,100,180);
}
A:active {
  text-decoration: underline;
  color: rgb(60,60,121)
}

#outer {
  width: 620px;
  background-color: rgb(195,195,214);
  text-align: left;
  margin: 0 auto 0 auto;
}

.cornerOuterTop {
  background: url('/images/new6/cornerOuterTopLeft.gif') no-repeat top left;
  height: 13px;
  font-size: 1px; /* ie fix */
}
.cornerOuterTop DIV {
  background: url('/images/new6/cornerOuterTopRight.gif') no-repeat top left;
  height: 13px;
  width: 13px;
  float: right;
}

.cornerOuterBottom {
  background: url('/images/new6/cornerOuterBottomLeft.gif') no-repeat top left;
  height: 13px;
  font-size: 1px; /* ie fix */
}
.cornerOuterBottom DIV {
  background: url('/images/new6/cornerOuterBottomRight.gif') no-repeat top left;
  height: 13px;
  width: 13px;
  float: right;
}


#inner {
  margin: 0 10px 0 10px;
}

.cornerInnerTop {
  background: url('/images/new6/cornerInnerLeft.gif') no-repeat top left;
  height: 10px;
  font-size: 1px; /* ie fix */
}
.cornerInnerTop DIV {
  background: url('/images/new6/cornerInnerRight.gif') no-repeat top left;
  height: 10px;
  width: 10px;
  float: right;
}

.cornerInnerBottom {
  background: url('/images/new6/cornerInnerLeft.gif') no-repeat top left;
  background-position: 0% 100%;
  height: 10px;
  font-size: 1px; /* ie fix */
}
.cornerInnerBottom DIV {
  background: url('/images/new6/cornerInnerRight.gif') no-repeat top left;
  background-position: 0% 100%;
  height: 10px;
  width: 10px;
  float: right;
}

#header {
  height: 70px;
}

#headerLogo {
  width: 600px;
  background: url('/images/new6/topLogo.jpg') no-repeat;
  float: left;
}
#headerLogoInner {
  height: 40px;
}
#headerLogoInner A {
  display: block;
  height: 40px;
  text-decoration: none;
}
#headerLogoInner A:hover {
  background-color: transparent;
}

#headerLogin {
  float: left;
  background-color: #F0F0F0;
  width: 345px;
  margin-left: 10px;
}
#headerLoginInner {
  height: 40px;
  margin: 0 10px 0 10px;
}

#adBar {
  margin: 0;
}

#adBar DIV {
  padding: 10px;
}


#content {
  background-color: rgb(232,232,252);
  clear: both;
}

#content .cornerContentTopRight {
  background: url('/images/new6/cornerInnerRight.gif') no-repeat top left;
  height: 10px;
  width: 10px;
  float: right;
}

#contentInner {
  padding: 10px;
}

#contentInnerLeft {
  width: 760px;
  float: left;
}

#contentInnerRight {
  float: left;
  margin-left: 10px;
  width: 160px;
}


.boxMain {
  background-color: white;
  margin-bottom: 10px;
}
.boxMainHeader {
  background: navy url('/images/new6/mainBoxBkg.png') repeat-x;
  height: 40px;
}
.boxMainHeaderTitle {
  color: white;
  font-size: 18px;
  color: rgb(225,225,244);
  margin: -3px 0px 3px 5px;
  padding-left: 10px;
}
.boxMainInner {
  margin: 5px;
}

.boxSide {
  background-color: rgb(245,245,255);
  margin-bottom: 10px;
}
.boxSideHeader {
  background: navy url('/images/new6/contentBoxBkg.png') repeat-x;
  height: 25px;
}
.boxSideHeaderTitle {
  color: rgb(225,225,244);
  margin: -7px 0px 0px 5px;
  padding-left: 5px;
}
.boxSideInner {
  margin: 5px;
}

.cornerContentTop {
  background: url('/images/new6/cornerContentLeft.gif') no-repeat top left;
  height: 10px;
  font-size: 1px; /* ie fix */
}
.cornerContentTop DIV {
  background: url('/images/new6/cornerContentRight.gif') no-repeat top left;
  height: 10px;
  width: 10px;
  float: right;
}

.cornerContentBottom {
  background: url('/images/new6/cornerContentLeft.gif') no-repeat top left;
  background-position: 0% 100%;
  height: 10px;
  font-size: 1px; /* ie fix */
}
.cornerContentBottom DIV {
  background: url('/images/new6/cornerContentRight.gif') no-repeat top left;
  background-position: 0% 100%;
  height: 10px;
  width: 10px;
  float: right;
}

#footer {
  margin: 10px 10px 0 10px;
  background-color: rgb(245,245,255);
}

#footerContent {
  padding: 0 5px 0 5px;
  font-size: 11px;
}




