@charset "utf-8";
/* CSS Document */

#wrapper {
width:800px;
}

body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 11pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}
#navigation, #sidebar {
  display : none;
}

#header {
height: 100px;
width:800px;
}

#main {
padding-top: 0;
margin-left:20px;
float:left;
width: 790px;
font-size: 12px;
line-height: 15px;
letter-spacing: 1px;
  font-size : 11pt;
} 
#main p{
margin-right:30px;
padding-right:40px;
}

.clearit{  /* this is specifically used to push layers down and away from other elements. this is placed by itself in a div to work  NOT being used at the moment  */
clear: both;
}

#navigation-foot{
border-bottom: 1px dotted #eaeaea;
margin-bottom: 15px;
padding-bottom: 5px;
margin-top:20px;
border-top: 5px solid #036;
padding-top: 10px;
color:#FFF;
text-decoration: none;
font-size:11px;}

#navigation-foot p{
color:#000000;
margin-left:30px;
margin-right:40px;
  font-size : 10pt;
}


