body
{
	font-family: "Times New Roman", "Times", serif;
	font-size: 15px;
	background-color: #fff;
	color: #000;
	margin: 0;
	margin-top: 8px;
	padding: 0;
}

#homepic
{
	border: 8px solid #718da5;
}

h1
{
	margin-top: 0px;
	font-weight: normal;
	font-family: serif;
	font-size: 35px;
}

h2
{
	margin-top: 0px;
	font-family: serif;
	font-size: 17px; 
	line-height: 19px;	
}

#sidebar
{
	position: absolute; 
	top: 10px; 
	left: 420px; 
	border: 1px solid #999; 
	padding: 10px; 
	width: 150px; 
	font-size: .8em; 
	line-height: 1.2em; 
	margin-bottom: 25px;
}


h3
{
	margin-top: 0px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

h4
{
	margin-top: 0px;
	margin-bottom: 0;
}


#links a, #links #nolink
{
	padding-left: 4px;
	padding-right: 4px;
}

.in
{
	margin-left: 15px;
}

#main
{
	background-color: #fff;
	padding: 10px;
	padding-bottom: 50px;
	border: 8px solid #fff;
	width: 382px;
	margin: 0 auto;
	line-height: 22px;
	position: relative;
}

#main td
{
	line-height: 16px;
}


#bottomFrame {
	height: 20px;
	background-color: #eee;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  }
/* hide from mac ie5 \*/
#bottomFrame {
  position: absolute;
  }
/* end hide from mac ie5 */
html>body #bottomFrame {
  position: fixed;
  }
  



a
{
	color: #030;
	text-decoration: underline;
}
a:visitied
{
	color: #060;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

#main a:hover
{
	background-color: #ddd;
}

blockquote
{
	margin-top: 0px;
	margin-left: 0px;
	color: #333;
	font-family: sans-serif;
	font-size: 11px;
}

blockquote blockquote
{
	margin-left: 0px;
}

.twisty:hover {
  background-color: #f0f0f0;
  border: 0px solid #e0e0e0;
  margin-left: 0px;
}

.collapsible {
margin-top: 5px;
}

.collapsible a:link {
  color: #666666;
}

.collapsible a:hover {
  color: #666666;
  background-color: #f0f0f0;
  text-decoration: underline;
}


.collapsible a img {
  border: none;
  float: left;
}

.collapsible>div{
  border-left: 1px dashed #c0c0c0;
  margin: 2px;
}

.collapsible>div>div{
  padding: 6px;
}

.collapsible a {
  color: #3465a4;
  text-decoration: none;
  font-weight: bold;
}


img
{
	display: block;
}

