body{
	background-color:#FFFFFF;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px
}

.td_Dot_Hor {
	background-image:url(../images/dot_hor.gif);
	background-repeat:repeat-x;
	background-position:center
}

.td_Dot_ver {
	background-image:url(../images/dot_ver.gif);
	background-repeat:repeat-y;
	background-position:center
}


.td_body {
	background-color:#FFFFFF;
	background-image:url(../images/table_bottom_bg.gif);
	background-repeat:repeat-x;
	background-position: bottom
}

.td_sky {
	background-image:url(../images/bg_sky.png);
	background-repeat:repeat-x;
	background-position: top
}


.td_green {
	background-image:url(../images/green_background.gif);
	background-repeat:no-repeat;
	background-position:top
}

/* Body Text Styles */

.body_text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #855c33;
	line-height:1.4em
}
a.body_text:link {
	color: #855c33;
	text-decoration:none;
}
a.body_text:visited {
	text-decoration:none;
	color: #855c33v;
}
a.body_text:hover {
	text-decoration:underline;
	color: #990000;
}
a.body_text:active {
	text-decoration:none;
	color: #855c33;
}

.body_text_Maroon {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	line-height:1.4em
}
a.body_text_Maroon:link {
	color: #990000;
	text-decoration:underline;
}
a.body_text_Maroon:visited {
	text-decoration:underline;
	color: #990000;
}
a.body_text_Maroon:hover {
	text-decoration:none;
	color: #FF6600;
}
a.body_text_Maroon:active {
	text-decoration:none;
	color: #990000;
}


.body_text_Black {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:1.4em
}

a.body_text_Black:link {
	color: #000000;
	text-decoration:none;
}
a.body_text_Black:visited {
	text-decoration:none;
	color: #000000;
}
a.body_text_Black:hover {
	text-decoration:underline;
	color: #CC0000;
}
a.body_text_Black:active {
	text-decoration:none;
	color: #000000;
}


.body_text_Green {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #009933;
	line-height:1.4em
}

a.body_text_Green:link {
	color: #009933;
	text-decoration:none;
}
a.body_text_Green:visited {
	text-decoration:none;
	color: #009933;
}
a.body_text_Green:hover {
	text-decoration:underline;
	color: #FF9900;
}
a.body_text_Green:active {
	text-decoration:none;
	color: #009933;
}


/* Title Text Styles */

.title_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00FFFF;
}

.title_text_Brick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000
}
a.title_text_Brick:link {
	color: #CC0000;
	text-decoration:none;
}
a.title_text_Brick:visited {
	text-decoration:none;
	color: #CC0000;
}
a.title_text_Brick:hover {
	text-decoration:underline;
	color: #FF9900;
}
a.title_text_Brick:active {
	text-decoration:none;
	color: #CC0000;
}


.title_text_Maroon {
	font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 21px;
	font-weight: normal;
	color: #990000
}

.title_text_Brown {
	font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 21px;
	font-weight: normal;
	color: #996600
}

.title_text_Black {
	font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 21px;
	font-weight: normal;
	color: #333333
}


/* Arrow Style */
.arrow_Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #009900;
	line-height:1.5em
}


.arrow_Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0066cc;
	line-height:1.5em
}

.arrow_Orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	line-height:1.5em
}

.arrow_Black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height:1.5em
}


/* Form Style */

.form_style_1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #000000 ; 
	border: #dadada; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}


.form_DropDown { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #333333;
}

/* Image Style */

.image_border {
	border: #f3efe7;
	border-style: solid;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color:#FFFFFF;
}


/*Outermost DIV for thumbnail viewer*/
#thumbBox{ 
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

/*Footer DIV of thumbbox that contains "close" link */
#thumbBox .footerbar{ 
font: bold 16px Arial;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

/*DIV within thumbbox that holds the enlarged image */
#thumbBox #thumbImage{ 
background-color: white;
}

/*DIV for showing "loading" status while thumbbox is being generated*/
#thumbLoading{ 
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


/*TREE MENU*/
.treeview ul{
margin: 0;
margin-left: 20px;
padding: 5px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 20px;
margin-left: -25px;
margin-bottom: 5px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}