body {
margin: 0;
padding: 0;
background-color: white;
}

#L030Left {  
/* outer box for left side bar of page - resized by javascript*/
width: 160px;
position: absolute;
background-color: none;
background: url("graphics/ppaws.gif");
background-repeat: repeat;
border-right: solid 1px blue;
z-index: 1;
}

#L030Left-side{ 
/* left side background area - child of #L030Left*/
position: relative;
left: 0;
top: 0;
width: 160px;
height: 475px;
border: none;
background-color: transparent;
background: url("graphics/leftbackgroundx.png");
background-repeat: no-repeat;
}


#L030Navarea{ 
/* area for navigation menus to be rendered - child of #L030Left-side */ 
visibility: visible;
position: absolute;
top: 185px;
left: 3px;
height: 450px;
width: 130px;
border: none;
z-index: 5;
}

#L030Newsarea{
/* news box area - child of #L030Left-side */
visibility: visible;
left: 0;
top: 0;
width: 150px;
border: solid blue 2px;
border-style: ridge;
padding: 3px;
font-family: arial;helvetica.san-serif;
background-color: #eeeeee;
}

#L030Image1area{
/* changing image area - child of #L030Left-side */
visibility: visible;
left: 0;
top: 0;
width: 152px;
border: none;
border-left: solid blue 2px;
border-right: solid blue 2px;
border-style: ridge;
padding: 2px;
}

#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;
background-color: #dddddd;
background-image: none;
background-repeat: no-repeat;
border-bottom: solid 1px blue;


}

#L030Header2{
/* area within header1 that contains image that changes
   dependant on category of page being displayed. - child of L030Header1 */
position: absolute;
visibility: visible;
width: 350px;
height: 100px;
top: 0px;
left: 240px;
border: none;
backgroun-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: 225px;
height: 75px;
top: 40px;
left: 10px;
border: none;
background-color: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
font-weight: bold;
color: blue;
text-align: left;
}

#L030Adminlinks {
 /* area within header1 that contains the adminstrative links - child of                  
    L030Header1 */
position: absolute;
top: 0px;
left: 0px;
width:300px;
text-align: left;
}

#L030Template{
/* template rendering area - child of L030Center */
position: absolute;
left: 166px;
top: 115px;
width: 570px;
padding: 10px;
padding-bottom: 100px;
visibility: visible;
border: blue;
}

#L030PageFooter{
/* the page footer - sibling of L030Center and L030Left */
width: 760px;
height: 5px;
visibility: visible;
border-bottom: solid 2px blue;
background-color: #cccccc;
background-image: none;
background-repeat: no-repeat;
}

#L030Template-Footer{
/* a footer area - normally appears as bottom of template.  
   child of L030PageFooter */
position: relative;
top: -75px;
left: 160px;
width: 600px;
height: 75px;
visibility: visible;
border: none;
background-color: #cccccc;
background-image: url("graphics/templatefooter.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;

}


