body {
  margin: 0;
  padding: 0em;
  min-width: 50em;
  font-size: 12px;
  line-height: 1.5em; /* 18px [2] */
  background: white;
  color: black;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}
a:link	{color: #DDDDDD; text-decoration: none; font-weight: bold;}
a:visited	{color: #DDDDDD; text-decoration: none; font-weight: bold;}
a:hover	{color: #00DD00; text-decoration: none;}

.newshead {
	font-weight: bold;
	font-family: courier, times, times new roman, serif;
}

.news {
	font-family: times, times new roman, serif;
	text-indent: 15pt;
}

#container
{
width: 700px;
margin: auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
}

#top
{
	background: transparent url(thanley2p.gif) no-repeat top left;
	margin-top: 0px; 
	width: 700px; 
	height: 210px; 
	float: left;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 150px;
margin: 0;
padding: 1em;
}

#content
{
margin-left: 170px;
border-left: 1px solid gray;
padding: 1em;
max-width: 36em;
}

#content1 a:link {
color: #666666;
}
#content1 a:visited {
color: #666666;
}
#content1 a:hover     {
color: #00DD00;
}


#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
font-size: 10px;
border-top: 1px solid gray;
}

#nav {
	background: transparent url(images/buttonbg.gif) no-repeat top left;
	margin-top: 5px;
	margin-left: 15px; 
	width: 120px; 
	height: 35px; 
	float: center;
	line-height: 35px;
}

#next {
	background: transparent url(images/button_next.gif) no-repeat top left;
	margin-top: 5px;
	margin:0 auto;
	width: 130px; 
	height: 35px; 
	float: center;
	line-height: 35px;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

input,select,textarea {
     border-style:outset;
     border-color:#999999;
     border-width:1px;
     background-color:#F9F9F9;
     color : #000000;
     font-size: x-small;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     cursor: hand;
}
form {
     background-color:#FFFFFF;
     font-size: x-small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
input,select,textarea {
     border-style:outset;
     border-color:#999999;
     border-width:1px;
     background-color:#F9F9F9;
     color : #000000;
     font-size: x-small;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     cursor: hand;
}
.button_off {
     border-style:outset;
     border-color:#CCCCCC;
     border-width:1px;
     background-color:#333333;
     color : #DDDDDD;
     font-weight:bold;
     font-size: small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
     cursor: hand;
}
.button_on {
     border-style:outset;
     border-color:#00DD00;
     border-width:1px;
     background-color:#333333;
     color : #00DD00;
     font-weight:bold;
     font-size: small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
     cursor: hand;
}

