
div.headertop {
  background-color:#FFFFFF;
  height:42px;
  width:990px;
}
div.logo {
  float:left;
  padding-left:31px;
}
div.footertop {
  background-color:#990033;
  color:#CCCCCC;
  font-size:10px;
  height:25px;
  width:990px;
}
div.footertopleft {
  float:left;
  margin-top:6px;
  padding-left:20px;
}
div.footertopright {
  float:right;
  margin-top:6px;
  padding-right:20px;
}
div.footertop, div.footertop a {
  color:#CCCCCC;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
}
div.footertop a:hover {
  color:#FFFFFF;
}

.leftFloat {
  float:left;
}
.rightFloat {
  float:right;
}
.siteName {
  padding:5px 0 0 60px;
}
.siteName h1 {
  font-size:1em;
  padding:1px 0;
  text-align:center;
}
.siteName h1 a {
  color:#CC0033;
  font-size:1.4em;
  padding:1px 0;
  text-align:center;
}
#site-title {
  background:transparent url(images/img-2x2.gif) repeat scroll 0 0;
  padding:0 1px;
}
#site-title h1 {
  background:#FFFFFF none repeat scroll 0 0;
}
#site-title a {
  color:#CC0033;
  font-size:1.4em;
  padding:1px 6px;
  text-align:center;
  text-decoration:none;
}
#site-title a:hover {
  text-decoration:underline;
}

div.main_contents {
  width:990px;
}
div.mx_main {
  /*border-right:1px solid #D9D9D9;*/
  float:left;
  font-size:12px;
  line-height:16px;
  padding:0 25px;
  width:736px;
}
div.mx_main h1 {
  color:#CC0033;
  font-size:24px;
  line-height:20px;
  margin:0;
  padding:0;
}
div.mx_main h5 {
  font-size:14px;
  margin:16px 0 14px;
}
div.mx_main p {
  margin:1em 0;
}
div.mx_main a {
  color:#cc0033;
  text-decoration:none;
}
div.mx_main a:hover {
  color:#990033;
  text-decoration:underline;
}


body, td, div, form, p, table, ul, li, span, h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
}
body {
  color:#000000;
  font-family:"Arial";
  font-size:11px;
  padding:27px 0;
}

.headingcontainer-swoosh {
  background-image: url(images/red-rpt.gif);
  background-repeat: repeat-x;
  height:30px;
  margin:0;
  width: 990px;
}
div.footer_design {
  background:#FFFFFF url(images/footer-design.gif) no-repeat scroll left bottom;
  height:38px;
  padding:30px 0 0;
  width:990px;
}


/*~~~~~~~~~~*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	background-color: transparent;
}
