
/* static divs -- to set up vertical positioning */

#Header   { position: static; background-color: #8AA0D0; background-repeat: no-repeat; 
               background-attachment: scroll; height: 110px; 
               border-bottom: 1px solid teal; margin: 0; padding: 0; 
               background-position: 0% 50%; width:100%; 
               }

#Banner  { position: static; background-color: #8AA0D0; background-repeat: repeat; 
               background-attachment: scroll; height: 66px;
               border-bottom: 0px solid teal; margin: 0; padding: 0; 
               background-position: 120 50%; width: 100%
               }               

#Banner2  { position: static; background-color: #8AA0D0; background-repeat: repeat; 
               background-attachment: scroll; height: 75px; 
               border-bottom: 1px solid teal; margin: 0; padding: 0; 
               background-position: 110 50%; width: 100%
               }               
			   
#Content  { position: static; border-left: 0px solid teal; border-right: 0px solid teal; 
               margin-left: 150px; margin-right: 150px; background-color: #F3F6FB;
               height: 653px; margin-top: 0; margin-bottom: 0; color: #66789d;
               overflow: auto; letter-spacing: 0.5px; padding: 5; font-size: 105%
               }               

#backend  { position: static; border-left: 0px solid teal; border-right: 0px solid teal; 
               margin-left: 160px; margin-right: 160px; background-color: #DFFEEE;
               height: 400px; margin-top: 0; margin-bottom: 0; color: #66789d;
               overflow: auto; letter-spacing: 0.5px; padding: 5; font-size: 105%
               }               

#About     { position: static; border-left: 0px solid teal; border-right: 0px solid teal; 
               margin-left: 100px; margin-right: 100px; background-color: #F3F6FB;
               margin-top: 0; margin-bottom: 0; color: #66789d;
               overflow: auto; letter-spacing: 0.5px; padding: 5; font-size: 100%
               }               

#testim { border: 1px solid #c0c0c0; padding-right: 15px; padding-left: 15px; padding-bottom: 15px; margin: 0px auto;
	           width: 500px; padding-top: 15px; background-color: #e9f3d9; text-align: left
               }
			   
#srch  { position: static; border-left: 0px solid teal; border-right: 0px solid teal; 
               margin-left: 5px; margin-right: 5px; background-color: #F3F6FB;
               height: 400px; margin-top: 0; margin-bottom: 0; color: #66789d;
               overflow: auto; letter-spacing: 0.5px; padding: 5; font-size: 105%
               } 

#srch2  { position: static; border-left: 0px solid teal; border-right: 0px solid teal; 
               margin-left: 5px; margin-right: 5px; background-color: #F3F6FB;
               height: 1760px; margin-top: 0; margin-bottom: 0; color: #66789d;
               overflow: hidden; letter-spacing: 0.5px; padding: 5; font-size: 100%
               }
			   #Footer    { background-color: #bac9d4; background-repeat: repeat; background-attachment: 
               scroll; border-top: 1px solid teal; 
               border-bottom: 1px solid green; margin: 0; padding: 2px; 
               width: 99%
               }

#datadsp  { position: static; border-left: 2px solid teal; border-right: 1px solid teal; 
               background-color: #b2cee2; height: 100%; margin-top: 0; margin-bottom: 0;
               margin-left: 3; overflow: hidden; letter-spacing: 0.5px; padding: 5;
               width:95%; 
		 } 

#logo        {  margin: 0; padding: 0; height: 118px; }
         
           		 
/* absolute divs -- % based margins to set up 3 cols */
#Left        { position: absolute; width: 160px; top: 220px; height: 950px;
                 left: 3; overflow: hidden; background-color: #FFFFFF; 
				 font-size: 100%; 
                 }
#Right       { position: absolute; width: 160px; top: 185px; height: 700px;
                 right: 0px; overflow: hidden; background-color: #F3F6FB;
                 }
		 
/* layout, no positioning */
#Header .logo { margin: 0; padding-left: 0px; padding-right: 0px; padding-top: 0px; 
               padding-bottom: 0 }
               
#Content .box { text-align: left ; padding: 13px }
#Left .box   { padding: 2px }
#Right .box  { margin: 0; padding: 2px; }
#base{
	border-top:#f60 6px solid !important;
	background:#036;
	padding: 3px 10px 3px 3px;
	color:#fff;   /*#989CC0;*/
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	height:50px;
	position:relative;
	}
/* END OF page layout positioning */


