html { 
    overflow: -moz-scrollbars-vertical !important; 
}

/* basic element style */
body {
    margin:0;
    padding:0;
    background:#dbdbdb;
    color:#000;
}

body, td, th, textarea, select, h2, h3, h4, h5, h6 {
    font: 12px/1.25em Verdana, Arial, Helvetica, sans-serif;
}


img {
    border: 0px;
}

a {
    color: #026;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

p {
    margin: 1em 0px;
}


/* credits */
div.credits {
    font: 10px Verdana, Helvetica, Arial, sans-serif;
    color: #444;
    vertical-align: bottom;
    text-align: center;
}
div.credits a {
    color: #555;
}


/* design elements */
div.top_banner {
	margin-bottom: 5px;
}

.bodyMB .bodyMBTop {
    border-bottom:1px solid #dfdfdf; 
    padding:0px; 
    margin:0px;
}

.bodyMB .bodyMBHead {
    font-weight:bold;
    font-size:18px;
    padding:5px 6px 12px 12px;
}


.bodyMB .bodyMBContent {
    font-size:12px;
    color:#444444;
    padding:2px 1px 2px 12px;
}


.bodyMB .bodyMBContentBr {
    font-size:12px;
    color:#444444;
    padding:2px 1px 2px 12px;
	border-bottom: 1px solid #dfdfdf;
}


.bodyPad {
    padding:5px 9px;
}

/* breaks */
div.split {
    height:10px;
	font-size: 4px;
}


/* white box */
.bodyWhiteBox .bodyBoxHeader 
{height:4px;overflow:hidden;background:#fff url(images/corner_dg_TR.gif) 100% 0 no-repeat;}
.bodyWhiteBox .bodyBoxHeader div
{width:4px;height:4px;overflow:hidden;background:#fff url(images/corner_dg_TL.gif) 0 0 no-repeat;}
.bodyWhiteBox .bodyBoxContent
{background:#fff;}
.bodyWhiteBox .bodyBoxFooter
{height:4px;overflow:hidden;background:#fff url(images/corner_dg_BR.gif) 100% 0 no-repeat;}
.bodyWhiteBox .bodyBoxFooter div
{height:4px;width:4px;overflow:hidden;background:#fff url(images/corner_dg_BL.gif) 0 0 no-repeat;}


/* black box */
.bodyBlackBox .bodyBoxContent
{background:#fff;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;}
.bodyBlackBox .bodyBoxHeader
{height:4px;overflow:hidden;background:url(images/corner_wire_TR_bg.gif) 100% 0 repeat-x;}
.bodyBlackBox .bodyBoxHeader div
{height:4px;width:4px;background:#fff url(images/corner_wire_TL.gif) 0 0 no-repeat;}
.bodyBlackBox .bodyBoxFooter
{height:4px;overflow:hidden;background:url(images/corner_wire_BR._bg.gif) 100% 0 no-repeat;}
.bodyBlackBox .bodyBoxFooter div
{height:4px;width:4px;background:#fff url(images/corner_wire_BL.gif) 0 0 no-repeat;}



/* projects */
div.projectborder {
    margin-top: 5px;
    margin-bottom: 5px;
}
div.project .img {
    float: left;
    margin-right: 20px;
}
div.project .body {
    text-align: justify;
    margin-right: 10px;
}
div.project .title {
    margin-top: 10px;
    margin-bottom: 20px;
}
div.projectbreak {
    clear: both;
}



