html,body {
	width: 100%;
	height: 100%;
	font-family: Trebuchet MS, Verdana, Helveticca, Sans-Serif;
	color: white;
}

body
{
	height: 100%;
	min-height: 1000px;
	min-width: 760px;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	background-color: #000000;
//	background-image: url(images/background.gif);
//	background-repeat: repeat;
}

#maintop
{
	height: 50px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	white-space: !important nowrap;
	min-width: 760px;
	font-size: 10pt;
	clear: both;
}
#mainmiddle
{
	margin: 2px -16px 2px 0px;
	padding: 0px;
	min-width: 760px;
	height: auto;
	width: 100%;
	}
#mainmiddlenav
{
	margin: 0px 16px 0px 0px;
	padding: 0px;
	width: 32%;
	height: auto;
	float: left;
	font-size: 10.5pt;
}

#mainmiddlerandom
{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 65.7%;
	float: left;
}

/*following is visible in all browsers except for mac IE */
/* commented backslash hack v2  for dumb Mac IE\*/
#mainmiddle
{
	clear: both;
	}
/* end hack */


img#randompic {
	vertical-align: 0%;
	margin: 0px;
	width: 100%;
}
#mainbottom
{
	height: 40px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 760px;
	clear: both;
	font-size: small;
}

p
{
	margin:0px;
	padding:0px;
}

#berkeley {
float: left;
width: 16%;
height: 100%;
background-color: #021423;
border: 4px solid #021423;
border-top-width: 2px;
border-bottom-width: 2px;
text-align: left;
font-weight: bold;
}
#courses {
float: left;
width: 16%;
padding: 15px 0 0 0;
height: 35px;
background-color: #041F35;
border: 4px solid #041F35;
border-top-width: 2px;
border-bottom-width: 2px;
text-align: right;
font-weight: bold;
color: white;
}
#cs3 {
float: left;
width: 16%;
height: 100%;
background-color: #213753;
text-align: left;
border: 2px solid #213753;
color: white;
padding: 0px;
margin: 0px;
}
#cs61a {
float: left;
width: 16%;
height: 100%;
background-color: #2E4F7B;
text-align: left;
border: 2px solid #2E4F7B;
color: white;
}
#cs61b {
float: left;
width: 16%;
height: 100%;
background-color: #466B9B;
text-align: left;
border: 2px solid #466B9B;
color: white;
}
#cs61c {
float: left;
width: 16%;
height: 100%;
background-color: #6184B3;
text-align: left;
border: 2px solid #6184B3;
color: white;
}
#aboutweiner {
float: left;
width: 8%;
height: 100%;
background-color: #6184B3;
border: 2px solid #6184B3;
color: white;
}
#aboutproj {
float: left;
width: 8%;
height: 100%;
background-color: #466B9B;
border: 2px solid #466B9B;
color: white;
}
#aboutstaff {
float: left;
width: 8%;
height: 100%;
background-color: #2E4F7B;
border: 2px solid #2E4F7B;
color: white;
}
#contact {
float: left;
width: 8%;
height: 100%;
background-color: #213753;
border: 2px solid #213753;
color: white;
}
#links {
float: left;
width: 8%;
padding: 10px 0 0 0;
height: 30px;
background-color: #041F35;
border: 4px solid #041F35;
border-top-width: 2px;
border-bottom-width: 2px;
color: white;
}
#bottombar {
float: left;
width: 25.1%;
height: 100%;
background-color: #021423;
border: 2px solid #021423;
color: white;
}
#updated {
float: left;
width: 31%;
height: 30px;
background-color: #021423;
border: 2px solid #021423;
padding: 10px 0 0 0;
white-space: !important nowrap;
font-size: 75%;
text-align: right;
color: white;
}

#ocflogo {
float: left;
width: 14.9%;
height: 100%;
background-color: #020b14;
border: 2px solid #020b14;
text-align: center;
}

#maincontainer {
margin-left: auto;
margin-right: auto;
width: 98%;

min-height: 900px;
min-width: 760px;
}

span.vmiddle {
vertical-align: 95%;
}

.tabtitle {
font-weight: bold;
white-space: !important nowrap;
}
.tabdesc {
font-size: 75%;
white-space: !important nowrap;
}

.introtext {
	font-size: 75%;
	text-indent: 5%;
	padding: 2px;
	text-align: justify;
}

A:visited { color:white; text-decoration:none;}
A:active  { color:white; text-decoration:none;}
A:link    { color:white; text-decoration:none;}
A:hover   { color:white; text-decoration:none;}