body {
margin: 0;
padding: 0;
background-image: none;
background-attachment: fixed;
background-color: black;
}

#L030Left {  
/* outer box for left side bar of page - resized by javascript*/
width: 160px;
position: absolute;
background-color: #cccccc;
background-attachment: fixed;
z-index: 1;
border-right: groove 2px navy;
}

#L030Left-side{ 
/* left side background area - child of #L030Left*/
position: relative;
left: 0;
top: 0;
width: 160px;
height: 300px;
border: none;
background-color: #cccccc;
background-repeat: no-repeat;
}


#L030Navarea{ 
/* area for navigation menus to be rendered - child of #L030Left-side */ 
visibility: visible;
position: absolute;
top: 125px;
left: 3px;
height: 300px;
width: 130px;
border: none;
z-index: 5;
}

#L030Newsarea{
/* news box area - child of #L030Left-side */
visibility: visible;
left: 0;
top: 0;
width: 154px;
border-top: groove 2px red;
border-bottom: groove 2px red;
padding: 3px;
font-family: arial helvetica san-serif;
background-color: #cccccc;
}

#L030Image1area{
/* changing image area - child of #L030Left-side */
visibility: visible;
left: 0;
top: 0;
width: 152px;
border: none;
padding: 0px;
}

#L030Center {
/* Primary area of page includeds headers - gets resized by javascript */
margin-left: 200;
}

#L030Header1{
/* main header area - child of L030Center */
position: absolute;
left: 160px;
top: 0px;
height:100px;
width: 590px;
border-bottom: groove 2px navy;
background-image: url("graphics/headerbackground.jpg");
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: 240px;
border: none;
background-color: green;
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: visible;
width: 275px;
height: 50px;
top: 50px;
left: 300px;
border: none;
background-color: none;
font-family: Arial, helvetica, sans-serif ;
font-size: 25px;
font-weight: bold;
color: white;
text-align: right;
}

#L030Adminlinks {
 /* area within header1 that contains the adminstrative links - child of                  
    L030Header1 */
position: absolute;
top: 0px;
left: 275px;
width:300px;
text-align: right;
}

#L030Template{
/* template rendering area - child of L030Center */
position: absolute;
left: 166px;
top: 115px;
width: 570px;
padding: 10px;
background-image: url("graphics/anchortagbckgrd_edited-2.jpg");
padding-bottom: 100px;
visibility: visible;
border: blue;
}

#L030PageFooter{
/* the page footer - sibling of L030Center and L030Left */
width: 760px;
height: 15px;
visibility: visible;
border: none;
background-color: navy;
background-image: none;
background-repeat: no-repeat;
}

#L030Template-Footer{
/* a footer area - normally appears as bottom of template.  
   child of L030PageFooter */
position: relative;
top: 0px;
left: 0px;
width: 0px;
height: 0px;
visibility: collapse;
border: none;
background-image: none;
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;

}






