body	{background-color: #ffffff ;}

.maintbl	{background-color: white ;
		border-top: 0px;
		border-left: 2px solid #cbcc99;
		border-right: 2px solid #cbcc99;
		border-bottom: 2px solid #cbcc99; }

.head table {border: 0 0 0 0; }

.footer {font-family: arial;
		color: #818B93;
		font-size: 8pt; 
		text-align: center;}		

.footer	A:link {text-decoration: none;
		color: #818B93; }
				
.footer	A:visited {text-decoration: none; 
		color: #818B93; }
				
.footer A:active {text-decoration: none;
		color: #818B93; }
				
.footer A:hover {text-decoration: underline; 
		color: #818B93; }

.header	{background-color: #333E45;
		border-bottom: #cb7501 5px solid;
		border-top: #152733 15px solid; 
		align: center;}
		
.headline {color: #152733;
		font-family: arial;
		font-size: 10pt; 
		font-weight: bold;
		text-transform: uppercase; }
		
.memtxt {font-size: 9Pt;
		font-family: arial; 
		padding-left: 15px;
		text-indent: -15px;
		color: #152733; 
		margin-left: 40px; } 

.menu	{
		border: 0;}

.name {color: #152733;
		font-family: arial;
		font-size: 17pt;
		font-weight: bold; }
		
.photo	{border: 1px solid #152733;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0; }

.pic	{border: 1px solid #152733; 
		float: right;
		margin-right: 50px;
		margin-bottom: 50px;
		margin-left: 30px;
		padding: 0;  }
		
.text	{color: #152733;
		font-family: arial;
		font-size: 10pt; 
		padding-left: 35px;
		padding-right: 35px;
		padding-bottom: 40px;
		padding-top: 25px; 
		align: left;}

.textpartners	{color: #152733;
		font-family: arial;
		font-size: 10pt; 
		padding-left: 300px;
		padding-right: 35px;
		padding-bottom: 40px;
		padding-top: 25px; }
.MsoTitle 	{
	margin:0in;
	margin-bottom:.0001pt;
	text-align:center;
	font-size:12.0pt;
	font-family:"Times New Roman";
	font-weight:bold;
}
.MsoBodyText2
	{margin:0in;
	margin-bottom:.0001pt;
	text-align:justify;
	font-size:11.0pt;
	font-family:"Times New Roman";}
.font24 {
	font-size: 24pt;
}
.font18 {
	font-size: 18pt;
}
.font14 {
	font-size: 14pt;
}
.font10 {
	font-size: 10pt;
}
.font14heading {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.buttonTable {
	border-top: 3px solid #D8D8D8;
	border-left: 3px solid #D8D8D8;
	border-right: 3px solid #464646;
	border-bottom: 3px solid #464646;
	padding: 0px;
	margin: 0 auto;
}
.buttonTable td {
	padding: 1px;
	margin: 0px;
	text-align: center;
	border: 1px solid #666666;
	background-color: #C0C0C0;
}
a.menu {
	color: #666666;
	text-decoration: none;
}
a.menu:link {
	color: #666666;
	text-decoration: none;
}
a.menu:visited {
	color: #666666;
	text-decoration: none;
}
a.menu:active {
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	color: #ffffff;
	text-decoration: none;
}
		
/*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: #cbcc99; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 160px; /*Width of top level menu link items*/
padding-top: 6px;
padding-bottom: 6px;
padding-left: 0;
padding-right: 0;
border-left-width: 0;
text-decoration: none;
color: #152733;
font-weight: bold;
font-size: 8pt;
font-family: arial;
text-transform: uppercase;
}
	
/*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: 160px; /*width of sub menu levels*/
background-color: #ecf1d2;
color: #cb7501;
font-family: arial;
font-weight: bold;
font-size: 8pt;
text-decoration: none;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0;
padding-right: 0;
text-transform: uppercase;
}

.suckertreemenu ul li a:hover{
background-color: #afb165;
color: white;
}



* 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 */