body {
	width: 720px;
	margin: 0px;
	padding: 0px;
// this is a concession to opera 7 which has margin 0, but some padding by default.
	font-size: 10px;
	font-family: Arial, sans-serif;
      }
 
/* Sets Width to Maximum allowed */



div#logo {
	
         width:80px;height:80px;
        
	 }
 
/* Sets Height and width, aligns images right 
and Sets the Background Colour */

/*sets the height and width of the banner*/

 div#sect_nav {       
        width: 100%;
	height: 20px;
	background: "#006699";
	text-align: right;
        margin-left:5px;
        }


div#banner {
	margin-left:80px;
        width: 720px;
	
            }

div#banner h2 {
         
            position:absolute;top:40px;width:700px;height:150px;
            font-family:Arial,Helvetica,sans-serif;
            font-size: 140%;
            color:rgb(0,102,0);
	    
              }

/* Sets Width to Maximum allowed */
 
div#main {
	margin-left:5px;
        width: 720px;
	background: "#ffffff";
        height:10px; 
        }

/* Set's Style for the Copyright Paragrh text */

div#copyright p {
	font-family: Tahoma, sans-serif;  
	font-size: 90%; 
	color: div#336633; 
	margin-left: 5px;
	font-weight: bold;
	clear: both;
}
/* Set's the width and position */

div#insert {
	width: 120;
	float: left;
	text-align: left;
}

/* Defines the title */

div#insert h1 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background: rgb(0,102,0);
	font-size: 170%;
	color: rgb(255,255,255);
}

/* Defines the links */
div#insert a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:"#990033" ;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: left;
        
             }

div#insert a:link { 
    color: "#990033";
    text-decoration: none
 }

div#insert a:visited { 
    color: "#ffffff";
    text-decoration: none 
 }

div#insert a:active { 
    color: "#990033";
    text-decoration: none 
 }

div#insert a:hover { 
    color: "#000000";
    text-decoration: none 
 }

/* Defines the pagelink width and location */

div#pagelinks {
	position: absolute;
	left: 5px;
	top: 100px;
	width: 110px;
	background: "#006699";
        height:100%;
}

/* Defines the Links */

div#pagelinks p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	font-weight: bold;
	margin-left: 0px; 
        
}

div#pagelinks ul {
	font-family: Arial, sans-serif;
	color: rgb(255,255,255);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: square;
	margin-top: -5px;
	line-height: 20px;
	margin-left:4px;
	font-size: 80%;
   }

div#pagelinks ul a:link { 
    color: rgb(255,255,255);
    text-decoration: none
 }

div#pagelinks ul a:visited { 
    color: "#ffffff";
    text-decoration: none 
 }

div#pagelinks ul a:active { 
    color: "#ffffff";
    text-decoration: none 
 }

div#pagelinks ul a:hover { 
    color: "#000000";
    text-decoration: none 
 }

/* Defines the pagelink width and location */

div#mainpage {
	width: 600px;
	margin-left: 125px;
	background: "#ffffff";
}

/* Defines the Styles for this Section */

div#mainpage p {  
	font-family: Arial, sans-serif; 
	font-size: 80%; 
	line-height: 150%; 
	margin-left: 10px
}

div#mainpage h1 {  
	font-family: Arial, sans-serif; 
	font-size: 100%;
	color:  rgb(0,102,0); 
	margin-left: 5px
}

div#mainpage h2 {  
	font-family: Arial, sans-serif; 
	font-size: 110%;
	color:  rgb(0,102,0);
	margin-left: 5px
}
div#mainpage h3 {  
	font-family: Arial, sans-serif; 
	font-size: 80%;
	color:  rgb(0,102,0);
	margin-left: 5px
}
div#mainpage ul {
	font-family: Arial, sans-serif; 
	font-size: 80%; 
	line-height: 150%; 
	margin-left: 10px
}

