body {
padding:15px 0 0 0;
margin:0;
font:76% arial, verdana, tahoma, sans-serif;
background:#DAE3EF;
color:#303030;
}
a {
color:#426AB3;
text-decoration:none;
border-bottom:1px dotted #505050;
}

a:hover {
color:#7C51A1;
text-decoration:none;
border-bottom:1px solid #505050;
}

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
margin:0 0 12px 0;
font-size:1.6em;
font-weight:normal;
}

h3 {
margin:0 0 10px 0;
font-size:1.4em;
font-weight:normal;
color:#7C51A1;
}

p {
margin:0 0 15px 0;
line-height:1.8em;
text-align:left;
}

#main li{background:url(../images/bullet.png) no-repeat 0 0.3em;padding-left:2em;line-height:1.8em;}
#main ul{margin:0;padding:0;list-style-type:none;}
a img {
border:0;
}


/* Main container */

#container {
margin:0 auto 20px auto;
width:730px;
padding:0px 20px 20px 20px;
border:2px solid #000000;
background:#ffffff;
text-alight:centre
}

/* Logo */

#logo {
margin:15px 0 0 0;
}

#logo h1 a {
color:#505050;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}

#logo h1 {
background-image:url(../images/logo.png);
background-repeat:no-repeat;
height:80px;
width:250px;
text-indent:-5000px;
float:right;
}

#bdcmetaman #logo h1 {
background-image:url(../images/bdcmetaman_logo.png);
background-repeat:no-repeat;
height:80px;
width:250px;
text-indent:-5000px;
float:right;
}

/* Main Nav */

#navitabs {
clear:both;
}

.navitab {
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
font-size:1.1em;
background:#DAE3EF url(../images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}

.navitab:hover {
text-decoration:none;
background:#243256 url(../images/corner.gif) top right no-repeat;
border-bottom:1px solid #ff0000;
color:#fff;
}

.activenavitab {
padding:4px 8px 5px 8px;
color:#fff;
margin:0 0 5px 0;
font-size:1.1em;
text-decoration:none;
background:#243256 url(../images/corner.gif) top right no-repeat;
}

.activenavitab:hover {
text-decoration:none;
color:#ffffff;
}
/* Header description */

#desc {
height:178px;
color:#ffffff;
padding:0;
background:#505050 url(../images/header-image.png) top left no-repeat;
clear:both;
margin:5px 0 15px 0;
}

#desc-noshadow {
height:178px;
color:#ffffff;
padding:0;
background:#505050 url(../images/header-image-noshadow.png) top left no-repeat;
clear:both;
margin:5px 0 15px 0;
}

#desc p {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h2 {
padding:15px 15px 0 15px;
color:#ffffff;
}

#desc a {
color:#ffffff;
text-decoration:none;
border-color:#ffffff;
}

/* Main content */


/* Sidebar */

#sidebar {
width:160px;
float:right;
}

#sidebar p {
font-size:0.9em;
line-height:1.3em;
margin:0 0 15px 0;
}


.hide {
display:none;
}