body {
margin-left: auto;
margin-right: auto;
border: 5px solid #474747;
padding: 0%;
font-family: Arial, Helvetica, sans-serif;
background-color: black;
color:white;
width: 1000px; 
}
/*
main colors for style use
white
black
darkblue =rgb(3,66,98)/#034262
medblue =#217190
lightblue =#2b92b9
vlblue =#77afcb
Orange =#ef7000
Gold =#cc9900
grey =#474747
lightgrey =#d3d3d3
*/

#logobox {
background:url(./images/neul%20lab%20heavy%20metal.png) no-repeat center center;
background-size: contain;
text-align: center;
width: 250px;
height: 150px;
float:left;
}
#imgbrf2 {
background:url(./images/brf2.jpg)no-repeat center center;
background-size: contain;
width: 300px;
height: 300px;
}
#imgucsdseal {
background:url(./images/ucsd-seal.png)no-repeat center center;
background-size: contain;
width: 300px;
height: 300px;
}
#titlebox {
/*background-color: white;*/
text-align: center;
color: #d3d3d3;
width: 550px;
height 150px;
float:right;
}
#textbox {
text-align: left;
width: 300px;
float:left;
}
#wide_textbox_left {
text-align: left;
}

img#whitebox {
background-color:white;
padding:12px}

#middlebox{
text-align:center;
margin: 0 auto;
}

#rightbox {
text-align: center;
width: 300px;
float:right;
}

#header {
text-align: center;
color: #474747;
background-color: black;
overflow: hidden;
}

#navbar {
text-align: center;
width: 1000px;
background-color: #474747;
}

#content {
margin-left: 100px;
margin-right: 100px;
margin-top: 50px;
margin-bottom: 100px;
text-align: center;
overflow:hidden;
}

#section {
text-decoration: underline;
}

#spacer {
clear: both;
}

#italic {
font-style:italic;
}
#blue_box {
font-size: 16px;
font-weight: bold;
color: #474747;
display: inline-block;
height: 21px;
width: 50px;
border: 1px solid #474747;
}

#navbutton {
font-size: 16px;
font-weight: bold;
color: white;
background-color: #474747;
display: inline-block;
height: 21px;
width: 98px;
border: 1px solid white;
}

#widenavbutton {
font-size: 16px;
font-weight: bold;
color: #034262;
background-color: white;
display: inline-block;
height: 21px;
width: 120px;
border: 1px solid #474747;
}