body { 
  color: #000; 
  margin: 0px;
  font-family: sans-serif;
}
#heading {
	text-align: center;
	background: transparent url(../images/top_gradient.png) top left repeat-x;
	height: 300px;
}
#small-heading {
	padding-right: 10%;
	text-align: right;
	background: transparent url(../images/sm_top_gradient.png) top left repeat-x;
	height: 150px;
}
#logo-alone {
	background: #fff url(../images/large_logo.png) center center no-repeat;
}
#about {
    padding: 1em;
	color: #424242;
	width: 55%;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 16px;
}
#about p {
	margin: 0.5em;
}
#about a {
	color: #B60F13;
}
#about .title {
	color: #B60F13;
	font-size: 22px;
}
#news {
	float: right;
	margin: 1em;
    margin-left: 2em;
	margin-top: 0px;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 16px;
	color: #004C9E;
	width: 45%;		
        padding: 2px;	
}
#news h3 {
	background: #A6CAF1;
	font-size: 24px;
	color: #000;
	padding: 0.25em;
}
#news ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#news li {
	cursor: pointer;
        padding: 0.3em;
}
#news b {
	color: #B60F13;
	font-size: 16px;
}
#credits {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 25%;
	margin-left: 1em;
	margin-right: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 12px;
	color: #fab444;
	padding: 1em;
}
#credits ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#credits a {
	color: #000;
	text-decoration: none;
}
#credits .of {
	font-size: 13px;
	display: inline;
	padding-left: 0.5em;
	color: #444;
}
#credits .of a {
	font-size: 12px;
}
#credits .of a:hover {
	color: #062F5A;
}

#credits .director {
  font-size: 13px;
  color: #062F5A;
}
#credits .director:hover {
	color: #000;
}

#credits h3 {
	color: #000;
	font-size: 26px;
	padding: 0.25em;
	padding-left: 0px;
	margin: 0px;
}
#menu {
	position: absolute;
	top: 5px;
	left: 5px;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	display: block;
	color: #004C9E;
    font-weight: bold;
	letter-spacing: -1px;
	font-size: 18px;
	padding: 0.5em;
	cursor: pointer;
}
#menu li:hover {
	border-bottom: 4px #fff solid;
}

#menu li.current {
	border-bottom: 4px #004C9E solid;
}
#menu li.current:hover {
  border-bottom: 4px #004C9E solid;
}

#main-news h3 {
  font-size: 18px;
  letter-spacing: -1px;
  color: #004C9E;
}
#main-news .body {
  font-size: 14px;
}
#breadcrumbs {
  padding: 0.5em;
  padding-left: 15%;
  background: #e6e6e6;
  color: #666;
  font-size: 14px;
}
#breadcrumbs a {
  color: #000;
}

#content {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 1em;
}
#content h1 {
  color: #004C9E;
  background: #e6e6e6;
  letter-spacing: -1px;
  font-size: 26px;
  padding: 0.5em;
}
#history {
		color: #333;
		font-weight: bold;
		letter-spacing: -1px;
		font-size: 14px;
}
#history p {
	margin-bottom: 0.5em;
}
#history p.special {
	border-top: 4px #ffffcc solid;
	border-bottom: 4px #ffffcc solid;
	
	padding: 0.35em;
	font-size: 16px;
	color: #FFBA19;
	margin-left: 0px;
	margin-right: 0px;
}

#contact-form th {
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 18px;
	padding: 0.25em;
	text-align: right;
	color: #fab444;
	background: #ffffcc;	
}

#contact-form input[type=text] {
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 18px;
	padding: 0.25em;
	color: #333;	
}
#contact-form textarea {
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 14px;
	padding: 0.25em;
	color: #000;	
}
