body {
	background-color: #CCCCCC;
	list-style-image: url(/images/redbullet.gif);
}
h1,h2 {
	letter-spacing: -.02em;
}

h3 {
	line-height: 1.125;
	font-weight: bold;
	margin-bottom:.25em;
}
h4 {
	font-size:1.25em;
	margin-bottom:1.25em;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.125em;
}
p img {
	margin: .5em 1.5em .5em 0;
}
p img.right {
	margin: .5em 0 .5em 1.5em;
}
a, a:link, a:visited, a:active  {
	color: #FF0000;
	text-decoration: underline;
}
a:hover  {
	color: #999999;
	text-decoration: none;
}
hr {
	background:#999999;
	color:#999999;
	clear:both;
	float:none;
	height:5px;
	border:none;
	margin: 0 0 1.45em 0;
}

.border-container {
  border: 5px solid #999999;
	background-color: #fff;
	width: 890px;
	margin: 10px auto 0 auto;
	padding:0 auto;
}

.border-container#footer {
  margin-top:0;
  border-top:none;
}

.notice, .error, .success {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: none;
  border-right: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size:11px;
}

#header {
	height: 120px;
	background-image: url(/images/frhead.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}

#content {
  margin:25px 0;
  padding-bottom:15px;
}

#content hr {
	background:#999999;
	color:#999999;
	clear:both;
	height:1px;
	border:none;
	margin: 0 0 1.45em 0;
}

#footer {
	padding: 15px 0;
	text-align: center;
	font-size: .8em;
}

#footer.navigation {
  margin-bottom:30px;
}

.box {
	background:#fff;
}

.photoleft {
	float: left;
	margin: .5em 1.5em .5em 0;
	padding: 0;
	font-style: normal;
	font-size: 1em;
	font-weight: bold;
	color: #222;
	line-height: 1em;
}
.photoleft img{
  
	margin-bottom: .5em;
	border: 2px solid #999;
}
.photoright {
	float: right;
	margin: .5em 0 .5em 1.5em;
	padding: 0;
	text-align: right;
	font-style: normal;
	font-size: 1em;
	font-weight: bold;
	color: #222;
	line-height: 1em;
}
.photoright img{
	margin-bottom: .5em;
	border: 2px solid #999;
}
.redcross {
	background-image: url(/images/redcross.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	height: 80px;
	width: 80px;
}	



.navigation ul {
	padding: 0 0 5px 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
}

.navigation li {
	display: inline;
}

.navigation li a {
	text-decoration: none;
	padding: .2em .5em;
	color: #FF0000;
	font-size: 1.25em;
}

.navigation li a:hover {
	color: #999999;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

#contactform {
	float: left;
	text-align: left;
	clear: right;
}
#contactform .notice{
	background-color: #009900;
	color: #fff;
	padding: 1em;
}

#contactform .notice_bad{
	background-color: #FF0000;
	color: #fff;
	padding: 1em;
}
textarea {
	width:510px;
	height:75px;
}


ul.asset_list, .asset_list li {
  list-style:none;
  margin-left: 0;
}

.file_upload {
  padding: 18px;
  background-color: #D9D9D9;
  border: 1px solid #CCC;
  width: 350px;
}

.movie {
  background-image: url(/images/moviebkgnd.gif);
}

table.separators td {
  border-bottom:1px solid #CCC;
}


th {
  background-color:#666;
  color:#FFF;
}

.donation_module {
  border-bottom: 1px solid #CCC;
  padding: 4px 8px;
  margin-bottom: 4px;
}
