
#title img {
	width:300px;	
}

.director {
	width:350px;
}
.director2 {
	width:200px;
}
.center {
	text-align:center;
}
.director img {
	height:100px;
	padding-right:10px;
}

/* 4295c7 */
#nav {
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}


h2 {
	text-align:center;
	margin:20px;
}

table.cal {
}

table.cal td {
	font-size:12pt;
	border-bottom:solid 1px #ccc;
	padding:3px;
}

table.cal td h3 {
	margin:0px;
	padding:5px;
	font-size:14pt;
}



/********** COLORS ***********/

body {
	color:#24221B;
}
#content ul {
}
#content_about {
	border-bottom-color:#818672;
}
#content_about ul, #content_header ul {
}
#centers ul, #sitemap ul {
}

p.note {
	color: #555;
}
#sitemap {
	border-top:solid 1px #818672;	
}

#nav {
	color:white;
	background-color: #4295c7;
}
#nav ul li:hover {
	background:#556273;
}
#nav ul li:hover ul, #nav ul li.sfhover ul { /* lists nested under hovered list items */
	background:#556273;
}
#nav ul li ul { /* second-level lists */
	background: #556273;
}
#nav ul a {
	color:white;
	display: block;
}

a {
	color:#125599;
}
a:hover {
	color:#FEDE75;
}
#logos {
	background:#b1ddf6;	
}
#footer {
/*	border-top:solid 1px #D3C7A6; */
	border-top:solid 1px #818672;	
}
#sitemap h4 {
	color:#555;
}

/* internet explorer ignores list-style:none */
li.noliststyle {
	list-style:url("/images/ul4.jpg");
}