body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 893px;
}.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	border-top: 1px solid black;
}
.thin_blue_box {
	margin: 2px;
	padding: 2px;
	border: 1px solid #000099;
}
.thin_blue_shaded_box {
	margin: 2px;
	padding: 2px;
	border: 1px solid #000099;
	background-color: #C8C8FF;
}
.blue_background_title {
	background-color: #000099;
	margin-bottom: 2px;
	color: white;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
}

.news_item_title {
	background-color: #CCCCCC;
	font-weight: bold;
	border: 1px solid #333333;
	padding: 2px;
}

.news_item_text {
	padding: 1px 0px 10px 0px;
}

.padded_image {
	padding: 1px;
	margin: 5px;
	border: 1px solid black;
}

.sub_title {
	font-style: italic;
	font-weight: bold;
	font-family: arial;
	font-size: 22px;
	color: #000099;
}
.page_title {
	font-style: italic;
	font-weight:normal;
	font-family: arial;
	font-size: 18px;
	color: #000099;
	text-align:right;
}

.content_padder {
	padding: 2px 4px 2px 4px;
}

.featured_links {
	text-align: center;
	padding-bottom: 2px;
}

.body_section_title {
	background-color: #000099;
	margin-top: 4px;
	color: white;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
}

.body_section {
}

.body_text {
}

.error {
	color: white;
	background-color: red;
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	padding:20px;
	margin:20px;
}

.shaded_cell {
	background-color: #dddddd;
}

.instrument_section {
	font-weight:bold;
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
}

.address {
	padding-left: 15px;
	padding-bottom: 15px;
}
	.table_header {
	background-color: #FFCC33;
}
.caption {
	font-size: 10px;
	font-style: italic;
}


/* main index page styles */
/*************************************/
#wrapper {
	width:893px;
}

#b_images {
    padding-top: 5px;
}

/* main image of script ucla */
#m_image.thin_blue_box {
	float:left;
	width:560px;
}

#m_bar.thin_blue_shaded_box {
	float:right; 
	width:313px;
}

#m_footer.copyright {
	float:left;
	width:100%;
	margin-top:2px;
}

#contributor {
    font-size: 10px;
    color: #000000;
}

