﻿body 
{
    background-color:White;
    margin:0;
    padding:0;
    font: small Arial, Helvetica, sans-serif;
}
a {
	color: #C60;
}
a:hover {
	color: #666;
}
form
{
    width:100%;
    margin:0;
    padding:0;
}
div#topbanner
{
    width:100%;
    background-color:white;
    line-height:1em;
}
div#banner
{
    width:100%;
    height:80px;
   
}
div#bannerimage
{
    width:760px;
    height:80px;
    margin:0 auto;
}
div#topmenubanner
{
    width:100%;
    background-color:#333;
    padding:0 0 1em 0;
    line-height:2em;   
}
div#formcontent
{
    width:760px;
    margin:0 auto;
}
div.topmenu
{
    width:760px;
    margin:0 auto;
    text-align:left;
      font-weight: bold;
      font-size: small;
      text-decoration: none;
      color: #ffffff;
      height:16px;
      background-color:#333;
}
div.topmenu a
{
    font-weight: bold;
      font-size: small;
      color: #ffffff;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
}
div.topmenu a:visited
{
    font-weight: bold;
      font-size: small;
      color: #ffffff;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
}
div.topmenu a:hover
{
    font-weight: bold;
      font-size: small;
      color: Gray;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
}

div#footer {
	width: 760px;
	margin:0 auto;
	text-align: center;
	/* display: inline-block; /*Necessary for centering in FireFox anf IE8*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background: url(../images/footer_back.jpg) repeat-x left top;
}

.rTable {
    display: table;
    width: 100%;
}

.rTableRow {
    display: table-row;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}

.rTableCell, .rTableHead {
    display: table-cell;
    padding: 1px 3px;
    border: 1px solid #999999;
}

.rTableCellNoBorder, .rTableHeadNoBorder {
    display: table-cell;
    padding: 1px 3px;
    width: 1200px;
} 
div##footer a {
	color: #C60;
}
div##footer a:hover {
	color: #666;
}
