BODY {
	/*background: #0F1127;
	background:#555 url(tlo.png) repeat top left;*/
		background:#555 url(darkdenim3.png) repeat top left;
	/*background:#555 url(stars.jpg) repeat top left;*/
	color: #666666;
	font-family: Verdana, Tahoma, sans-serif;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 11px;
	
	
}
.home{
color: #FFFFFF;}
.home:hover{
color: #FFFFFF;}



.mypathway
{
	padding-left:3px;
	padding-bottom:3px;
}
ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 20px;
padding-left: 4px;
padding-top: 0px;
background-repeat: no-repeat;
background-position: 0px 3px;
}

.pagenav
{
	font-size:11px;
	font-weight:normal;
}
.componentheading
{
	background:#f4f8ff;
	height: 14px;
	margin-left:2px;
	padding:3px;
	border: 1px solid #000000;
	color: #354797;
	text-align: left;
	white-space: nowrap;
	font-family: Verdana, Arial;
	font-size:12px;
	font-weight:bold;
}


a.toclink:link, a.toclink:visited
{
	line-height:normal;
	font-size:11px;
	font-family:arial;
	color: #000000;
	text-decoration: none;
}

a.toclink:hover
{
	text-decoration: none;
}

table.contenttoc {
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}


table.contenttoc th {
	background: #f4f8ff;
	color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}


.button {
	margin-top:3px;
	margin-bottom: 3px;
	padding-left:5px;
	padding-right:5px;
	border:solid 1px #ADAA9C;
	background-color: #E1DECF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 10px;
}

.sectiontableheader
{
	background: #E1DECF;
	height: 20px;
	padding-right:3px;
	font-weight :bold;
}

table.contentpane td.contentdescription
{
	font-size:11px;
	line-height:18px;
}

table.contentpane td.componentheading
{
	background:#f4f8ff;
	height: 21px;
	padding-left:3px;
	border: 1px solid #0000FF;
	color: #838196;
	text-align: left;
	padding-bottom:3px;
	white-space: nowrap;
	font-family: Verdana, Arial;
	font-size:14px;
	font-weight:bold;
}

table.contentpane td
{
	padding-top:1px;
	padding-bottom:2px;
	font-size:11px;
}

a:link, a:visited {
	font-family: arial;
	color: #DE2351;
	text-decoration: line;
}
a:hover {
	text-decoration:none;
}	

table.contentpaneopen
{
	width:98%;
}

table.contentpaneopen td
{
	line-height:18px;
	font-size:11px;
}

table.contentpaneopen td.contentheading
{
	background:#7690A9;
	height: 30px;
	padding-left:15px;
	border: 0px dotted #000000;
	color: #FFF;
	text-align: left;
	white-space: nowrap;
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	border-bottom:0px dotted #000000;
}


a.sublevel:link, a.sublevel:visited {
	font-size: 9px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	vertical-align:middle;
	
}

a.sublevel:hover {
	text-decoration: none;
	font-weight: bold;

}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding-left:3px;
	padding-top: 5px;
	height: 16px;
	width:130px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #707bc1;

}


a.mainlevel:hover {
	text-decoration: none;
	border-bottom-color: #E6E6FD;
	color:#000000;
	font-weight: bold;
	text-align: left;
}

table.moduletable {
	width:100%;	
	margin-bottom: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	color: #000000;
	text-align: left;
	vertical-align:middle;
	padding-left: 16px;
	height: 25px;
	font-weight: bold;
	font-size: 11px;
}

table.moduletable td {
	margin-top:12px;
	padding-left:4px;
	font-size: 10px;
	margin: 10px;
	font-weight: normal;
}

td
{
	font-family: verdana, arial;
	font-size:10px;
	color:#3C3032;
}

.inputbox {
	font-size:10px;
	font-family:verdana;
	border:solid 1px #ADAA9C;
	background-color: #F3F0E1;
	
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #00ff00; overall menu background color*/
background: url(bg_02.gif)


}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;

width: 92px; /*Width of top level menu link items*/
padding: 1px 1px;

border-left:1px dotted black;
border-left-width: 1px ;
text-decoration: none;
color: #FFFFFF;
text-align: center;


}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 165px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border-bottom: 1px dotted black;
border-right: 1px dotted black;
background-color: #E6E6FA;
text-align: left;
}

.suckertreemenu ul li a:hover{
background-color: #989896;
color: white;

}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
/*background: #F3F3F3 url(arrow_r.gif) no-repeat center right;*/
background: url(bg_02.gif)
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3B3 url(arrow_r.gif) no-repeat 95% center;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 0.5em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

