/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	color: #000099;
}
#title {
	font-variant:small-caps;
	font-weight: bold;
	font-size: 2em;
	padding-bottom: 12px;
}
#outMenu {
	border-bottom: 15px solid #CFCFCF;
}
#menu {
	border-bottom: 1px solid #666666;
	padding-bottom: 3px;
	font-variant: small-caps;
}
#menu a {
	/* menu link styles */
	padding: 0 3px 3px 3px;
	text-decoration: none;
	color: #0000FF;
}
#menu a:hover {
	/* menu hover styles */
	background-color: #CFCFCF;
	border-bottom: 2px solid #CFCFCF;
}
#home .home, #purpose .purpose, #activities .activities, #calendar .calendar, #publications .publications, #chaplin .chaplin, #contact .contact, #links .links{
	/* style for the link of the page you're currently on */
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 2px solid #CFCFCF;
	padding: 0px 2px 3px 2px;
	background-color: #CFCFCF;
	color: #000099;
}
#newsletters {
	float: right;
	width: 200px;
	border: 1px solid #666666;
	padding: 5px;
}
#newsletters h4 {
	/* to fix spacing issue in non-IE browsers */
	margin-top: 0px;
}
.alert {
	color: #CC0000;
	font-weight: bold;
}
h1, h2, h3, h4 {
	font-variant: small-caps;
}
table td, table th {
	border: 1px solid #666666;
}

table th {
	font-variant: small-caps;
	font-weight: bold;
}

/* dynamic image sizes */

.cross {
	width: 3.3em;
	height: 4.4em;
}
.logo {
	width: 18.5em;
	height: 9.3em;
}
.horserunning {
	width: 11em;
	height: 8em;
}
.brownhorse, .clearhorse {
	width: 8em;
	height: 4.5em;
}
.blackhorse {
	width: 10.4em;
	height: 7em;
}
.2horses {
	width: 5em;
	height: 3.2em;
}
.bluehorse {
	width: 31.2em;
	height: 4.3em;
}
td p {

          margin-top: 0;

}