body {
padding: 0;
margin: 0; 
text-align: center; 
background-color: #b3e5e6;
}

#L030body {
/* body area  - div area just inside body tag */
margin: 0 auto; 
width: 760px;
text-align: left; 
}

#L030Left {  
/* outer box for left side bar of page - resized by javascript*/
width: 160px;
height: 600px;
position: absolute;
background-color: #b3e5e6;
z-index: 1;
border-right: solid 2px #F1CE83;
border-left: solid 2px #F1CE83;
border:none;
}

#L030Left-side{ 
/* left side background area - child of #L030Left*/
position: relative; 
*/left: 0; */
/*top: 300px; */
width: 160px;
height: 450px;
border: none;
background-color: #b3e5e6;
background: url("graphics/headerbackground.jpg"); 
background-repeat: no-repeat;
}


#L030Navarea{ 
/* area for navigation menus to be rendered - child of #L030Left-side */ 
visibility: visible;
position: absolute;
top: 75px;
left: 3px;
height: 400px;
width: 130px;
border: none;
z-index: 5;
}

#L030Newsarea{
/* news box area - child of #L030Left-side */
position: relative;
visibility: visible;
width: 152px;
height: 100px;
border-top: solid 3px #f1ce83;
border-bottom: solid 3px #f1ce83;
padding: 4px;
font-family: arial helvetica san-serif;
background-color: #f9eed7;
color: #54526e;
z-index: 5;
}

#L030Image1area{
/* changing image area - child of #L030Left-side */
/*position: absolute;*/
visibility: visible;
width: 152px;
border: none;
padding: 0px;
z-index: 5;
}

#L030Center {
/* Primary area of page includeds headers - gets resized by javascript */
margin-left: 200;
width: 750px;
background-color: #FFFFFF; 
border: none;
}

#L030Header1{
/* main header area - child of L030Center */
position: relative; 
left: 161px; 
top: 0px; 
height:20px;
width: 589px;
background-color: #009999;
background-repeat: no-repeat;
}


#L030Header2{
/* area within header1 that contains image that changes
   dependant on category of page being displayed. - child of L030Header1 */
position: absolute;
visibility: hidden;
width: 350px;
height: 100px;
top: 0px;
left: 235px;
border: none;
background-color: none;
background-image: url('graphics/headerbackground.JPG');
background-repeat: no-repeat;
}


#L030Header3{
/* area within header1 that contains text/html that changes
   dependant on category of page being displayed. - child of L030Header1 */
position: absolute;
visibility: hidden;
width: 580px;
height: 25px;
top: 103px;
left: 0px;
border: none;
background-color: none;
font-family: Arial, Helvetica, sans-serif ;
font-size: 18px;
font-weight: bold;
color: navy;
text-align: right;
border-bottom:  solid #000080 1px;
}

#L030Adminlinks {
 /* area within header1 that contains the adminstrative links - child of                  
    L030Header1 */
position: absolute;
top: 0px;
left: 280px;
width:300px;
text-align: right;
}

#L030Template{
/* template rendering area - child of L030Center */
position: relative;
left: 165px;
top: 0px;
width: 560px;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
font-family: arial helvetica san-serif;
visibility: visible;
border: none;
}

#L030PageFooter{
/* the page footer - sibling of L030Center and L030Left */
width: 750px;
height: 25px;
visibility: visible;
border: none;
background-image: url('graphics/footer.jpg');
background-repeat: no-repeat;

}

#L030Template-Footer{
/* a footer area - normally appears as bottom of template.  
   child of L030PageFooter */
position: relative;
top: -25px;
left: 156px;
width: 590px;
height: 25px;
visibility: visible;
image: url('graphics/footer.jpg');
background-repeat: no-repeat;
}

#copyrightnotice {
width: 369px;
height: 20px;
padding: 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #bbbbbb;
}

#hostedbynotice {
position:relative;
top: -26px;
left: 376px;
width: 369px;
height: 20px;
padding: 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #bbbbbb;
text-align: right;

}





