body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
text-align: center;
}

#top{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 120px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
color: white;
padding-top: 5px;
}

#menu{
position: relative;
top: 120px !important;
top: -10px;
width: 100%;
height: 30px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: url(images/black_bar.gif);
color: white;
}


#maincontent{
position: fixed;
top: 150px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto;
background: #fff;
}

#maincontent2{
width: 780px;
border: 0px solid #ff0000;
margin: 0 auto;
background: #fff;
padding: 10px;
text-align: left;
}

* html body{ /*IE6 hack*/
padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}

A.menulink {
display: block;
width: 117px;
height: 19px !important;
height: 24px;
text-align: center;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #ffffff;
BORDER: none;
border: solid 1px #ffffff;
padding-top: 4px;
background: url(images/button.gif);
}

A.menulink:hover {
border: solid 1px #000000;
background: url(images/button.gif);
text-decoration: underline;
color: #DD09DD;
border: solid 1px #DD09DD;
}

.sector_text {
  border: 0px solid #fafafa;
  width: 580px;
  margin-left: 200px;
  margin-top: -35px;
}


#footer {
height: 20px !important;
height: 60px;
padding-top: 20px;
width: 780px;
margin: 0 auto;
text-align: center;
font: normal 11px 'arial',Verdana,sans-serif;
}

#footer a{
  text-decoration: none;
  color: #000000;
}

.roundcont {
	width: 780px;
	background-color: #E4D1ED;
	color: #000000;
    font: normal 14px 'arial',Verdana,sans-serif;
    line-height: 18px;
}

.roundcont p {
	margin: 0 10px;
    padding: 15px;
}

.roundcont hr {
    background-color: #660066;
    color: #660066; /* HR Colour setting for IE7 */
    width: 740px;
    text-align: center; /* Alignment setting for IE7 */
}

.roundtop {
	background: url(images/tr.jpg) no-repeat top right;
}

.roundbottom {
	background: url(images/br.jpg) no-repeat top right;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.heading {
    font: bold 18px 'arial',Verdana,sans-serif;
}

#float-right{
  top: 5px;
  right: 0px;
  position: absolute;
}

#float-left{
  top: 5px;
  left: 0px;
  position: absolute;
}

