body {
	background-color:#ECECEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#watermark {
	background-image: url(ggimages/watermark.gif);
	background-repeat: no-repeat;
	z-index: -1;
	position: relative;
	left: 50%;
	top: 50%;
}

.movehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 22px;
	top: 117px;
	right: auto;
	bottom: auto;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.movetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.ctrhead {
	font-size: large;
	font-weight: bold;
	text-align:center
}

.ctrtext {
	font-size: small;
	text-align:center;
	font-weight:normal;
}

.smlctrhead {
	font-size: small;
	font-weight: bold;
	text-align:center
}

.lefthead {
	font-size: large;
	font-weight: bold;
	text-align:left
}

.lefttext {
	font-size: small;
	text-align:left
}



.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align:center
	
}
.bulletpoint {
	list-style-position: outside;
	list-style-type: disc;
	margin: 4px 0px 0px;
	
}
.lborder {
	background-color: #0000FF;
	background-image: url(ggimages/border.gif);
	background-repeat: repeat-y;
	background-position: center;
	border-left-width:thick;
	border-left-style: double;
	border-left-color: #333333;
	font-size: 5px;
	width: 12px
}
.rborder {
	background-color: #0000FF;
	background-image: url(ggimages/border.gif);
	background-repeat: repeat-y;
	background-position: center;
	border-right-width: thick;
	border-right-style: double;
	border-right-color: #333333;
	font-size: 5px;
	width: 12px
}

.ggllpmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ggllpmenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.ggllpmenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*sub level menu*/
.ggllpmenu 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)*/
.ggllpmenu ul li ul li{
display: list-item;
float: none;
}

/* Sub level menu links style */
.ggllpmenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.ggllpmenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.ggllpmenu .mainfoldericon{
background: #F3F3F3 url(ggimages/arrow-down.gif) 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;
}


