/* CSS Document */
/* Body Sets the Width 720 that the table used to */
body {
	width: 700px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
 
/* Sets Width to Maximum allowed */

div#logo {
	width: 700px;
	height: 65px;
}
 
/* Sets Height and width, aligns images right 
and Sets the Background Colour */

div#sect_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	text-decoration: none;
	text-transform: bold;
	width: 700px;
	height: 20px;
	background: #007073;
	text-align: right;
	
}

/* Sets Width to Maximum allowed */
 
div#main {
	width: 700px;
	background: #FFFFFF;
}



/* Set's Style for the Copyright Paragrh text */

div#copyright p {
	font-family: Tahoma, sans-serif;  
	font-size: 90%; 
	color: #007073; 
	margin-left: 5px;
	font-weight: bold;
	clear: both;
}

/* Defines the pagelink width and location */

div#pagelinks {
	position: absolute;
	left: 7px;
	top: 125px;
	width: 163px;
	background: rgb(51,204,153);
	height: 353px;
	border: thin dashed #007073;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
}

/* Defines the Links */

div#pagelinks p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 130%; 

	font-weight: bold;
	margin-left: 5px; 
}

div#pagelinks ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	text-decoration: none;
	font-weight: lighter;
	list-style-type: square;
	margin-top: -5px;
	line-height: 110%;
 }

div#pagelinks ul a:link { 
    color: #000000;
    text-decoration: none
 }

div#pagelinks ul a:visited { 
    color: rgb(51,00,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: 500px;
	margin-left: 200px;
	background: rgb(255,255,255);
}

/* Defines the Styles for this Section */

div#mainpage p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 130%; 
	line-height: 150%; 
	margin-left: 10px
}

div#mainpage ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	text-decoration: none;
	text-transform: bold;
	font-weight: lighter;
	list-style-type: circle;
	margin-top: -5px;
	line-height: 110%;
}

div#mainpage h1 {  
	font-family: Tahoma, sans-serif; 
	font-size: 240%;
	color:  #007073; 
	margin-left: 5px
}

div#mainpage h2 {  
	font-family: Tahoma, sans-serif; 
	font-size: 160%;
	color:  #007073;
	margin-left: 5px
}


</style>

