body{
margin:0;
margin-top:15px;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 861px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border:1px solid black;
}

#topsection{
background: #ffffff;
height: 150px; /*Height of top section*/
border:7px solid #4a7585;
border-bottom:0px;
border-right:6px solid #4a7585;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#popupheader{
padding:10px;border:8px solid #4a7585;width:834px;border-top:none;margin-top:-15px;
}

#contentwrapper{
float: left;
width: 100%;
border-top:0px;
}

#contentcolumn{
/* margin: 8px 190px 8px 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
border:8px solid #4a7585;
background: #4a7585;
margin-top:-10px;
}

#leftcolumn{
float: left;
width: 8px; /*Width of left column in pixel*/
margin-left: -861px; /*Set margin to that of -(MainContainerWidth)*/
background: #4a7585;
}

#rightcolumn{
float: left;
width: 8px; /*Width of right column*/
margin-left: -8px; /*Set left margin to -(RightColumnWidth)*/
background: #4a7585;
}

#footer{
clear: both;
background: #4a7585;
color: #4a7585;
text-align: center;
font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:helvetica,arial;}


#footer a{
color: 
text-decoration: none;
}
#footer a:visited {text-decoration: none;color:#4a7585;;}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}

.picturebelowmenu{
margin-left:-11px;height:150px;margin-top:-23px;}

.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: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 104px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid white;
border-left-width: 0;
text-decoration: none;
text-align:center;
color: white;
font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:helvetica,arial;}
	

/*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;
background:#fff; /* Added this line */
}

/*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: 109px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
border: 1px solid white;
}

.suckertreemenu ul li a:hover{
background-color: #4A7585;
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%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */




/* Holly Hack for IE \*/
* html .suckertreemenu ul li ul li { float: left; height: 1%; } /* corrected to the proper level \*/
* html .suckertreemenu ul li ul li a { height: 1%; } /* corrected to the proper level \*/
/*

a.coming:after{ content: url("images/comingsoon.gif");} */

/*Default style for SPAN icons. Edit if desired: */

.iconspan{
float: left;
/*margin: 3px;
padding-bottom:15px;
padding-bottom:15px;*/
cursor:hand;
cursor:pointer;
font-weight: bold;
padding-right:10px;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
/* background-color: #EEF5D3;border: 1px solid black; */
font-weight: bold;
padding: 3px;
/*padding-bottom:15px;*/
}

div.eg-bar{
 width: 650px;
 margin-bottom:10px;
}

.icongroup1{
 width: 600px;
padding:10px;
padding-top:0px;


}