body,td,li,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal
}


.text 				{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 15pt}
.Headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #990000;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	font-family:Arial, Helvetica, sans-serif;
	color: #427698;
	text-align:left;
	background-color: #efefef;
	padding: 5px;
	margin: 10px 0 10px 0;
	clear:both;
}
.bluesubhead {
	font-size: 1.3em;
	font-family:Arial, Helvetica, sans-serif;
	color: #427698;
	text-align:left;
	background-color: #efefef;
	padding: 5px;
	margin: 10px 0 10px 0;
	clear:both;
}
.subhead {
	font-family: Times, serif; color: #777777;
	font-style: italic;
	font-weight: lighter;
	font-size: 1.5em;
	display: block;
}

.subhead_block {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

ul {
	list-style-position: outside;
	list-style-image: url(http://www.losmedanos.edu/images/bluarrow.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: lighter;
	color: 003366;
}

.maincontentarea table{
	border: 1px solid #ccc;
	border-collapse:collapse;
}

.maincontentarea td {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px;
	border-collapse:collapse;
}

.boxDiv {
	width:100%;
	border: 1px;
	border-style: dotted;
	border-color: #99FFFF;
	margin: 0px 0px;
	padding: 5px;
	background-color:#FFFFCC;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	}

<!--menu bar for facutly staff pages-->
<!--start menu style-->
<!--
#boilerplate {

	font-size: 0.9em;

	border-top:1px solid #D8D8D0;

	margin-top: 0px;

	width:690px;

	bottom: 10px;

	position: absolute;

}



.urbangreymenu{
list-style: none;
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: gray ; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
list-style: none;
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
list-style: none;
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 20px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #9eadc6 url(/images/bluarrow.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/}