/*css for First Pres Warren Arkansas*/
body {

	background-color: #999999;
	margin-top: 10px;
}

a:link { color: #009933; text-decoration: none; }
a:visited { text-decoration: none; color: #093; }
a:hover { text-decoration: underline; color: #6699FF; }
a:active { text-decoration: none; }

/*Styles*/


.maintext{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.maintextBold {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: x-small;
}
.float-left{
	float: left;
	padding-right: 5px;
}
.float-right{
	float: right;
	padding-left: 5px;
	}

/*blocks*/
.inset {
	font-family:Verdana, Geneva, sans-serif;
	font-size:  12px;
	margin-left: 10px;
	margin-bottom: 7px;
	margin-right:  7px;
	margin-top: 3px;
	border-bottom:thin;
	border-bottom-color:#009;
	border-bottom-style:dotted;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color:#009;
	border-right-width:thin;
	border-right-style: dotted;
	border-right-color:#009;
	border-top-width: thin;
	border-top-color: #009;
	border-top-style:dotted;
	padding-bottom: 3px;
	padding-left:3px;
	padding-right:3px;
	padding-top: 3px;
}
.preschoolinset {
	font-family:Verdana, Geneva, sans-serif;
	font-size:  12px;
	margin-left: 10px;
	margin-bottom: 7px;
	margin-right:  7px;
	margin-top: 3px;
	border-bottom:medium;
	border-bottom-color:#009;
	border-bottom-style:dotted;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color:#009;
	border-right-width:medium;
	border-right-style: dotted;
	border-right-color:#009;
	border-top-width: thin;
	border-top-color: #009;
	border-top-style:dotted;
	padding-bottom: 3px;
	padding-left:3px;
	padding-right:3px;
	padding-top: 3px;
}
.newsletter  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:  12px;
	color: #0000CC;;
	padding: 7px;
}
/*aka Blue box with rounded top right edge*/
.bluetop-roundRight{
	background: #F6EDB0;
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
	border-top-left-radius: 0px;;
	border-top-right-radius: 20px 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-top:7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 7px;
	
}

