@charset "utf-8";
@import "berkleevalencia.css";


h1 {
	color: #F79321;
	font-size: 21px;
}
a:link,  a:visited, #content_right ul a, #content_right ul a:visited{
	text-decoration: none;
	color: #A0B26D;
	font-weight: bold;
}
a:hover, #content_right ul a:hover {
	text-decoration: underline;
	color: #A0B26D;
	font-weight: bold;
}

.linkalt a:link, .linkalt a:visited  {
	text-decoration: none;
	color: #007EA2;
	font-weight: bold;
}
.linkalt a:hover {
	text-decoration: underline;
	color: #007EA2;
	font-weight: bold;
}


#nav
{
	height:422px;
}
#content_right ul
{
	color:#007EA2;
}
#content_right ul li
{
	color:#ffffff;
}

.expandable h2 {
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	margin-bottom: 4px;
}

.expandable h2 a {
	color: #999;
	font-weight: normal;
	display: block;
	background: url(../images/triangleDownSmall.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.expandable p {
	margin-left: 10px;
	margin-right: 10px;
}