body
{
	font-family: Arial, Verdana, sans-serif;
	background-color: #F2EEE4;
}
.cssOuter
{
	width: 950px;
	border: 1px solid black;
}
.tblMain
{
	width: 950px;
}
.cellMainHead
{
	background-image: url('../images/bg_head.jpg');
}
.cellMainNav
{
	height: 30px;
	background-color: #61A23E;
}
.cellMainBody
{
	background-color: white;
}
.tblHead
{
	width: 950px;
	height: 200px;
}
.cellHeadLeft
{
	width: 200px;
	font-family: Times;
	font-weight: bold;
	font-size: 110%;
	color: blue;
}
.cellHeadCenter
{
	width: 550px;
}
.cellHeadRight
{
	width: 200px;
	font-family: Times;
	font-weight: bold;
	font-size: 110%;
	color: blue;
}
.tblMainNav
{
	width: 950px;
	height: 30px;
	font-size: 90%;
	border: 1px solid #008800;
}
.cellMainNav
{
	text-align: center;
}
a.linkMainNav:link
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.linkMainNav:visited
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.linkMainNav:active
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.linkMainNav:hover
{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
a.linkHeader:link
{
	color: blue;
	text-decoration:none;
}
a.linkHeader:visited
{
	color: blue;
	text-decoration: none;
}
a.linkHeader:active
{
	color: blue;
	text-decoration:none;
}
a.linkHeader:hover
{
	color: blue;
	text-decoration: underline;
}

.tblBody
{
	width: 950px;
}

.cellBodyLeftNav
{
	width: 300px;
	background-color: #61A23E;
	vertical-align: top;
}
.cellBodyContent
{
	width: 650px;
	background-color: #FFE499;
	vertical-align: top;
}
.tblLeftNav
{
	color: white;
	width: 260;
	font-size: 80%;
}
.cellArrowhead
{
	text-align: right;
	background-color: #7CBA52;
	border-top: solid 1px #538333;
	border-left: solid 1px #538333;
	border-bottom: solid 1px #538333;
}
.cellLeftNav
{
	font-size: 90%;
	height: 35px;
	padding-left: 5px;
	background-color: #7CBA52;
	border-top: solid 1px #538333;
	border-right: solid 1px #538333;
	border-bottom: solid 1px #538333;
}
a.linkLeftNav:link
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.linkLeftNav:visited
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.linkLeftNav:active
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.linkLeftNav:hover
{
	font-weight: bold;
	color: white;
	text-decoration: underline;	
}
.imgLink
{
	border: 5px solid black;
}
.imgCover
{
	border: 2px solid black;
}
.tblContent
{
	font-size: 90%;
	width: 570px;
}
.content
{
	text-align: justify;
	line-height: 1.25;
}
.copyright
{
	color: #005500;
	font-size: 70%;
}
.gold
{
	color: #CC9900;
	font-style: italic;
	font-weight: bold;
}
a.gold:link
{
	text-decoration: none;
}
a.gold:visited
{
	text-decoration: none;
}
a.gold:active
{
	text-decoration: none;
}
a.gold:hover
{
	text-decoration: underline;
}
.80percent
{
	font-size: 80%;
}
.70percent
{
	font-size: 70%;
}




