﻿body
{
    font-family: Arial, Verdana, Times New Roman, Helvetica, sans-serif;
    font-size:medium;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color:Black;
    background-color:Silver;	
    width:1000px;
	margin:0 auto;
}
.bodyDiv
{
    width: 1000px;
    margin-top:10px;
    margin-bottom:10px;
    background-color:White;
    position:absolute;
  }
  .headerLogo
  {
    position:relative;
    height: 99px;
    width: 307px;
    margin-top: 15px;
    margin-right:15px;
    float:right;
    display:block;
   } 
   .topImage
   {
       position:relative;
       height: 225px;
       width:650px;
       margin-top:15px;
       margin-left:15px;
       margin-right:0px; 
       display:block;
    }
  ul
  {
      margin-left:16px;
      margin-top:10px;
      position:relative;
    margin-bottom: 0px;
}
  ul.menu li
  {
      list-style:none;
      float:left;
  }
  ul.menu li a {
	background: url(./img/ButtonSilver.jpg) top right no-repeat;
	text-align: center;	
	padding: 5px 0px 3px 0px;
	font-weight: bold;
	color: black;
	display: block;
	width:145px;
	height:30px;
	text-decoration:none;
	margin-left:0px;
	margin-right:5px;
}

.menuright 
{
    margin-right:300px;
}

   .bodySection
   {
    text-align:left;
    position:relative;
   }
#MainText
{
    background-color:silver;
    margin-bottom:10px;
    width:634px;
    margin-top:7px;
    margin-left:15px;
    position:relative;
    padding:8px;
}
 .leftCol
 {
    width:287px;
    float:right;
    margin-top:-200px;
    margin-right:15px;
    position:relative;
    background-color:Silver;
    padding:10px;
         }
         
 .leftHR
 {
 color:Black;
 }
 .tag
 {
     margin:10px    
 }
 .footer
 {
     clear:both
 }
 
 .breadcrumbs
 {
     margin-left:30px;
     margin-bottom:10px;
     margin-top:50px;
 }
         
.repeatHeader
{
    Color:white;
    Font-Weight:bold;
    background-color:#6b696b;
}    

.repeatstyle
{
    Background-Color:White;
    Border-Color:#DEDFDE;
    Border-Style:None;
    Border-Width:1px;
    Padding:4;
    Font-Size:small;
    Color:Black;
    Width:558px;
}

.repeatAlter
{
    Background-Color:#F7F7DE;
}