body
{
	margin: 0;
	padding: 0;
	font: 13px/1.5 verdana, arial, helvetica, sans-serif;
	background-color:#006600;
}

a:link
{
	color:#006600;
}

a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}


p
{
	line-height: 130%;
	text-indent: 32px;
	letter-spacing: 1.4px;
}

h1
{
	text-align:center;
	text-transform: uppercase;
	font-size:42px;
}
	
tr.top
{
	background-image:url("images/border-top.png");
}
	
td
{
	vertical-align:top;
	padding: 0;
}
td.main
{
	background-color:white;
	height:500px;
	width:800px; 
	padding:12px;
	border-color:#006600;
	border-size:6px;
	border: 6px double #006600;
	line-height: 130%;
}


td.main hr
{
	color:#006600;
	background-color:#006600;
	height:4px;
}

td.main hr.short
{
	color:#006600;
	background-color:#006600;
	height:4px;
	width:400px;
}

td.main a
{
	color: #006600;
	text-decoration: none;
}
td.main a:hover
{
	color: #black;
	text-decoration: underline overline;
}	
td.top
{
	height:80px;
}
td.footer
{
	font-size: 11px;
}
td.sideLink
{
	padding:16px;
	font-size: 12px;
	border: 1px solid black;
	width: 130px;
}
td.sideLink ul
{
	padding-left:0px;
	list-style-type:none;
}

tr.link
{
	height: 30px;
	border:0px;
	border-collapse: collapse;
	color:white;
}

table
{
	border-collapse: collapse;
}

td.link
{
	width:88px;
	border:0px;
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
}

td.link a
{
	color: white;
}

td.link a.current
{
	font-variant:small-caps;
	font-weight:bolder;
}

td.link a:hover
{
	font-variant:small-caps;
	font-weight:bolder;
}

li
{
	list-style: none;
	padding-left:16px;
	letter-spacing: 1px;
}

p.hilight
{
	background-color: #ccffcc;
	padding: 6px;
}

p.bord
{
	border: medium solid red;
	text-align: center;
}