
* { padding: 0; margin: 0; }


body,#form1 {
 font-family: Times New Roman;
 font-size: 14px;
 height: 100%;
}

p {
 padding: 10px;
}

#outer { width: 100%; height: 100%; display: table; }
#middle { display: table-cell; vertical-align: middle; width: 100%; text-align: center; }

#wrapper
{
   margin: 0 auto;
   width: 974px;
   position: relative;
   text-align: left;
   height:560px;
   max-height:560px;
   clear: left;
  
}

#main-container {
   clear:both;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 644px;
 display: inline;
 
}

#rightcolumn { 
 color: #333;
 height: 350px;
 width: 330px;
 float: left;
}

#left-nav {
   float:left;
   width:260px;
   margin-top:5px;
}

#main-content {
   float:left;
   width:354px;
   text-align:left;
}

#main-content  .text-content {
  /* margin-top:8px;*/
   width:344px;
   padding:0;
   height:305px;
   overflow-x:hidden;
   overflow-y:auto;
}
.right-nav
{
   text-align:right;

}

.submit {
color:White;
background-color:Black;
border:0;
border-style:none;
}

.sub-nav {
   position:relative;
   float:left;
   margin-left:132px;
   margin-top:-93px;
}

#copyright
{
   border: 0px solid black;
   position: absolute;
   width: 100px;
   text-align: right;
   height: 20px;
   margin: 500px 0 0 10px;
}

#partnerlinks
{
   border:0px solid black;
   position: absolute;
   width: 100px;
   text-align: right;
   height: 30px;
   margin: 325px 0 0 25px;
}

a img {
    border:none;
}

#copyright a 
{
   outline:none;
   display:block;
   width:120px;
   height:24px;
   background:#ffffff url('../Images/our_logo.gif') no-repeat;   
}

#copyright a:hover 
{
   background:#ffffff url('../Images/we_made_this.gif') no-repeat; 
}