body{
	margin:0px;
	padding:0px;
	text-align:center;
	font:1.0em Verdana,Arial,Helvetica,sans-serif;
	background: #CFEF95 url(images/bggreen.png) repeat-x 0 175px; /*#90c533 */
}

#container{
	margin: auto;
	padding-bottom:20px;
}

/* header */
#header{
	margin-top: 0px;
	font:30px Georgia,Verdana,Arial,Helvetica,sans-serif;
	height:175px;
	background: white url(images/logo.gif) no-repeat 50px 85px; 
	text-align:left;
	border-bottom: 1px #B8D977 dotted;
	border-top: 1px #B8D977 dotted;	
	clear: both;
}

/* top section */
#top{
/*	background: transparent url(images/topbg.png) repeat-x 0px 0px; */
}

/* basic styles */
h1,h2,h3,h4,h5,h6{
	font: 1.0em Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:#90c533;
}
h1{
	font-size:28px;
}
h2{
	font-size:25px;
	color: #0a294f;
}
h3{
	font-size:22px;
	color:#202f0f;
}
h4{
	font-size:1.1em;
	color:#911322;
}
h5{
	font-size:16px;
	color:#af3d0a;
}
h6{
	font-size:11px;
	font-weight:bold;
	color:#90c533;
}
del{
	color:#999;
}
acronym{
	/*border-bottom:1px dotted #90c533;*/
	border:none;
	background:url(images/dottedborder_dark.gif) repeat-x bottom center;
	padding-bottom:1px;
	cursor:help;
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
a{
	color:#af2639;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	line-height:22px;
	margin:5px 0px 15px 0px;
	/*text-align:justify;*/
}
.noborder{
	border:0;
}
#content ul{
	margin:0px;
	padding:0px 10px 5px 15px;
	list-style-type:none;
}
#content ol{
	margin:0px;
	padding:0px 10px 5px 33px;
}
#content ul li{
	padding-bottom:7px;
/*	background:transparent url(images/arrow.gif) no-repeat 0px 5px; */
	padding-left:10px;
}
#content ol li{
	padding-bottom:7px;
}
#content ul li ul{
	margin:8px 0px -7px 0px;
}
/* I can't get <pre> to display inline very well so just use <span class="pre"> */
#content .pre{
	font:11px "Courier New",Courier,sans-serif;
	color: #af454a;
}

img{
	border:none;
}
img.floatright,
img.floatleft,
#left img{
	border:1px solid #90c533;
}
a:hover img.floatright,
a:hover img.floatleft,
#left a:hover img{
	border:1px solid #af2639;
}

/* floats, positioning, and widths */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0px 10px 0px 0px;
}
.floatright p{
	padding:0px 0px 0px 10px;
}
img.floatleft{
	margin:15px 15px 5px 0px;
}
img.floatright{
	margin:15px 0px 5px 15px;
}

/* rounded corners */
/*
.tl{background:#90c533 url(images/corners/tl2.gif) no-repeat top left;}
.tr{background:transparent url(images/corners/tr2.gif) no-repeat top right;}
.br{background:transparent url(images/corners/br2.gif) no-repeat bottom right;}
.bl{background:transparent url(images/corners/bl2.gif) no-repeat bottom left;}

.ltl{background:#efefef url(images/corners/l_tl.gif) no-repeat top left;}
.ltr{background:transparent url(images/corners/l_tr.gif) no-repeat top right;}
.lbr{background:transparent url(images/corners/l_br.gif) no-repeat bottom right;}
.lbl{background:transparent url(images/corners/l_bl.gif) no-repeat bottom left;}
*/

/* blockquotes and code*/
blockquote{
	min-height:35px;
	width:100%;
	display:block;
	margin:10px auto;
	background:transparent url(images/blockquote/quote.gif) no-repeat 10px 10px;
}
* html blockquote{
	min-height:35px;
	height:auto !important;
	height:35px;
}
blockquote p{
	margin:0px;
	line-height:17px;
	padding:10px 10px 10px 50px;
}
blockquote span{
	color:#999;
	font-size:9px;
	padding-top:5px;
	display:block;
}
blockquote span a{
	color:#555;
	text-decoration:none;
}
blockquote span a:hover{
	text-decoration:underline;
}
blockquote.go{
	background:transparent url(images/blockquote/go.gif) no-repeat 10px 50%;
}
blockquote.stop{
	background:transparent url(images/blockquote/stop.gif) no-repeat 11px 50%;
}
blockquote.exclamation{
	background:transparent url(images/blockquote/exclamation.gif) no-repeat 23px 50%;
}
code{
	display:block;
	width:92%;
	margin:0px auto 15px auto;
	line-height:17px;
}
code .red{
	color:#af454a;
}

/* forms */
form select,
form input,
form textarea{
	font:1.0em Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #888;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	/*border:1px dotted #888;  optional thought */
	border:1px solid #444;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form p label{
	display: block;
	padding: 5px;
	margin-left: 50px;
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}




/* very bottom curve */
#bottom{
/*	background:url(images/container_b.gif) no-repeat bottom center; */
	height:35px;
	width:100%;
	font-size: 0.9em;
	margin:auto;
	margin-bottom: -30px;
	color: #C26A08;
	font-weight: bold;
	text-align:left;
	clear:both;
	background-color: #EEFFCF; 
	border-bottom: 1px #B8D977 dotted;
	border-top: 1px #B8D977 dotted;	
}
* html #bottom{
	margin-top:-4px;
}

#people {
	position: absolute;
	float: right;
	right: 1px;
	top: 15px;
	background: transparent url(images/peoples.gif) no-repeat top right;
	width: 395px;
	height: 161px;
}

#title{
	display: none;
	margin-top:130px;
	margin-left:13px;
	position:absolute;
	color:#000;
	cursor:default;
/*	width: 209x;
	height: 51px;
	background:#90c533 url(images/logo.gif) no-repeat fixed top center;
*/	
}

#verses {
	position: relative;
	float: right;
	top: 30px;
	right: 410px;
	width:350px;
	height:85px;
	background: url(images/verses.gif) no-repeat top right;
}

/* menubar */
.nav{
	height:35px;
	color:#000;
	margin-left:0px;
	margin-right: 0px;
	text-align:center;
	font-size: 0.9em;
	cursor:default;
	background-color: #EEFFCF; 
	border-bottom: 1px dotted green;
}


.nav2{
	height:40px;
}


#slogan{
	position:absolute;
	margin:11px 0px 0px 45px;
	font-size: 1.0em;
	font-weight: bold;
}

#navdiv{
 text-align:right;
 width: 100%;
 float: right;
 margin-top: -3px;
 margin-right: 45px;
}
.topnav, #navlist{
	list-style-type:none;
	margin:0px;
	padding:13px 8px 0px 0px;
}
.topnav li, #navlist li{
	display:inline;
}
.topnav li a, #navlist li a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	padding:8px 6px 9px 6px;
}
.topnav li a:hover, #navlist li a:hover{
	color:#f26724;
	/* other thoughts
	border-top:5px solid #fff;
	color:#df521b;
	*/
}

/* content */
#content{
	min-height:400px;
	width:95%;
	margin:auto;
	color: black;
	text-align:left;
}
* html #content{
	min-height:400px;
	height:auto !important;
	height:400px;
}
#left{
	margin-left: 50px;
	padding:10px 10px 20px 10px;
}
* html #left{
	padding-top:20px;
}

/* sidebar */
#right{
	width:190px;
	float:right;
	padding:20px 10px 20px 20px;
}
* html #right{
	padding-top:30px;
}
#right .sideitem{
	margin-bottom:25px;
}
#right .sideitem h4{
	font:12px Georgia,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#90c533;
	width:100%;
	background:#fff url(images/dottedborder.gif) repeat-x bottom center;
	padding-bottom:3px;
	margin-bottom:13px;
}
#right .sideitem b{
	/*display:block;*/
}
#right .sideitem p{
	padding:0px 5px;
}
#right .sideitem ul{
	margin-left:-4px;
}

/* footer */
.footer{
}
.footer div{
	height:30px;
}
#copyright{
	text-align:left;
	float:left;
	padding:8px;
	margin-top:0px !important;
	margin-bottom:-16px;
	margin-left: 45px;
}
#designcredit{
	float:right;
	text-align:right;
	padding:8px;
	margin-bottom:-16px;
	margin-right: 45px;
}
#designcredit a{
	color: black;
}
#designcredit a:hover{
	color:#cf262d;
	text-decoration:none;
}

#cfName, #cfEmail, #cfRegarding, #cfMessage, #cfVericode, #cfVericodeAnsw {
	background-color: #EEFFCF; 
	margin-left: 150px;
}

fieldset p img {
		margin-left: 150px;
}

#cfName {
    margin-bottom: 4px;
}

#cfEmail {
    margin-bottom: 4px;
}

#cfRegarding {
    margin-top: 0px;
}

#cfMessage {
   width: 195px;
}

#cfContact {
  font: 0.8em tahoma, verdana, helvetica, sans-serif;
  margin-left: 15px;
}

#cfVericode {
}

#cfVericodeAnsw {
}

fieldset {
	width: 680px;
	color:#911322;

}

fieldset h3 {
	margin-left: 15px;
}