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

BODY { 
background: white; 
color: black;
font: normal 13px Verdana;
margin: 0px;
}

.t1{
width: 800px;
border-spacing:1px;
padding:0px;
margin-left:auto; 
margin-right:auto;
}

.borderit img{
border:1px solid beige;
}

.borderit img:hover{
border:1px solid #336699;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
margin-bottom:2px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #2f60cf;
/*color: #494949; */
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 2px solid brown; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
color: #336699;
background-color:beige
/*border-bottom-color: #336699;*/
}

.underlinemenu ul li span{
color: #494949; 
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
background-color: #f5f5f5;
border-bottom: 2px solid brown; /*bottom border is 3px*/
}

#bcm_logo{
margin-bottom:12px;
text-align:center;
}

#bcm_body{
background-color:beige;
padding:4px 4px 8px 4px;
}

#bcm_footer{
border-top:1px solid #ccc;
text-align:center;
padding:4px;
}


.resource_list{
margin-bottom:14px;
}

.rl1{
float:left;
padding:4px 0 0 10px;
width:77%
}

.rl2{
float:left;
padding:4px 0 0 10px;
width:72%
}

.clear{
clear:both;
}

#about_john{
padding-bottom:6px;
border-bottom:1px solid #ccc;
}

#about_dorit{
padding-top:6px;
}

#bcm_portfolio_menu{
float:left;
width:200px;
}

#bcm_portfolio_body{
float:left;
margin:0 0 4px 4px;
padding:4px;
border-left:1px solid #ddd;
width:560px;
}

.p_menu_item{
padding:6px 0 8px 0;
border-bottom:1px solid #ddd;
}
