*

a:link     {
	text-decoration: none;
	color:#b3b3b3;}
a:visited  {
	text-decoration: none;
	color:#b3b3b3;}
a:hover    {
	text-decoration: none;
	color: White;
}
a:active   {
	text-decoration: none;
	color: #197b30;
	border: #66CC33;
}

body
{
	background-color: #4c4c4c;
	color: #b3b3b3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#wrap
{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0em;
	background-color: #4c4c4c;	
	margin-bottom: 1.0em;
}

#outer2
{
	border: dotted 1px #EFEAD1;
	padding: 1.0em;
}



#header
{
	padding: 0.8em 1.2em 1.2em 1.2em;
}

#header h1
{
	font-size: 3.0em;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: -0.05em;
}

#header h2
{
	position: relative;
	top: -0.1em;
	text-transform: lowercase;
	font-size: 0.8em;
	color: #000000;
}

.title {
	font-size: 1.5em;
	font-family: Monotype Corsiva;
	color: Green;
}


#page	a:active
{
	color: #cc2229;
}	

#content
{
	margin-top: 1.0em;
	padding: 1.2em;
	line-height: 1.5em;
	font-size: 0.9em;
	background-color: #666666;
	background-position: center;
	
	}
	
#thumbnailarea
{
	background-color: #b3b3b3;
	width: 746px;
	padding: 6px;
}

#footer
{
	border-top: dashed 1px #EFEFD6;
	padding-top: 1.0em;
	font-size: 1.0em;
	color: #AFA162;
	padding-left: 1.2em;
	clear: both;
}

#hlist  ul {
  float: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  width: 600px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
#hlist  li {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
}

.thumbnail {
	background-color: #b3b3b3;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.thumbnail:hover {
	border: solid #A1A1A1;
	background-color: #A1A1A1;
}

/* caption for centered 600 pixel photos */
#caption {
	width: 600px;
	padding-left: 150px;
	text-align: justify;
	
}

/* columns 1 and 2 */
#col1 {
	width: 300px;
	float: left;
	position: relative;
	margin-left: auto;
}

#col2 {
	width: 300px;
	float: left;
	position: relative;
	margin-left: auto;
}

.left
{
	width: 600px;
	float: left;
	position: relative;
}

.left p
{
	text-align: justify;
	margin-bottom: 2.0em;
	color: #000000;
}

.left h3
{
	font-size: 1.2em;
	border-bottom: dashed 1px #CECF8F;
	margin-bottom: 1.0em;
}


.right
{
	width: 180px;
	float: right;
	position: relative;
	margin-left: auto;
}

.right p
{
	text-align: justify;
	margin-bottom: 2.0em;
	color: #4F4F2B;
	font-size: .5em;
}

.right h3
{
	font-size: .5em;
	border-bottom: dashed 1px #CECF8F;
	margin-bottom: 1.0em;
}

.right ul
{
	list-style: none;
	line-height: 2.0em;
	margin-bottom: 2.0em;
	color: #197b30
}

.right li
{
	border-bottom: 1px dashed #99CC66;
}