body
{
	margin: 20px;
	background-color: #f0c080;
	color: #303030;
	font-family: "New Century Schoolbook", "Book Antiqua", Garamond,
     		"Times New Roman", Times, serif;
	font-size: 11pt;
}

table, p
{
	font-family: "New Century Schoolbook", "Book Antiqua", Garamond,
     		"Times New Roman", Times, serif;
	font-size: 11pt;
}

#mainTable
{
	margin: 0px auto;
	width: 550px;
}

#pageTitle
{
	background-color: #ffefdb;
	padding: 12px;
	border: 1px solid #303030;
}

#pageTitle h1
{
	font-variant: small-caps;
	margin: 0;
}

#mainContent
{
	background-color: #ffefdb;
	padding: 12px;
	border: 1px solid #303030;
	text-align: justify;
}

#berkeley_logo {
	text-align: center;
}

#navFrame
{
	float: right;
	margin: 10px;
	padding: 5px;
	border: 2px inset #303030;
	background-color: #ffd39b;
	width: 200px;
}

#nav
{
	font-size: 9pt;
}

.header
{
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.toTop
{
	width: 100%;
	text-align: right;
	font-style: italic;
	font-size: 9pt;
}

#footer
{
	background-color: #ffd39b;
	padding: 12px;
	border: 1px solid #303030;
	text-align: justify;
}

.centeredImage
{
	clear: right;
	width: 500px;
	margin: 0px auto;
	text-align: center;
}

.caption
{
	font-style: italic;
	font-size: 9pt;
	text-align: left;
}

a
{
}

a:link
{
	text-decoration: none;
     	color: #8b0000;
}

a:visited
{
	text-decoration: none;
     	color: #8b0000;
}

a:hover
{
	color: red;
}

a:active
{
	text-decoration: none;
     	color: #8b0000;
}
