
/* Body Sets the Width 720 that the table used to */
body {
	width: 720px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
 
/* Sets Width to Maximum allowed */

div#logo {
	width: 720px;
	height: 64px;
}
 
/* Sets Height and width, aligns images right 
and Sets the Background Colour */
div#rem {
	
	width: 720px;
	height: 20px;
	background: rgb(227,207,96);
	text-align: center; 
	text-valign: bottom;
}

div#sect_nav {
	width: 720px;
	height: 20px;
	background: rgb(0,102,0);
	text-align: right;
	text-valign: bottom;
}
div#sect_nav p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 

	font-weight: bold;
	margin-left: 5px; 
}

div#sect_nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: rgb(100,255,255);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: square;
	margin-top: 4px;
	margin-bottom: 4px;
	text-valign: bottom;
 }

div#sect_nav ul a:link { 
    color: rgb(234,248,0);
    text-decoration: none
 }

div#sect_nav ul a:visited { 
    color: rgb(70,247,0);
    text-decoration: none 
 }

div#sect_nav ul a:active { 
    color: rgb(98,251,0);
    text-decoration: none 
 }

div#sect_nav ul a:hover { 
    color: rgb(0,230,244);
    text-decoration: none 
 }


/* Sets Width to Maximum allowed */
 
div#main {
	width: 720px;
	background: rgb(227,207,96);
}



/* Set's Style for the address Paragrh text */
div#address p {
	font-family: Tahoma, sans-serif;  
	font-size: 130%; 
	color: div#336633; 
	margin-left: 5px;
	font-weight: bold;
	clear: both;
}

/* Set's Style for the address copyright text */

div#copyright p {
	font-family: Tahoma, sans-serif;  
	font-size: 130%; 
	color: div#336633; 
	margin-left: 5px;
	font-weight: bold;
	clear: both;
}

/* Defines the pagelink width and location */

div#pagelinks {
	position: absolute;
	left: 1px;
	top: 137px;
	width: 125px;
	background: rgb(227,207,96);
	height: 124px;
}

/* Defines the Links */

div#pagelinks p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 150%; 

	font-weight: bold;
	margin-left: 5px; 
}

div#pagelinks ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: rgb(0,0,0);
	text-decoration: none;
	
	font-weight: bold;
	list-style-type: round;
	margin-top: -5px;
	line-height: 110%;
 }

div#pagelinks ul a:link { 
    color: rgb(0,0,0);
    text-decoration: none
 }

div#pagelinks ul a:visited { 
    color: rgb(0,102,0);
    text-decoration: none 
 }

div#pagelinks ul a:active { 
    color: rgb(74,74,250);
    text-decoration: none 
 }

div#pagelinks ul a:hover { 
    color: rgb(43,63,167);
    text-decoration: none 
 }

/* Defines the pagelink width and location */

div#mainpage {
	width: 600px;
	margin-left: 126px;
	background: rgb(255,255,255);
}

/* Defines the Styles for this Section */

div#mainpage p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 140%; 
	line-height: 150%; 
	margin-left: 10px
}

div#mainpage h1 {  
	font-family: Tahoma, sans-serif; 
	font-size: 240%;
	color:  rgb(255,0,33); 
	margin-left: 5px
}

div#mainpage h2 {  
	font-family: Tahoma, sans-serif; 
	font-size: 170%;
	color:  rgb(51,102,51);
	margin-left: 5px
}

div#mainpage h3 {  
	font-family: Tahoma, sans-serif; 
	font-size: 160%;
	color:  rgb(1,93,33);
	font-weight: solid;
	margin-left: 5px
}

div#mainpage h4 {  
	font-family: Tahoma, sans-serif; 
	font-size: 140%;
	color:  rgb(0,0,0);
	margin-left: 5px
}

/* Set's the width and position */



/* 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 
 }

