	body {
	width: 100%;
	margin: 0px;
	padding: 0px; // this is a concession to opera 7 which has margin 0, but some padding by default.
	font-size: 10px;
}

.header {
height: auto;
width: 100%;
background-color: rgb(255,255,255);
color: rgb(255,255,255);
text-align: center;
}

.smalltype {
font-size: 0.4em;
color: rgb(0,255,100);
}

 
/* Sets Width to Maximum allowed */


div#logo {
	width: 100%;
	height:70px;
	Color: rgb(255,255,255)
	position: absolute;
	left: 0px;

}

div#logo h3 {  
	font-family: Tahoma, sans-serif; 
	font-size: 300%;
	color:  rgb(0,253,0); 
	margin-left: 50px;
	margin-bottom: 0px;
}



div#logo a.SSLOGO {
	Background: rgb(51,204,153);
	Border-Width: 0px 1px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	Font-Size: 8pt;
	vertical-align: middle;
	
}
 
/* Sets Height and width, aligns images right 
and Sets the Background Colour */

div#sect_nav {
	width: 900px;
	height: 20px;
	background: rgb(0,153,0);
	text-align: center;
	Color: rgb(255,255,255);
}

/* Sets Width to Maximum allowed */
 
div#main {
	width: 100%;
	background: rgb(255,255,255);
}

/* 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;
}/* Defines the pagelink width and location */

div#pagelinks {
	position: absolute;
	left: 0px;
	top: 125px;
	width:290px;
	background: rgb(51,204,153);
	
}

/* Defines the Links */

div#pagelinks p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 120%; 
	font-weight: bold;
	margin-left: 0px; 
}

div#pagelinks ul {border-width:
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: rgb(255,255,255);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	list-style-type: square;
	margin-top: -5px;
	line-height: 610%;
 }

div#pagelinks ul a:link { 
    color: rgb(255,255,255);
    text-decoration: none
 }

div#pagelinks ul a:visited { 
    color: rgb(255,255,255);
    text-decoration: none 
 }

div#pagelinks ul a:active { 
    color: rgb(255,255,153);
    text-decoration: none 
 }

div#pagelinks ul a:hover { 
    color: rgb(0,102,0);
    text-decoration: none 
 }

/* Defines the pagelink width and location */

div#mainpage {
	width: 100%;
	margin-left: 300px;
	background: rgb(255,255,255);
	text-align: left;
}

/* Defines the Styles for this Section */

div#mainpage p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 130%; 
	line-height: 150%; 
	margin-left: 10px;
	color: rgb(0,102,0);
}

div#mainpage h1 {  
	font-family: Tahoma, sans-serif; 
	font-size: 240%;
	color:  rgb(0,102,0); 
	margin-left: 5px;
}

div#mainpage h2 {  
	font-family: Tahoma, sans-serif; 
	font-size: 160%;
	color:  rgb(0,102,0);
	margin-left: 5px;
}


div#mainpage h4 {  
	font-family: Tahoma, sans-serif; 
	font-size: 120%;
	color:  rgb(255,0,0);
	margin-left: 355px;
}	

div#insert {
	width: 180;
	float: right;
	text-align: right;
	margin-right: 5px;
}

/* 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: 10px;
	color: rgb(0,102,0);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: right;
}

div#insert a:link { 
    color: rgb(0,102,0);
    text-decoration: none
 }

div#insert a:visited { 
    color: rgb(0,102,0);
    text-decoration: none 
 }

div#insert a:active { 
    color: rgb(0,102,0);
    text-decoration: none 
 }

div#insert a:hover { 
    color: rgb(51,204,153);
    text-decoration: none 
 }
