/* CSS Document */
/* CSS Document */


html { 
height: 102%;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #afc8ee;
}

#wrapper {
	width: 810px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/wrapouter.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#header {
	background-color: #FFFFFF;
	margin-left: 30px;
	margin-right: 20px;
}

#banner {
	left: -3px;
	top: 10px;
	float: left;
	width: 346px;
}

#main {
	width: 770px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #264C74;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/* CSS Navigation *//* CSS Navigation */

#topNav {
	margin-left: 380px;
	width: 400px;
	top: 0px;
	float: right;
}

#topNav ul {
	list-style: none;
	margin: 2px 0 0 10px;
	padding: 0;
	font-size: 10px;
	text-align: right;
}

#topNav li {
	display: inline;
	margin-right: 6px;
}

#topNav li a, {
	padding: 0 2px 0 2px;
}

#topNav li a:link {
	text-decoration: none;
	color: #006FBC;
	font-size: 12px;
	font-weight: normal;
}

#topNav li a:visited {
	text-decoration: none;
	color: #006FBC;
	font-size: 12px;
	font-weight: normal;
}

#topNav li a:hover {
	text-decoration: underline;
	color: #C04011;
	font-size: 12px;
	font-weight: normal;
}
/* CSS Navigation *//* CSS Navigation */

#leftNav {
	width: 140px;
	float: left;
}

#leftNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 28px;
}

#leftNav li {
	display: block;
	text-decoration: none;
	line-height: 28px;
	text-indent: -4pt;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#leftNav li a {
	line-height: 28px;
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}

#leftNav li a:hover{
	background-color: #FB6B3E;
	color: #FFFFFF;
}

.subnav {
	display: block;
	background-color: #99CC99;
}
/* CSS Navigation *//* CSS Navigation */

#bcrumb {
	font-size: 10px;
	color: #666666;
	margin-top: 110px;
	margin-bottom: 6px;
	margin-left: 30px;
}

#bcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0px;
}

#bcrumb li {
	display: inline;
	margin-right: 2px;
}

#bcrumb li a:link {
	text-decoration: underline;
	color: #006FBC;
	background-color: none;
	font-size: 10px;
}

#bcrumb li a:visited {
	text-decoration: none;
	color: #006FBC;
	background-color: none;
	font-size: 10px;
}

#bcrumb li a:hover {
	text-decoration: none;
	color: #C04011;
	background-color: #FFFFFF;
	font-size: 10px;
}
/* CSS Navigation *//* CSS Navigation */

#footer {
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #264C74;
	background-color: #CCE5FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #264C74;
	margin-bottom: 10px;
	text-align: center;
}

#footer ul {
	list-style: none;
	text-align: left;
	display: inline;
}

#footer li {
	display: inline;
	margin-right: 10px;
	list-style-type: none;
}

#footer li a:link {
	color: #0066C6;
}

#footer li a:visited {
	color: #0066C6;
}

#footer li a:hover {
	color: #C04011;
}

#footer li a:active {
	color: #000000;
}

/* end Navigation *//* end Navigation */


#donate {
	margin-top: 50px;
	margin-left: 7px;
	margin-bottom: 10px;
}

#newsbox {
	float: right;
	padding: 50px 10px 20px;
	background-color: #BEDCFB;
	background-image: url(../images/newsbg.jpg);
	background-repeat: no-repeat;
	width: 240px;
	text-align: center;
	margin-top: 10px;
}
#newsbox a {
	line-height: 22px;
	margin-top: 10px;
}
#clickbox {
	padding: 10px;
	width: 240px;
	margin-top: 5px;
	float: right;
	margin-bottom: 5px;
	background-color: #C9E5FF;
}

#box {
	padding: 20px 10px;
	width: 240px;
	margin-top: 5px;
	background-image: url(../images/box_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 5px;
}

#linkpics a:link, a:visited, a:hover {
	color: #00853D;
}

#content {
	margin-right: 10px;
	margin-left: 150px;
	margin-top: -8px;
}

#clearone {
	clear: both;
	height: 1px;	
}

p {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: left;
}

p.small {
	font-size: 10px;
	padding: 5px 5px 5px 10px;
	line-height: 14px;
}

h1 {
	font-size: 18px;
	color: #006FBC;
	line-height: 18px;
}

h2 {
	font-size: 14px;
	color: #C04011;
}

h3 {
	font-size: 14px;
	color: #00853D;
}

h4 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 0px;
}

h5 {
	font-size: 18px;
	color: #00853D;
	text-align: center;
}

h6 {
	font-size: 14px;
	line-height: 16px;
	color: #666666;
}

a:link {
	text-decoration: underline;
	color: #006FBC;
	font-size: 14px;
	font-weight: bold;
}

a:visited {
	color: #006FBC;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

a:hover {
	color: #C04011;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

td.top {
	width: 600px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00FF00;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #00FF00;
}

td.staff {
	padding-bottom: 10px;
	padding-top: 10px;
	width: 600px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00FF00;
}

hr {
	border: 0;
	width: 75%;
	background-color: #006FBC;
	height: 3px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.portright {
	float: right;
	border: thin solid #666666;
	margin: 2px 0px 10px 10px;
}
.portleft {
	float: left;
	height: 100px;
	width: 80px;
	border: thin solid #666666;
	margin: 2px 15px 10px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.right {
	float: right;
	border: thin solid #666666;
	margin-left: 20px;
	text-align: right;
}
.left {
	float: left;
	border: thin solid #666666;
	margin-right: 20px;
}

#pictures {
	float: right;
	width: 270px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 100%;
	margin-right: 5px;
}

.pic801 {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.pic802 {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.pic803 {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.pic260 {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.obit {
	padding-right: 10px;
	padding-left: 15px;
	color: #000000;
}
.cstaff {
	margin-right: 30px;
	float: right;
	border: thin solid #666666;
	margin-left: 10px;
}

.cstaff2 {
	float: right;
	border: thin solid #666666;
	margin-left: 10px;
}
.totop {
	float: right;
}
