body {
background-color: #CBCDAA;
font-family: Verdana, Helvetica, Arial, sans-serif;
}


h3.align_right {font-family: arial; color: #FF0000; text-align: right;}   
h3.align_left {font-family: arial; color: #FF0000; text-align: left;}  

/* Soft Edges */





/* ---------------------- */

p {
font-size: 0.8em;
color: #000000;
}

p.strong {
	font-weight: bold;
}

li {
	font-size: 0.8em;
	color: #000000;
}

p.headline {
color: #0000FF;
font-size: 1em;
font-weight: bold;
letter-spacing: 2px;
text-decoration: underline;
}

p.sourcefile {
text-align: right;
color: #00FFFF;
font-size: 1em;
font-weight: bold;
letter-spacing: 2px;
text-decoration: underline;
}

p.footer {
color: #f97021;
font-size: 0.6em;
font-weight: bold;
text-align: center;
}

a:link {
color: #FF0000;
font-size: 0.8em;
font-weight: bold;
background-color: auto;
text-decoration: none;
}


a:hover {
color: #FF0000;
font-size: 1.0em;
font-weight: bold;
background-color: yellow;
text-decoration: none;
border: 1px solid #0000ff;
}


a:visited {
color: #3ba8a8;
font-size: 0.8em;
font-weight: bold;
background-color: auto;
text-decoration: none;
}


#text-box-left-2 p {

float: left;
background-color: #ac69cd;
color: #ffffff;
width: 300px;
margin-bottom: 20px;
margin-left: 20px;
padding-left: 10px;
padding-right: 10px;
}


#text-box-left-1 p {

float: left;
background-color: #776592;
color: #ededa4;
width: 150px;
margin-bottom: 10px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#text-box-right-1 p {
width: 175px;
float: right;
background-color: #76582e;
color: #ededa4;
margin-bottom: 10px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;

}

#text-box-right-1 a:link {
color: #ededa4;
background-color: #76582e;
text-decoration: none;
}

div.img
  {
  margin: 3px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }
div.desc
  {
  text-align: center;
	font-size: 0.8em;
	color: #000000;
  font-weight: normal;
  width: auto;
  margin: 2px;
  }


