/* CSS Document */
body {
	width: 700px;
	font-size: 10px;
	margin:29px;
	padding:0px;
	background-color:white;
}
 
/* Sets Width to Maximum allowed */

div#logo {
	width: auto;
	height: auto;
}

div#logo body, td  {font-size: 12px; font-family: verdana,arial; font-weight: normal}
div#logo input, select {font-size: 11px; font-family: verdana,arial; font-weight: normal}

div#logo h1 {  
	font-family: Verdana, sans-serif; 
	font-size: 200%;
	color: #006E3A; 
	margin-left: 5px;
}

.header {font-size:24px; }

/* Defines the pagelink width and location */

div#pagelinks {
	position: absolute;
	left:2px;
	top:10px; /* 223 */
	width:130px;
	margin-top:59px; /* 66 */
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
}

/* Defines the Links */

div#pagelinks p {
	font-family: Verdana, sans-serif; 
	font-size: 100%; 
	margin-left: 2px; 
}

div#pagelinks ul {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	color: #09c;
	margin-top: -5px;
	line-height: 110%;
	margin-left: -7px;
 }
 
div#pagelinks h2,h3,h4 {
	font-family:Verdana, sans-serif;
	font-size: 110%;
	color: #09c;
	margin-top: 5px;
	margin-left: 5px;
}					

div#pagelinks ul a:link { 
    color: #09c;
    text-decoration: none
 }

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

div#pagelinks ul a:active { 
    color: #09c;
    text-decoration: none 
 }

div#pagelinks a:hover { 
	background-color: #eee;
 }
 
.style1 {
	background-color: #FFFF00;
	font-weight:bold;
	}
 
/* Defines the pagelink width and location */

div#mainpage {
	position:relative;
	width:510px;
	margin:2px 130px 10px 140px;
	background-color:white;
	border:1px solid black;
	padding:10px;
}

/* Defines the Styles for this Section */

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

div#mainpage h1 {  
	font-family: Verdana, sans-serif; 
	font-size: 200%;
	color: #006E3A; 
	margin-left: 5px;
	text-shadow: gray;
	
}

div#mainpage h2,h3,h4,h5 {  
	font-family: Verdana, sans-serif; 
	font-size: 160%;
	color:  rgb(0,0,0);
	margin-left: 5px
}

div#mainpage li {font-family: Verdana, sans-serif; 
	font-size: 130%; 
	line-height: 150%; 
	margin-left: 10px
}

/* Set's the width and position */

div#insert {
	position:absolute;
	top:-1px;
	right:-150px;
	width:123px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
}

/* Defines the title */

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

/* Defines the links */
div#insert a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;}

div#insert a:link { 
	color: #0000FF; text-decoration: none;
 }

div#insert a:visited { 
    color: #0000FF; text-decoration: none;
 }

div#insert a:active { 
    color: #0000FF;
    text-decoration: none 
 }

div#insert a:hover {
	text-decoration: underline;
 }

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

div#copyright p {
	font-family: Verdana, sans-serif;  
	font-size: 90%; 
	margin-left: 5px;
	}
	
img {border: none;}	