@charset "utf-8";
/* CSS Document */

body {
      margin:0 0 0 0;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:0.8em;
	  background-color:#FFF;

	  }
	  
h2   {
      color:#FFF;
	  font-size:1.1em;
	  }
	  
h3 {
    color:#333366;
	font-family:"Arial Rounded MT Bold", "Palatino Linotype",verdana;
	font-size:1.2em;
	}  

/*=========CONTAINERS==================


#header {
         width:100%;
		 background-image:url(images/blueLogobg.jpg);
	     background-repeat:repeat-x;
		 height:79px;
        }*/
#left {
	
	width:28%;
	height:600px;
	z-index:2;
	left: 0px;
	top: 0px;
	}		
		
		  
#center {
	position:absolute;
	width:45%;
	height:auto;
	z-index:1;
	margin-left:350px;
	top: 0px;
	padding-top:8px;
	
}		
		
#right {
          position:relative;
          margin-right:0px;
		  height:400px;
		  /*background-color:#9999cc;
		  background-image:url(RtBg.jpg);
		  background-position:top left;
		  background-repeat:no-repeat;*/
		  width:220px;
		  padding-left:4px;
		  margin-top:0px;
		  z-index:3;
		  }	
		  


#aform {
        position:relative;
        float:right;
		margin-top:-50px;
		}
#logintble {
           background-image:url(images/rndbg.jpg);
		   background-position:top;
		   background-repeat:no-repeat;
		   }		
		
#dates {
    position:absolute;
	width:420px;
	height:115px;
	z-index:1;
	left: 369px;
	top: 145px;
	}
/*=========TEXT FORMATTING===========*/
.grey {
   color:#666666;
   font-weight:bold;
   font-size:1.1em;
   }
	
.white {
        color:#003300;
		font-weight:bold;
		font-size:1.2em;
		}
		
.whte {
       color:#FFFFFF;
	   padding-left:3px;
	   }
.yellow {
         color:#FFFFCC;
         font-weight:bold;
         font-size:1.1em;
		 }		
/*============IMAGES=============*/			
	
.line {
       position:absolute;
	   margin-top:0px;
	   width:100%;
	   height:4px;
	   padding-bottom:0px;
	   }
	   
.phone {
        float:right;
		}
		
.logo  {
        position:absolute;
		top:0px;
		left:0px;
		}	
		
.log {
	margin-left:0px;
	margin-bottom:-3px;
	
}
	
/*===========A COUPLE OF TABLES - CAN'T BE HELPED========*/
	   
#logtable  {
            position:relative;
            margin-top:-76px;
			float:right;
			padding-bottom:-20px;
			z-index:1;
			width:300px;
			}
#web {
       background-color:#99cc99;
	   margin-top:0px;
	   border-right:1px solid #000099;
	   border-bottom:1px solid #000099;
	   padding-bottom:0px;
	   height:auto;
	   }

		  
		
#login {
	    /*background-image:url(/login/images/loginbox.jpg);
		background-position:top left;
		background-repeat:no-repeat;*/
		background-color:#003466;
		width:400px;

		border-bottom:2px solid #c7d4df;
	
}

.brdright {
	      border-right:2px solid #c7d4df;
		  border-left:2px solid #c7d4df;
}

.left {
	    border-left:2px solid #c7d4df;
}
.right {
	      border-right:2px solid #c7d4df;
} 
