body
{
	background-color: #B48E56;
	margin:0px;
	padding: 0px;
	text-align: center;
}
a, a h2
{
	color: #992900;
	font-weight: bold;
}
a:visited
{
	color: #992900;
}
body, td
{
	font-family:  Arial;
	font-size: 10pt;
	line-height: 1.3em;
}
#outsidecontainer
{	
	margin: auto auto;
	width: 700px;
	text-align: left;
	padding: 10px;
	background-color: #fff;

}
table.contenttable
{
	width: 100%;

}
td.header
{
	text-align: center;
}

td.lhs .photo
{
	margin-top: 30px;
}
td.lhs
{
	padding: 20px;
	padding-right: 10px;
	vertical-align: top;
	width: 130px;
}
td.lhs ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 3px;
}
td.lhs ul ul
{
	list-style-type: none;
	margin-left: 5px;
	padding-left: 3px;
	padding-top: 7px;
}
td.lhs li
{
	padding-bottom: 5px;
}
td.lhs a
{
	font-weight: bold;
	font-size: 11px;
}
td.lhs ul ul a
{
	font-weight: normal;
}

td.content
{
	background-color: #fff;
	vertical-align: top;
	padding: 40px;
	padding-left: 10px;
	padding-top: 10px;
}

td.footer
{
	padding: 10px;
}
.content h1
{
	font-size: 27px;
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	background-image: url(/images/MiniCat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	line-height: 30px;
}
.content h2
{
	font-size: 23px;
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	background-image: url(/images/MiniCat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-top: 4px;
	line-height: 28px;
}

.content h3
{
	font-size: 17px;
	font-family: Georgia;
	margin-bottom: 5px;
	margin-top: 10px;
}
p
{
	margin-bottom: .75em;
	margin-top: .25em;
	line-height: 150%;
}

td.content h1, td.content h2, td.content h3
{
	color: #666;
}

td.content li
{
	padding-bottom: 1em;
	list-style-type:circle;
}
.content table
{
	margin-bottom: 1em;
}
.content .ad
{
	float: left;
	margin-right: 10px;
	margin-left: -3px;
	margin-top: 0px;
}


.catnames td
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
}


/* ADSENSE TAGS */
.ad
{
	width: 135px;
	padding: 0px;
}

.ad .adsbygoogle
{
	font-size: 12px;
	color: #000;
}

.ad .text
{
	font-size: 11px;
	color: #000;

}

.ad .url
{
	font-size: 11px;
	color: #666;
}

.ad .bg
{
	background-color: #fff;
}

.ad .link
{
	color: #995B00;
	text-decoration: underline;
}
.content li
{
	padding-bottom:15px;
}
/* MENU RELATED STYLING 
http://alistapart.com/articles/dropdowns/
*/
#menu
{
  z-index: 100;
}
#menu ul
{
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 100;
}

#menu li {
  float: left;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  z-index: 100;
  }
  
#menu li ul {
  display: none;
  position: absolute; 
  top: 10px;
  left: 0;
  z-index: 110;
  }
#menu li > ul {
  top: auto;
  left: auto;
  z-index: 100;
}
#menu li li
{
  border: 0px;
  border-bottom: 1px solid #999;
  padding: 0px;
  z-index: 110;
}
#menu li li a
{
    font-weight: normal;
    display: block;
    width: 150px;
    padding: 8px;
    float: left;
    border-right: 1px solid #992900;
    text-decoration: none;
}
#menu li li a:hover
{
    text-decoration: underline;
    background-color: #992900;
    color: #fff;
}

#menu li:hover ul, #menu li.over ul  {
    display: block; 
    border-left: 1px solid #992900;
    border-top: 1px solid #992900;
    width: 150px;
    margin-top: 8px;
    margin-left:-9px;
}
#menu li.over ul 
{
    margin-left:-1px;
    margin-top: 19px;
}