body{
color: #000;
background-color: #ccc;
font: small/2em  tahoma, verdana, sans-serif;
margin: 0px;
padding: 0px;
}

#container{
width: 780px;
margin: auto;
margin-top: 0px;
background: #fff;
border: 1px solid #000;
}

a{
text-decoration: none;
}

a:link{
color: #00f;
font-weight: normal;
}
a:visited{
color: #00f;
font-weight: normal;
}
a:active{
color: #00f;
font-weight: normal;
}

a:hover{
color: #000;
}

#header{
width: 780px;
height: 125px;
position: relative;
border: 0px solid #f00;
top:0px;
}

#strap{
width: 780px;
height: 30px;
background: #7e8ea1;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

#body{
position: relative;
width: 780px;
background: #bab866;
padding: 0px;
margin: 0px;
}

/* commented backslash hack \*/
#body {
	height: 500px;
}
/* end hack */
html>body #body {
	height: auto;
	min-height: 500px;
}

#content{
width: 519px;
margin-left: 250px;
background-color: #FFF;
border-left: 1px solid #000;
padding: 5px;
line-height: 12pt;
}

#content {
	height: 500px;
}
/* end hack */
html>body #content {
	height: auto;
	min-height: 500px;
}

#leftbar{
position:absolute;
top: 0px;
left: 0px;
width: 250px;
}

#footer{
width: 780px;
background: #5e6a7c;
color: #fff;
text-align: right;
line-height: 50px;
border-top: 1px solid #000;
}

#footer a{
color: #fff;
}

.menu{
position: absolute;
bottom: 0px;
left: 0px;
width: 700px;
}

ul.menu{
margin: 0px;
padding: 0px;

}

ul.menu a:link{
color: #6c6c6c;
font-weight: bold;
}

ul.menu a:visited{
color: #6c6c6c;
font-weight: bold;
}

ul.menu a:active{
color: #6c6c6c;
font-weight: bold;
}

ul.menu a:hover{
color: #bab866;
font-weight: bold;
}

ul.menu li{
list-style: none;
display: inline;
margin: 0px;
padding-right: 10px;
padding-left: 10px;
border-right: 1px solid #000;
}

ul.menu li.last{
border: 0px;
}

img{
border: 0px;
}

img.logo{
float: right;
padding-top: 20px; 
}

h1{
font-size: 11pt;
}

h2{
font-size: 10pt;
color: #d3c341;
}

h3{
font-size: 8pt;
color: #000;
}


li{
list-style-image: url(/images/dots/bullet_point.gif);
}

#leftmenubar{
width: 100%;
background: #999999;
height: 30px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;

}

#aboutbanner{
background-image: url(/images/about.gif);
height: 213px;
}

#newsbanner{
background-image: url(/images/news.gif);
height: 213px;
}

#corporatebanner{
background-image: url(/images/corporate.gif);
height: 213px;
}

#usingIDbanner{
background-image: url(/images/usingID.gif);
height: 213px;
}

#certificatesbanner{
background-image: url(/images/certificates.gif);
height: 213px;
}

#summarybanner{
background-image: url(/images/summary.gif);
height: 213px;
}

#leftmenu{
position: relative;
top: 20px;
left: 30px;
width: 180px;
margin: 0px;
padding: 0px;
padding-top: 0px;
background-color: #fff;
border: 1px solid #000;
font-size: 8pt;
}
#leftmenu p{
padding-left: 10px;
}

ul.leftmenu{
list-style-type: none;
padding: 0px;
margin: 0px;
}

ul.leftmenu li{
list-style-type: none;
list-style-image: none;
height: 20px;
width: 100%;
border-bottom: 1px solid #000;
text-indent: 5px;
line-height: 17px;
}

ul.leftmenu li.bottom{
list-style-type: none;
list-style-image: none;
height: 20px;
width: 100%;
border-bottom: 0px solid #000;
text-indent: 5px;
line-height: 17px;
}

ul.leftmenu li.title{
list-style-type: none;
list-style-image: none;
height: 20px;
width: 182px;
border-bottom: 1px solid #000;
text-indent: 7px;
line-height: 17px;
background: #5d7799;
color: #fff;
margin-bottom: 2px;
}

ul.leftmenu li a:link,ul.leftmenu li a:visited,ul.leftmenu li a:active{
float: left;
width: 98%;
height: 18px;
position: relative;
top: 0px;
left: 2px;
line-height: 17px;
color: #636363;
}

ul.leftmenu li a:hover{
background-color: #999;
color: #fff;
}

.center{
text-align: center;
}

.right{
text-align: right;
}

.floatright{
float: right;
}

.floatleft{
float:left;
}

a.internal{
cursor: default;
}

a:link.internal{
color: #000;
text-decoration: none;
}

a:visited.internal{
color: #000;
text-decoration: none;
}

a:active.internal{
color: #000;
text-decoration: none;
}

acronym{
border-bottom: 0px dotted #fc0;
color: #00f;
cursor: help;
}