html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
body {
	font: 76%/135% 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 130%;
	background-color: #5D7992;
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

#header {
margin-top: 2em;
height:275px;
width: 100%
}
#headline {
	color: #9999CC;
	float: left;
	width: 350pt;
	margin: 0 10px;
	font-size: 18pt;
	height: 100pt;
}
#subheader {
	float: left;
	font-size: 35%;
	margin: 0 0 1em 0;
	line-height: normal;
	width: 552px;
	background-color: rgb(109, 171, 188);
}
.spacer {
	float: left;
	width : 205px;
}
.clearboth {
	clear : both;
}

#logo {
	float: left;
	width: 185px;
	text-align: center;
	margin-right: 2em;
}

#content {
	width: 550px;
	float: left;
	background-color: rgb(255, 255, 255);
	margin-left: 1.9em;
}

.boxRight {
	padding-left: 220px;
	background-image: url((URL));
	background-repeat: no-repeat;
	background-position: 0 0;
}
.mainImage {
	border: 6px solid #CCC;
}

* html #content {height:1%}
* > html #content {height:auto}

.pad20 {
	padding: 0 20px;
}

.pad10 {
	padding: 0 10px;
}

/* ~~~~~~~~~ action items ~~~~~~~~~ */
#ActionItems  {
	color: #666666;
	width: 185px;
	float: left;
}
#ActionItem1 {
		background-color: rgb(144, 178, 128);

}
#ActionItem2 {
		background-color: #6699CC;
}


/* ~~~~~~~~~ footer ~~~~~~~~~ */
#Footer, #TextLinks, #Disclaimer {
	text-align: center;
	margin: 1em 0;
	width: 550px;
}
#Footer {
	margin-top: 1em;
	margin-left : 205px !important;
}
#TextLinks {
	background-color: rgb(109, 171, 188);
	color: White;
	margin: 1em 0 -1em 0;

}

#Disclaimer {
	background-color: rgb(255, 255, 255);
	border-top-color: #B7C5A5;
	border-right-color: #B7C5A5;
	border-bottom-color: #B7C5A5;
	border-left-color: #B7C5A5;
}

#Footer a:link, a:visited{
	color: White;
}

#Footer a:hover, a:active{
	color:#cccccc;
}


a:active,
a:visited,
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover { color: #999999; text-decoration: underline;
font-weight: bold;}

 a.more:active,
 a.more:visited,
 a.more:link  {
	background:url(../images/linkBullet.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:none;
	font-weight: bold;
	margin: 2em 0 0 1em;
	color:#000000;
}

 a:hover.more {
	background:url(../images/linkBulletOver.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:underline;
}



/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1 {
	font-size: 140%;
	color: White;
	margin: 0 0 0 1em;
}

h2 {

}
h3 {
	padding:0 2px;
	margin:0;
	font-size: 16px;
}
h4 {
	padding:0 2px;
	margin:0;
}
h5{
	font-size: 130%;
	margin: 5px 0;
}


/* ~~~~~~~~~ Menu ~~~~~~~~~ */    


#topmenu {
	float: left;
	font-size: 90%;
	margin: 0 0 1em 0;
	line-height: normal;
	width: 552px;
	font-weight: bold;
	background-color: rgb(109, 171, 188);
}



#topmenu ul {
	  list-style:none;
}
#topmenu li {
	display: inline;
	font-size: 130%;
}
#topmenu a {
	  color: White;
	  cursor: pointer;
}
#topmenu a:hover {
	color: #B6D7E2;
	text-decoration: none;
}
#topmenu a span {
   border-right: 1px solid White;
	padding: 1em;
}
#topmenu a span.last {
   border-right: 0px;
}


 these are for the expand function in the mission trip letters  


		.trigger{
			cursor:pointer;
		}		
		.trigger:hover{
			cursor:pointer;
			background:#ddf;
		}		
		.expanded{
			background:#ccf;
			cursor:pointer;
		}
		.expanded:hover{
			background:#eef;
			cursor:pointer;
		}
		.show{
     position:static;
     display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}

/* ~~~ I couldn't resist the smooth fluid movement of this but had a rough time getting it to work picture viewer ~~~ */  
    .highslide-controls {
	width: 195px;
	height: 40px;
	background: url(includes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(includes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background: url(includes/highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}  
