/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/
a:link {
	color:#063;
	font-weight: bold;
	text-decoration: underline;
}	
a:visited {
	font-weight: bold;
	color: #063;
	text-decoration: underline;
}
a:active,
a:hover {
	color:#044FD9;
	text-decoration: none;
	font-weight: bold;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	vertical-align: top;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #91B1B9;
}
h1 {
	color:#006633;
	margin: 0px 0px 14px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
h2 {
	color:#000000;
	margin: 0px 0px 14px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
h3 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DAAE6D;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 6px;
	color: #996600;
	font: bold 11px Arial, Helvetica, sans-serif;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.special a:link {
	color: #A58123;
	background: #000;
	font: bold normal 9px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-right: 10px;
}

.special a:visited {
	color: #A58123;
	background: #000;
	font: bold normal 9px Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

.special a:hover {
	color: #EEDDAE;
	background: #000;
	font: bold normal 9px Arial, Helvetica, sans-serif;
	margin-right: 10px;
}


.special a:active {
	color: #A58123;
	background: #000;
	font: bold normal 9px Arial, Helvetica, sans-serif;
	margin-right: 10px;
}


/**************************************************/
/*	LAYOUT DIVS AND TABLES						  */
/**************************************************/

/***** BODY *****/

.contentCells {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #EBE0CE;
	font-family: Arial, Helvetica, sans-serif;
}

.contentCellsPadding {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px 15px;
	background-color: #EBE0CE;
}
.contentCellsPaddingNoLines {
	border-bottom: 0px;
	border-right: 0px;
	padding: 10px 15px;
	background-color: #EBE0CE;
	font-family: Verdana, Geneva, sans-serif;
}


/***** TOP LAYOUT *****/


/***** HEADER AND MENU *****/

td#menucell {
	width: 125px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	background-image: url(fw/menubg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


/***** MISC *****/


div#copyright {
	color:#A58123;
	font-size: 9px;
	line-height:11px;
	text-align:right;
	padding: 0px;
	margin: 0px;
}
div#copyright a {
	color:#A58123;
	font-weight: normal;
	text-decoration: underline;
	font-size: 9px;
}

div#browncell {
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A58123;
	border-bottom-color: #A58123;
	background-color: #D8C4A0;
	width: 199px;
	padding: 10px 0px;
	height: 100%;
	display: block;
}
.contentCellsPaddingSubpages {
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	padding: 10px 15px;
	background-color: #EBE0CE;
	width: 605px;
}
td#greenline {

	background-color: #012614;
	height: 12px;
	width: 100%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}
.imgLeftAlign {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 0px;
	display: inline;
	float: left;
	border: 1px solid #000000;
}
.imgRightAlign {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 12px;
	display: inline;
	float: right;
	border: 1px solid #000000;
}
.imgLeftAlignNoBorder {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 0px;
	display: inline;
	float: left;
}
.imgRightAlignNoBorder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 12px;
	display: inline;
	float: right;
}

.imgWithBorderOnly {
	border: 1px solid #000000;
}
.formrow1 {
	border-top: 1px solid #DAAE6D;
	border-right: none;
	border-bottom: 1px solid #DAAE6D;
	border-left: none;
}
.formrow2 {
	border-top: none;
	border-right: 1px solid #DAAE6D;
	border-bottom: none;
	border-left: 1px solid #DAAE6D;
}
.linkpad {
	padding-left: 15px;
}
.listing {
	border-bottom: 0px;
	border-right: 0px;
	padding: 0px 5px;
	background-color: #EBE0CE;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1em;
	color: #000;
	display: block;
	list-style: disc outside;
	font-style: normal;
}

/***** END TREE SYSTEM *****/


/***** TREE SYSTEM *****/
table#treetable {
	font-size: 12px;
}
table#treetable th {
	border-bottom:1px solid #666;
	text-align:left;
}
table#treetable td {
	white-space:nowrap;
}
td.treesystem {
	padding:2px 17px 0px 0px;
	background-repeat:no-repeat;
	
}
td.treebranchT {
	background-image:url(fw/tree_branch_t.gif);
}
td.treebranchL {
	background-image:url(fw/tree_branch_l.gif);
}
td.treebranchS {
	background-image:url(fw/tree_branch_s.gif);
}
td.treebranchi {
	background-image:url(fw/tree_branch_i.gif);
}
td.treepage {
	background-image:url(fw/tree_branch_page.gif);
}
td.treefold {
	background-image:url(fw/tree_branch_fold.gif);
}
td.treeroot {
	font-weight:bold;
}
.c8 table tr .c9 #copyright a .special {
	font-size: 9px;
}

