/* external CSS file */
/* filename 'styles.css' */

body {
  background-color: #fff;
}

#main {
  margin-left: 110px;
  width: 530px;
  padding: 75px 5px 1% 0px;
  font-family: georgia;
  background: #fff; 
}

#sidebar {
  left: 0px;
  top: 80px;
  position: absolute;
  width: 110px;
  background: #f5f5ff; 
}

#header {
  top: 0px;
  left: 0px;
  width: 640px;
  height: 80px;
  position: absolute;
  background: #fff;
}

#footer {
  width: 530px;
  margin-left: 110px;
  padding-top: 1%;
  font-size: 70%;
  font-family: sans-serif;
  background: #fff; 
  border-top: 1px solid #00B;
}

a:link {color: #009; text-decoration: underline;}
a:visited {color: #009; text-decoration: underline;}
a:hover {color: #66F; text-decoration: underline;}
a:visited:hover {color: #66F; text-decoration: underline;}

/* footer links */
.flinks a:link {color: #009; text-decoration: none;}
.flinks a:visited {color: #009; text-decoration: none;}
.flinks a:hover {color: #66F; text-decoration: none;}
.flinks a:visited:hover {color: #66F; text-decoration: none;}

/* sidebar links */
a.slinks:visited {color: #009; font-size: 90%; text-decoration: none;}
a.slinks:link {color: #009; font-size: 90%; text-decoration: none;}
a.slinks:hover {color: #66F; font-size: 90%; text-decoration: none;}
a.slinks:visited:hover {color: #66F; font-size: 90%; text-decoration: none;}

/* Reading Links */
a.rlinks:link {color: #009; text-decoration: none;}
a.rlinks:visited {color: #009; text-decoration: none;}
a.rlinks:hover {color: #66F; text-decoration: none;}
a.rlinks:visited:hover {color: #66F; text-decoration: none;}


img {
	border: 0px none;
}

h1, h2 {
	background-color: #006;
	color: #fff;
	font-family: serif;
}

h3, h4, h5, h6 {
	background-color: #006;
	color: #fff;
	font-family: serif;
}

h3.headline {
	margin-bottom: 5px;
}

hr {
	color: #006;
	background-color: #006;
}

.googlebox {
  float: none;
  width: 350px;
  height: 130px;
  background-color: #fff;
  border-style: groove;
}

.blu { /* Blue Text */ 
	color: #009;
}

.dblu { /* Dark Blue Text */
	color: #006;
}

.fs { /* Font Shrink */
	font-size: 75%;
}

.ti { /* Text Indent */
	text-indent: 0.25in;
}

.sh { /* Small Heading */
	color: #006;
	font-weight: bold;
	font-size: 125%;
}

.rcaption { /* Reading Captions */
	font-size: 90%;
}