body {
display: block;
margin: 0;
background: #006699;
font: 80% verdana, arial, sans-serif;
}

#Title{
font-weight: bold;
font-size: 14pt;
padding-bottom: 10px;
}

#center{
margin-left: 10%;
margin-top: 10%;
}

img {
	behavior: url(http://eeswireless.com/iepngfix.htc);
}

#Banner{
position: relative;
top: -15px;	
}

#mainContent{
position: relative;
width: 800px;
height: 800px;
margin-left: auto;
margin-right: auto;

padding-top: 15px;

background-color: #99CCCC;

background-image: url('../images/backGroundelementGREEN.jpg');
background-repeat: no-repeat;
background-position: 0% 100%;
}

#footer{
position: relative;
width: 800px;
height: 37px;
margin-left: auto;
margin-right: auto;

background-image: url('../images/Footer.jpg');
}

#footerText{
font-family: verdana, "lucida console", sans-serif;
font-size: 10px;
text-align: center;
padding-top: 5px;
font-weight: bold;
}


#content{
margin-right: 20px;
font-family: verdana, "lucida console", sans-serif;
font-size: 10pt;
color: #663366;
height: 464px;
padding-top: 20px;
z-index: 2;
}

ul.bullet{
list-style-type: disc;
}

.floatRight{
float: right;	
}

.floatLeft{
float: left;	
}

.textIndent{
text-indent: 20px;	
}

#backGroundelement{
position: relative;
z-index: 0;
top: -200px;
}

/*start Menu*/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
width: 800px;
height: 40px;
z-index:100;
top: 90px;
left: 0px;
width: 100%; /* precision for Opera */
background-image: url('../images/menuBackground.jpg');
background-repeat: no-repeat;
}

#menuText{
width: 800px;
height: 42px;
padding-top: 10px;
padding-left: 90px;
}

#menu dl {
float: left;
width: 12em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: none;
border: none;
margin: 1px;
}

#menu dd {
display: none;
border: 1px solid gray;
background: #669999;
text-align: center;
}
#menu li {
text-align: left;
background: #669999;
padding-left: 5px; 
}
#menu li a, #menu dt a {
color: white;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #006699;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: red;
background-color: red;
padding: 5px;
border: 1px solid gray; 
}

/*end menu*/