* {
	padding: 0;
	margin: 0;
	border: 0;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background: #D0D0CF url(/images/bgtile.gif) left top repeat;
    color: #333333;
}




a, a:link, a:visited {
    color: #9900CC;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:active, a:focus {
    color: #000099;
}  

ul {
	margin-bottom: 10px;
}


p {
    margin-bottom: 6px;
    line-height: 14px;
    font-size: 90%;
}

h2 {
  font-size: 90%;
  color: #0B2276;
  }


/* general custom div tags */

#container {
	position: relative;
	margin: auto;
	text-align: left;
	background: #6F6F6F;
	width: 870px;
	border: 1px solid #FFFFFF;
}

#pageHeader {
	text-align: center;
	background: #B195A6 url(/images/topbar.gif) center top no-repeat;
	height: 95px;
	border-bottom: 1px solid #FFFFFF;
}
#pageHeader h1 span, #pageHeader h2 span {
    display: none;
}

#ourThread {
	color:#000066;
	font-style: italic;
	}

#viddiv {
	height: 289px;
	margin:0px 0px 0px 160px;
	padding: 7px 6px 7px 6px;
	background: #FFFFFF url(/images/bgviddiv.gif) left top repeat;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}


/* bsl video style*/

#flvplayer {
	height: 288px;
	width: 352px;
	overflow: hidden;
}

#textbox1 {
	position: relative;
	margin:0px 0px 0px 0px;
	width: 338px;
	background: #FFFFFF url(/images/bgtextbox1.gif) left top no-repeat;
	height: 288px;
	float: right;
}

#textbox1 h2 {
	color: #0B2276;
	padding: 6px 4px 4px;
	margin-bottom: -1px;
	line-height: 99%;
	font-size: 90%;
}

#textbox1 p {
	padding: 4px;
	font-size: 80%;
	
}

#textbox1 img {
	padding: 4px;
	
}

/* text row 1*/

#textdiv1 {
	position: relative;
	left: 160px;
	float: left;
	background: #0B2276;
	margin:0px 0px 0px 0px;
	padding: 4px 4px 2px 4px;
	border-left: 1px solid #FFFFFF;
}

#textdiv1col1 {
	float: left;
	background:#FFFFFF;
	width: 332px;
	padding: 4px;
	margin: 2px 6px 4px 3px;
	border: 1px solid #7D5E71;
}


#textdiv1col2 {
	float: left;
	background:#FFFFFF;
	width: 332px;
	padding: 4px;
	margin: 2px 2px 4px 6px;
	border: 1px solid #7D5E71;
}

#textdiv1 img {
	float:left;
	border: 1px solid #7D5E71;
	margin-right: 4px;
}

#textdiv1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #0B2276;
	margin-bottom: 10px;
}

#textdiv1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #7D5E71;
	margin-bottom: -2px;
}

#textdiv1 h2 a, #textdiv1 h2 a:link, #textdiv1 h2 a:visited {
	color: #0B2276;
	text-decoration: underline;
}

#textdiv1 h2 a:hover {
	text-decoration: none;
}
	
/* text row 2 - mainly home page */

#textdiv2 {
	position: relative;
	left: 160px;
	float:left;
	background: #0B2276;
	margin:0px 0px 0px 0px;
	padding: 2px 4px 4px 4px;
	border-left: 1px solid #FFFFFF;
}

#textdiv2col1 {
	float: left;
	background:#7D5E71;
	width: 332px;
	padding: 4px;
	margin: 2px 6px 4px 3px;
	border: 1px solid #FFFFFF;
}


#textdiv2col2 {
	float: left;
	background:#7D5E71;
	width: 332px;
	padding: 4px;
	margin: 2px 2px 4px 6px;
	border: 1px solid #FFFFFF;
}

#textdiv2 img {
	float:left;
	border: 1px solid #FFFFFF;
	margin-right: 4px;
}

#textdiv2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #0B2276;
	margin-bottom: 10px;
}

#textdiv2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	margin-bottom: -4px;
}

#textdiv2 a, #textdiv2 a:link, #textdiv2 a:visited {
	color: #0B2276;
	text-decoration: underline;
}

#textdiv2 a:hover {
	text-decoration: none;
}

/* project page */

#textdiv1project {
	float:left;
	background: #FFFFFF url(/images/bgProject.jpg) left top no-repeat;
	padding: 4px;
	margin: 4px;
	border: 1px solid #7D5E71;
	width: 682px;
}

#textdiv1project p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin-bottom: 4px;
}

#textdiv1project img {
	float:right;
	margin-left: 2px;
	padding: 2px;
	border: 1px solid #7D5E71;	
}

#textdiv1project h2 {
	color:#0B2276;
	font-size: 80%;
}

#trustee {
	border-bottom: 1px dotted #6f6f6f;
	clear: both;
	margin-bottom: 15px;
	height: 130px;
}

/* news page */

#newsUpdate {
	border-bottom:#000000 dashed 1px;
	border-top:#000000 dashed 1px;
	margin: 10px;
	}

#textdiv1links {
	float:left;
	background: #D0D0CF url(/images/bgtile.gif) left top repeat;
	padding: 4px;
	margin: 4px;
	border: 1px solid #7D5E71;
	width: 682px;
}

#textdiv1links p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin-bottom: 4px;
	}

#textdiv1news {
	float:left;
	background: #FFFFFF url(/images/bgNews.jpg) left top no-repeat;
	padding: 4px;
	margin: 4px;
	border: 1px solid #7D5E71;
	width: 682px;
}

#textdiv1news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin-bottom: 4px;
}

#textdiv1news img {
	float:right;
	margin-left: 2px;
	padding: 2px;
	border: 1px solid #7D5E71;	
}

#latestLink {
	font-size: 90%;
	font-weight: normal;
}

#p1 {
	border-top: #6f6f6f dotted 1px;
	border-bottom: #6f6f6f dotted 1px;
	padding: 10px 0px;
	margin: 10px 0px;
}

#p1 p {
	color: #0B2276;
}


/* contact page */

#flvcontact {
	height: 288px;
	width: 352px;
	overflow: hidden;
}

#contactdiv {
	
	margin:0px 0px 0px 160px;
	padding: 7px 6px 7px 6px;
	background: #FFFFFF url(/images/bgviddiv.gif) left top repeat;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#address {
	width: 450px;
	padding: 4px;
	background: #FFFFFF url(/images/bgAddress.jpg) right bottom no-repeat;
	border: 1px dashed #6F6F6F;
	margin:10px 2px 10px 120px;
 }
 
#address div.r {
clear: both;
padding: 5px 0px 10px 0px;
}

#address span.label {
float: left;
width: 100px;
text-align: right;
color:#0B2276;
}

#address span.f {
float: right;
width: 335px;
text-align: left;
}

#contactdiv p {
	padding: 4px;
	font-size: 80%;
}

#textdiv1contact {
	float:left;
	background: #FFFFFF url(/images/bgContact.jpg) left top no-repeat;
	padding: 4px;
	margin: 4px;
	border: 1px solid #7D5E71;
	width: 682px;
}

#textdiv1contact p {
	color:#000000;
	margin-bottom: 6px;
}

#textdiv1contact h2 {
	color:#0B2276;
	font-size: 80%;
}

#textdiv1contact li {
	font-size: 80%;
	margin-bottom: 4px;
	margin-left: 12px;
}

/* contact form style */

#fcf2 {
float: right;
font-family:arial;
font-size:11px;
margin:2px 2px 2px 2px;
width:330px;
}

#fcf2 p {
text-align:center;
padding:8px;
font-size: 100%;
}

#contactdiv em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
}
#fcf2 label {
float: left;
width: 90px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 230px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea, #fcf2 select {
background: #FFF;
border:1px solid #000;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus, #fcf2 select:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}

/* donation page */

#textdiv1donate {
	float:left;
	background: #FFFFFF url(/images/bgDonation.jpg) left top no-repeat;
	padding: 4px;
	margin: 4px;
	border: 1px solid #7D5E71;
	width: 682px;
}

#textdiv1donate p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin-bottom: 4px;
}

#textdiv1donate img {
	float:right;
	margin-left: 2px;
	padding: 2px;
	border: 1px solid #7D5E71;	
}

/* navigation style */

#linkList {
	top: 96px;
	position: absolute;
	width: 160px;
	left: 0px;
	padding: 20px 0px 0px 0px;
	background: #0B2276;
}

#linkList2 {
	border-top: 1px solid #FFFFFF;
}

#linkList ul {
	list-style: none;
}

#lselect ul li {
    padding: 15px 0 15px 2px;
    font-size: 70%;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
	background: #B195A6;
}


#lselect ul li a, #lselect ul li a:link, #lselect ul li a:visited {
    padding: 0 0 0 40px;
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
    background: #B195A6 url(/images/bglselect_a.gif) left center no-repeat;
}

#lselect ul li a:hover {
    text-decoration: none;
}

#grey {
	margin-top: 20px;
	height: 20px;
	background: #6F6F6F;
	border-top: 1px solid #FFFFFF;
}

#grey2 {
	height: 20px;
	background: #6F6F6F;
	
}

#newsletter {
	background: #B195A6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 80%;
	color: #FFFFFF;
	padding: 4px 0px 4px 4px;
}

#newsletter h2 {
  font-size: 100%;
  color: #0B2276;
  }
  
#txt_email {
	border: 1px solid #6F6F6F;
	width: 140px;
}

#button1 {
	border: 1px solid #6F6F6F;
	margin: 4px 0px 0px 90px;
}


/* page bottom */


#footer {
	clear: both;
	font-size: 70%;
	background: #B195A6;
	height: 40px;
	text-align: center;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 2px 0px 4px 0px;    
}

foooter p {
	line-height: 60%;
}

