body, div, p, table, tr, th, td, li, dd, h5, h6, h7, input, select {
	font-family: Verdana, sans-serif;
font-size: 10pt;
color:#333333;


}

p
{

margin-bottom:10px;
margin-top:0px;

}

h1 {
font-size: 18pt;
font-family: Tahoma, sans-serif;
font-weight: bold;
color:#663399;
margin-top:20px;
margin-bottom:0px;
}


h2 {
font-size: 10pt;
font-family: Tahoma, sans-serif;
font-weight: bold;
color:#663399;
margin-bottom:0px;
}

h3 {
font-size: 10pt;
font-family: Tahoma, sans-serif;
font-weight: bold;
color:#333333;
margin-bottom:0px;
}


h4 {
font-size: 8pt;
font-family: Verdana, sans-serif;
font-weight: bold;
color:#333333;
margin-bottom:0px;
}



#Wrapper {
        text-align:left; 
        font-size: 10px;
	width: 944px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
        border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}



/* Banner */

#Banner {
        width:100%;
	margin-bottom: 2px;
	height: 25px;
	background-color: #dedede;
padding-left:10px;
}

#Banner  a{
	vertical-align: middle;
	text-decoration: none;
	color: #000000;
	
}


#Banner ul {
float:right;
padding-right:10px;
	
}

#Banner li {
	display: inline;
	list-style-type: none;

}

#Banner  li a {
	vertical-align: middle;
	text-decoration: none;
	color: #000000;
	
}

#Header {
width:100%;
height:0px;
border-bottom: 1px solid #000000;
}


#Header .logo {
width:200px;
padding-left:10px;
padding-right:10px;
}



.breadcrumb{
	vertical-align: middle;
	text-decoration: none;
	color: #000000;
	
}



#Menu{
width:750px;
}



#Nav {
width:760px;
padding-left: 50px;

height: 62px;
font-size: 110%;
}




.suckertreemenu ul{

margin: 0;
padding: 0;
list-style-type: none;
font-family: arial, sans-serif;
font-size: 110%;
font-weight: bold;
}













/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #  ; overall menu background color*/
}





/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*Width of top level menu link items*/
padding: 1px 60px 1px 0px;
border-left-width: 0;
text-decoration: none;
color: white;
}


	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0px;
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;
background-color: #BCD331;

}



/*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;
background-color: #BCD331;
}



/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 140px; /*width of second menu levels*/
background-color: #BCD331;
color: black;
text-decoration: none;
padding: 1px 2px;

}



.suckertreemenu ul li a:hover{
text-decoration: underline;
color: white;
}



/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background:  url(/_content/55193) no-repeat center right;
}




/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background:  url(/_content/55193) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}


	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */




#Main { 
width:955px;
background-color:white; 
padding: 10px;

}











#Main a {
	color: #333333;
}

#Main a:hover {
	color: #663399;
}

#Main ol {
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

#Main li {
	margin-bottom: 1em;
	margin-left: 2em;
	
	list-style-position: 1em;
}


#Main li a {
	text-decoration: none;
}


.sidebar { width:140px;
background-color:#ffffff; 
border-left: 1px dotted #000000;


}


#Footer {
   width:100%;
   background-color:white;
border-top: 1px solid #000000; 
}