/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font: verdana, arial, helvetica, sans-serif;
	text-align: left;
	background-image: url("images/background_row.gif");
	background-repeat: repeat-y;
}
#header
{
	border: 1px solid #000000;
	background-image: url("images/topper2.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 119px;
	}
	
#mainTop
{	margin: 0;
	padding: 0;
}
#mainnav
{
	height: 26px;
	background-color: #FDE51B; /* yellow */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 10px;
	font-weight: bold;
	background-color: #FDE51B; /* yellow */
}
#mainnav a:link, #mainnav a:visited {
	color: #000;
	text-decoration: none;
}
#mainnav a:hover, #mainnav a:active  {
	color: #000;
	text-decoration: underline;
}
#breadcrumb
{
	background-color: #dfded6; /* ivory */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 16px;
	padding-left: 16px;
	height: 26px;
	margin-top: 2px;
	padding-top: 2px;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #000;
	text-decoration: none;
}
#breadcrumb a:hover, #breadcrumb a:active  {
	color: #000;
	text-decoration: underline;
}

#menu
{
	valign: top;
	width: 140px;

	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-right-color: #000000;
	border-bottom-color: #ffffff;
	border-left-color: #000000;
	margin-top: 140px;
	padding-top: 140px;
	background-repeat: no-repeat
}
	
#content	
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 30px;
	padding: 30px;
	background-color: #FFFFFF;
}

#footer	
{
	background-color: #369541;
	border: solid #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 16px;
	padding: 16px;
	color: #FFFFFF;
}
h1 {
	font-family: verdana, helvetica, arial, sans-serif;
	color: #33A54A;
	font-size: 20px;
	/*/*/font-size: 130%;/* */
}
h2 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 16px;
	/*/*/font-size: 100%;/* */
	}
p, ul, ol, td {
	font-family: verdana, Arial, Helvetica, sans-serif;
}
.menutext p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 2px;
	line-height: 1.5;
	padding: 2px 6px;
}
.menutext a:link {color: #369541; text-decoration: none} /* green */
.menutext a:visited {color: #369541; text-decoration: underline} /* green */
.menutext a:hover {color: #369541; text-decoration: underline} /* green */
.menutext a:active {color: #369541; text-decoration: underline} /* green */

.pviimenudiv td {font-family: verdana, Arial, sans-serif; font-size: 10px}
.pviimenudiv p {font-family: verdana, Arial, sans-serif; font-size: 10px; margin-top: 12px;}
.pviimenudiv b {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #369541}
.pviimenudiv a:link {color: #333333; text-decoration: underline}
.pviimenudiv a:visited {color: #666666; text-decoration: underline}
.pviimenudiv a:hover {color: #369541; text-decoration: underline}
.pviimenudiv a:active {color: #000000; text-decoration: underline}

.datatable {
	font-size: 12px;
	padding: 2px;
	margin: 0;
	/*/*/font-size: 70%;/* */
}
.datatable th {
	color: #369541;
	bgcolor: #369541;
	border: 1px solid #369541;
	padding: 2px;
	margin: 0;
}
.datatable td {
	border: 1px solid #999;
	padding: 2px;
	margin: 0;
}
.cellinfo {
	border: 1px solid #999;
	padding: 0 2px;
	margin: 0;
}
.datatable a {color: #000; 
	/*/*/text-decoration: none; 
	background-color: #ebeae6; /* */
}
.datatable a:hover, a:active {
	/*/*/text-decoration: none; /* */
	/*/*/background-color: #fff; /* */
