/* 
Document   : __NAME__
Created on : __DATE__, __TIME__
Author     : __USER__
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*root { 
display: block;
}
*/
#ContainerWrap {
   text-align: center; /* Win IE5 */
}

#Container {
   margin: 0em auto;
   padding: 0;
   padding-bottom: 10px;
   padding-top: 4px;
   text-align: left;
   width: 770px
}
#LogoText {
   color: #003399;
   font-family: 'Times New Roman',Times,serif;
   font-size: 36px;
   font-style: oblique;
   font-weight: bold;
   margin-left: 500px;
   margin-top: -61px;
   position: relative;
   width: 250px
}



/*
#LogoText textarea {

}
*/
#BlueCenter {
   background-color: #336CA1;
   background-image: url(top_center_0.gif);
   background-repeat: no-repeat;
   height: 16px;
   margin: 0;
   margin-left: 300px;
 /*  margin-top: -20px */
}

#BluLeftFill {
   background-color: #336CA1;
   height: 23px;
}

#Content {
   clear: both;
   display: block;
}

#SideWrap {
   float: left;
   margin-right: -165px;
   margin-top: 1px;
   width: 165px
}

#ContentWrap { 
  margin-left: 165px;
  padding-top: 10px;
}

#ContentWrapHome {
   margin-left: 151px;
   padding-top: 1px;
}

#Footer {
  font-size: 0.9em; 
  color: #666; 
  line-height: 1.3em; 
  padding-top: 5px;
  clear: both;
}
