﻿body {
 font-size:11px;
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-weight:normal;
 color:#1e1e1e;
 margin: 0;
 }
 
#header{
 width:950px;
 height:125px;
 margin:0px auto;
 }
 
 #menu{
 height:27px;
 width:950px;
 background-image:url(/Images/menu-dots.gif);
 background-repeat:repeat-x;
 margin:0px auto;
 padding-top:7px;
 
 }
 
 .menuText{
 font-size:11px;
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-weight:normal;
 color:#034588;
 text-decoration:none;
 }
  
 #contentArea{
 margin:0px auto;
 width:950px;
 padding-bottom:6px;
 }
 
 #contentArea2{
 margin:0px auto;
 width:480px;
 padding-bottom:6px;
 }

#footer{
 margin:0px auto;
 width:950px;
 background-image:url(/Images/footer-dots.gif);
 background-repeat:repeat-x;
 background-position:top; 
 font-weight:bold;
 font-size:10px;
 color:#3c3c3c;
 text-align:center;
 padding-top:6px;
}
#searchContainer{
 float:right;
 width:220px;
 /*border: solid 1px red;*/
}
.searchHeader{
 height:27px;
 width:220px;
 background-image:url(/Images/menu-dots.gif);
 background-repeat:repeat-x;
 font-size:11px;
 color:#034588;
 font-weight:bold;
 }
 
.searchFooter{
 background-image:url(/Images/footer-dots.gif);
 background-repeat:repeat-x;
 /*background-position:bottom; */
}
.searchHeadings{
 font-size:11px;
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-weight:normal;
 color:#034588;}

#resultsContainer{
 float:left;
 width:720px;
 /*border: solid 1px red;*/
}

.detailsViewHeaders{
 font-size:11px;
 color:#036002;
 font-weight:bold;
}
.detailsSeparator{
 background-image:url(/Images/footer-dots.gif);
 background-repeat:repeat-x;
 background-position:top; 
}
