/*Classes for positioning*/

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	padding-top: 5px;
	text-align: center;
	font-family: "Georgia", "Lucida Calligraphy", "URW Chancery L", "Urw Chancery l", "urw-chancery l-iso8859-15", cursive;
	font-size: 35px;
	background-color: #ffff99;
	color: #000000;
}

.footer {
	position: float;
	float: left;
	top: 10px;
	vertical-align: bottom;
}

.horiznavigation {
	position: absolute;
	top: 100px;
	left: 200px;
	height: 50px;
	padding: 5px;
	text-align: center;
	background-color: #ffff99;
	color: #000000;
	}


.navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 180px;
	height: 100%;
	text-align: center;
	background-color: #fff999;
	color: #000000;
}


.campaigncontent {
	position: absolute;
	top: 160px;
	left:200px;
	width: auto;
	height: 100%;
	text-align: justify;
	background-color: #ffff99;
	padding-right: 10px;
	color: #000000;
	font-size: 12pt;
}

.content {
	position: absolute;
	top: 100px;
	left:200px;
	width: auto;
	height: 100%;
	text-align: justify;
	background-color: #ffff99;
	padding-right: 10px;
	color: #000000;
	font-size: 12pt;
}


.ccontent {
	position: absolute;
	top: 80px;
	left:180px;
	width: 75%;
	height: 100%;
	text-align: center;
	background-color: #ffff99;
	padding-right: 10px;
	color: #000000;
	font-size: 12pt;
}


.menu {
	position: relative;
	left: 0px;
	top: 10px;
	font-family: "Times New Roman", "Times", sans-serif;
	font-size: 12pt;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	width: 160px;
	border: 1px solid #000000;
}


.count {
	position: relative;
	left: 0px;
	top: 30px;
	font-family: "Times New Roman", "Times", sans-serif;
	font-size: 12pt;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	width: 140px;
	border: 0px solid #000000;
}


.submenu {
	margin-left: 10px;
	font-size: 10pt;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	padding: 2px;
}


.signature {
	position: absolute;
	bottom: 0px;
	left:0px;
	width: 100%;
	height: 30px;
	font-size: 10pt;
	background-color: #00FF00;
	text-align: right;
	color: #000000;

}


.centre {
	text-align: center;
	width: 75%;
}

#center {
	text-align: center;
	}

.indent {
	margin-left: 30px;
	padding-top: 10px;
}


/*Formatting Styles*/
body {
	background-color: #ffff99;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
	background-color: #ffff99;
}

a.link:hover {
	color: #0000ff;
	text-decoration: none;
	background-color: #ffff99;
}

a.email {
	color: #0000FF;
	text-decoration: underline;
	background-color: #ffff99;
	font-size: 12pt;
}

a.email:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #ffff99;
}

.scripture {
	font-style: italic;
	background-color: #ffff99;
	color: #9F141A;
	cursor: help;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	font-size: 16pt;
	font-variant: small-caps;
}

h2 {
	font-size: 14pt;
	font-style: italic;
	font-variant: normal;
}
p {
	color: #000000;
	text-decoration: none;
	background-color: #ffff99;
	font-size: 12pt;
	font-family: "Times New Roman", Times, Helvetica, Sans;
}


.note {
	color: #000000;
	text-decoration: none;
	background-color: #ffff99;
	font-size: 10pt;
}

.heading {
	font-family: "Lucida Calligraphy", "URW Chancery L", "Urw Chancery l", cursive;
	font-size: 40px;
	background-color: #ffff99;
	color: #000000;
}

td.nav {
	font-size: 12pt;
	border-style: solid;
	border-width: 1px;
}


