/* This is the CSS for the sidebar */
/* Default settings */
* {
	padding: 0;
	margin: 0;
	font-family: Arial;
	}

html, body {
	height: 100%;
	}

body {
  font-size: 0.90em;
	overflow: auto;
	}
	
body > #sideBar {
	position: fixed;
	}

#sideBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 100%;
    background-color: #587c00;
    color: #FFFFFF;
    text-align: right;
	}

#sideBar p.title {
	padding-top: 20px;
	padding-right: 10px;
	font-size: 150%;
	font-weight: bold;
	text-align: right;
	}

#sideBar A {
	position: relative;
	top: 46px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFFFFF;
	font-weight: bold;
	}

#sideBar A.menulink {
	display: block;
	padding-right: 10px;
	text-align: right;
	text-decoration: none;
	border: none;
	}

#sideBar A.menulink:visited {
	text-decoration: none;
	border: none;
	}

#sideBar A.menulink:hover {
	border: none;
	background-color:#FFFFFF;
	color: #6E8B3D;
	font-weight: bold
	}

#sideBar p.footer {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	padding-right: 10px;
	font-size: 75%;
	}

#sidebar ul, li {
        list-style-type: none;
        }

#content {
	padding-bottom: 45px;
	margin-left: 170px;
	width: 600px;
	}

#textArea table.testimony {
	border-collapse: collapse;
	border: 1px #587c00 solid;
	cellpadding: 0;
	cellspacing: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	}

#textArea p.mainVerse {
	padding-top: 10px;
	font-size: 0.95em;
	font-style: italic;
	text-align: center;
	}
	
#textArea tr.testimony {
	text-align: center;
	}
	
#textArea td, th.title {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 50%;
	}

#textArea td, th.name {
	width: 30%;
	}

#textArea td, th.locality {
	width: 20%;
	}

#textArea td.locality {
	font-style: italic;
	}

#textArea p.signature {
	font-size: 0.8em;
	}

#textArea p.back {
	padding-top: 30px;
	font-size: 0.8em;
	text-align: center;
	}

A img {
	border: none;
	}
	
A:link, A:visited {
	text-decoration: none;
	border-bottom: thin dotted #587c00;
        color: #000000;
	}
	
A:active {
	text-decoration: none;
	color: #587c00;
	}
	
A:hover {
	text-decoration: none;
	color: #587c00;
	}

h1 {
	font-size: 150%;
	text-align:center;
	}
	
h2 {
	font-size: 115%;
	text-align:center;
	padding-bottom: 15px;
	}
	
h3 {
	font-size: 100%;
	font-weight: bold;
	}

/* Image settings */
#mainImage {
	padding-top: 10px;
	}
	
#mainImage img.cocHeadline {
	border: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	
#mainImage img.ucView {
	border: none;
	width: 400px;
	height: 259px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}

#footerWrap {
		position: absolute;
    bottom: 0;
    margin-left: 170px;
    width: 600px;
    height: 25px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
    }

body > #footerWrap {
	position: fixed;
	}
	
#footer {
	margin-left: auto;
	margin-right: auto;
	font-size: 75%;
	vertical-align: top;
	text-align: center;
	}

/* The text area of all other pages */
#textArea {
	height: 100%;
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	}
	
#textArea ul {
	text-align: justify;
	padding-left: 15px;
	margin-right: 15px;
	}

#textArea p.indentedVerse {
	font-size: 85%;
	text-indent: 30px;
	}

#contact table {
	margin-left: 60px;
	margin-right: 120px;
	}

#contact td.icons {
	text-align: right;
	padding-right: 30px;
	}
	
#contact img {
	vertical-align: middle;
	height: 50px;
	width: 50px;
	}