/* CSS Document 
*{
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0px;
}*/
/********** LAYOUT ELEMENTS *********/
#topbar{
height:64px;

}

#banner{
margin-bottom:3px;

}

#content{
width:870px;
background-color:#001621;
}

#menucont{
background-image:url(../images/menubg.gif);
height:48px;
margin-bottom:3px;
font-family:"Bell MT";
font-size:17px;

}
#bottombar{
background-image:url(../images/bottomglow.png);
height:82px;
width:870px;
float:left;

}

#leftside{
float:right;
vertical-align:middle;
text-align:left;
overflow-y:auto;
overflow-x:none;
padding-left:0px;
margin-top:10px;
padding-bottom:10px;
padding-right:10px;
width:380px;
height:430px;
background-color:#16262d;
color:#8a989f;
font-size:9pt;
font-weight:500;
line-height: 20px;
}

#leftmain{
float:left;
height:485px;
width:390px;
padding:15px;
background-color:#16262d;
color:#ffffff;
font-weight:bold;
text-align:left;
}

#rightside{
float:right;
width:450px;
height:515px;
text-align:center;
background-color:#001621;
/*background-image: url("../images/Australia map.png");*/
background-repeat: no-repeat;
background-position: bottom;
}

#leftcolum{
background-image:url("../images/leftside.gif");
background-repeat:repeat-y;
height:900px;

}

#rightcolumn{
background-image:url("../images/rightside.gif");
background-repeat:repeat-y;
height:900px;
}

body{
margin-top:0;
font-family:Tahoma;
background-color:#999999;
scrollbar-face-color:#4f6571;
SCROLLBAR-ARROW-COLOR:#16262d;
SCROLLBAR-BASE-COLOR:#16262d;
SCROLLBAR-SHADOW-COLOR:#16262d;
SCROLLBAR-DARKSHADOW-COLOR:#16262d;
SCROLLBAR-HIGHLIGHT-COLOR:#16262d;
SCROLLBAR-3DLIGHT-COLOR:#16262d;
SCROLLBAR-TRACK-COLOR:#0f1a1f;
}

#smallgap{
height:4px;
font-size:4px;

}
#smallgap1{
height:4px;
font-size:4px;

}

/******** END LAYOUT ELEMENTS *******/

/******** FORMATTING ELEMENTS *******/

td.menuitems{
width:20%;
text-align:center;
height:48px;
border:none;
padding:0px;
}

table.menutable{
border:none;
padding:0px;
vertical-align:middle;
height:48px;
width:870px;

}

a.menulink{
color:#d2ab9a;
font-weight:bold;
text-decoration:none;
}

a.menulink:hover{
color:#FFFFFF;
text-decoration:underline;
}

#leftside a, #leftside a:visited {
color:#8a989f;
}


#leftside a:hover{
color:#FFFFFF;
}

hr{
color:#8a989f;
}

.activelink{
text-decoration:underline;
color:#FFFFFF;
}