body {
 	background-color: #ffffff;
	align:left;
	text-decoration: none;
	margin:0px;
	padding:0px;
	font-family: x-small "Graphite Light",Goudy Old Style,Trebuchet MS,Footlight MT Light,Verdana,Sans-Serif;
	color:#1919b3;
  }
  
table, td {
  cursor: default;
  vertical-align:top;
  }
  
a:link {
  color:#5353c6;
  text-decoration:none;
	cursor:hand;
  }
	
a:visited {
  color:#a3c2e1;
  text-decoration:none;
	cursor:hand;
  }
	
a:hover {
  color:#538cc6;
  text-decoration:underline;
	cursor:hand;
  }
	
a img {
  border-width:0px;
  }

/* For Titles */	
h1 {
  font-size:large;
  color:#771111;
  }

	/* For Side Links */	
h2 {
  font-size:medium;
	line-height:1.3em;
  color:#117711;
  }
	
/* For Emphasis */

h3 {
  font-size:small;
  color:#111171;
}

h4 {
  font-size:x-small;
  color:#b31919 ;
  }

/* For Sub Text */	
h5 {
	text-align:justify;
	color:#117711;
  }

h6 {
	padding-top:8px;
	padding-bottom:30px;
	text-align:center;
	color:#b31919 ;
	}

blockquote {
  padding-left:30px;
  padding-right:30px;
  padding-top:10px;
  padding-bottom:10px;
  text-align:justify;
  }

em {
  color:#5387cc6;
	}	
	
b {
  color:#e67300;
  }

p {
  font-family:x-small "Graphite Light",Goudy Old Style,Trebuchet MS,Footlight MT Light,Verdana,Sans-Serif;
  text-align:justify;
  line-height:1.2em;
	color:#1919b3;
	margin:10px;
	}

hr {
	color:1px dashed #1919b3;
	}

li {
  text-align:left;
	list-style-position:outside;
  line-height:1.2em;
	}

	
/* DIVISIONS ----------------------------------------------- */

#sidebar {
  position:absolute;
	left:10px;
	top:120px;
	height:400px;
	width:140px;
	border:0px green solid;
	overflow:hidden;
	padding:10px;
  }
	
#box {
  overflow-x:hidden;
	padding:15px;
	position:absolute;
	left:240px;
	top:60px; 
  width:450px;
	height:440px;
	font-weight:normal;
	z-index:3;
	vertical-align:top;	
  margin:0px;
  overflow:auto;
  }

.mydivs {
  width:440px;
	height:440px;
	z-index:3;
	overflow:auto;
	overflow-x:hidden;
	position:absolute;
	left:370px;
	top:60px;
	filter:Alpha(Opacity=70,FinishOpacity=100);
	display:none;
	}
	
#footer {
  background-image:url(http://www.geocities.com/msfinch_webber/images/footer.gif);
	border:0px dashed black;
	margin:0px;
	text-align:center;
  line-height:1.5em;
  font:85%/1.5em "Footlight MT Light",Trebuchet MS,Verdana,Sans-Serif;
	}

td.data {
  padding:10px;
	border:1px solid #aaaaaa;
	font:85%/1.5em "Footlight MT Light",Trebuchet MS,Verdana,Sans-Serif;
	}	
	
	
/* FOOTER ----------------------------------------------- */
.copyright {
  float:center;
  margin-left:35px;
  }