/* CSS Document */

body 
{ 
	margin: 0; 
	padding: 0px;
	text-align: center;
	background-color: #DEDEBD; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}

a:active, a:link, a:visited
{
	color: #360;
}

a:hover, a:hover:visited
{
	color: #900;
	text-decoration: none;
}

div#homecontainer
{
	width: 700px;
	text-align: left;
	background-color: white;
	padding: 0px;
	margin: 0px auto;
	margin-top: 75px;
}

div#hometop
{
	background: #DEDEBD url(/images/hometop.gif);
	height: 30px;
	display: block;
	margin: 0;
	padding: 0;
}

div#homebody
{
	
	height: 287px; 
	border-bottom: 3px solid #81B32B;
	border-right: 3px solid #81B32B;
	border-left: 3px solid #81B32B;
	padding: 0;
	margin: 0; 
}

div#apple
{
	margin: 0 8px 6px 8px;
	background: transparent url(/images/apple.jpg) no-repeat;
	height: 280px;
}

* html > div#apple
{
	margin: 0 8px 6px 6px;
}

html>div#apple
{
}

div#nameplate
{
	position: relative;
	top: 70px;
	left: 325px;
	width: 340px;
	background: transparent url(/images/nameplate.gif) no-repeat;
	padding-top: 125px;
	text-align: center;
}

#name
{
	margin-bottom: 70px;
}

div#subcontainer
{
	width: 700px;
	text-align: left;
	background-color: white;
	padding: 0px;
	margin: 65px auto;
}

div#sub
{
	background: #fff;
	border: 3px solid #81B32B;
	padding: 10px;
	margin: 0px; 
}

div#subnameplate
{
	background: #fff url(/images/background.gif);
	padding: 25px;
	margin-bottom: 10px
}

div.subnav
{
	padding: 0px;
	border-top: 1px solid #cc9;
	border-bottom: 1px solid #cc9;
	text-align: right; 
	display: block;
}

div#content
{
	margin: 30px 20px;
}	

.title
{
	color: #900;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 30px;
	display: block;
}

.bold
{
	font-weight: bold;
}

.subhead
{
	color: #666;
	font-size: 120%;
	font-weight: bold;
	margin-top: 38px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

.indent
{
	margin-left: 18px;
}

img.tnboards
{
margin-right: 15px;
}

