﻿/************************
*
* Body
*
************************/

body {
	margin: 0;
	padding: 0;
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
	background: #000000 url(back.gif) repeat-x;
	color: #000000;	 /* text color */
}


a {
	color: #002165;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}
h1 {
	color:#008752;
}
h2 {
	color:#008752;
}

/************************
*
* Container
*
************************/

#container {
	width: 960px;
    margin: 0 auto;
	background-color:white;
border-style: solid;
border-color: #008752;
border-width:2px;
border-top-width:0px;
/*	background-image:url(/images/flagback.jpg); */
	background-image:url(/images/cloverback.jpg);
	background-position:0px 289px;
	background-repeat:no-repeat;
}

/************************
*
* Content
*
************************/

#content_container {
	width: 960px;
	height:inherit;
	float: left;
	display: inline;
	overflow: auto;
}
#contentarea {
/*	width:631px; */
	margin-left:18px;
	margin-right:18px;
	margin-top:18px;
}
/* If rightcolumn is not used, the include page needs to have a <p> in it for the column balancing javascript to work correctly */
#rightcolumn {
	width: 275px;
	float: right;
}
#maincontentcolumn {
	width:631px;
	margin-right:18px;
}
/* If leftcolumn is not used, the include page needs to have a <p> in it for the column balancing javascript to work correctly */

#leftcolumn {
	width: 0px;
	float: left;
}
#prefooter {
	width: 960px;
	height:inherit;
	text-align:center;
}


/************************
*
* Header
*
************************/

#header {
	width: 960px;
	height: 247px;
	background: url(../images/header.jpg) no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

/************************
*
* Navigation at top
*
************************/

#navigation {
	width: 960px;
	height: 42px;
	text-align:center;
}

/* ---------------------- redslate nav ---------------------- */
.blue #slatenav{position:relative;display:block;height:42px;font-size:12px;font-weight:bold;background:transparent url(images/redslate_background.gif);font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}
.blue #slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
.blue #slatenav ul li{display:block;float:left;margin:0 1px 0 0;}
.blue #slatenav ul li a{display:block;float:left;color:#000000;text-decoration:none;padding:14px 22px 0 22px;height:28px;}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{color:#fff;background:transparent url(images/redslate_backgroundOVER.gif) no-repeat top right;}
/* ---------------------- END redslate nav ---------------------- */



/************************
*
* Navigation at bottom
*
************************/

.bottomnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-color:#008752;
	color:#008752;
	text-decoration:none ;
	
	}
.bottomnav:hover {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-color:#008752;
	color:#008752;
	text-decoration:underline;
    letter-spacing: -0.05em;
    font-weight:bold;
}


/************************
*
* Footer
*
************************/

#footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #00244ds;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.PoweredBy {
	border-width: 0px;
	text-align: center;
}


/************************
*
* Contribute
*
************************/

.container {
   position: relative;
   height: 30px;
   }

.contribute_inputtitle {
   position: absolute;
   left: 0;
   width: 26%;
   text-align: right;
   }

.contribute_input {
   position: absolute;
   right: 0;
   width: 70%;
   text-align: left; /* depends on element width */
   }
.contribute_comments {
   position: absolute;
   right: 0;
   width: 70%;
   text-align: left; /* depends on element width */
   }
 .required {
	color:red;
	font-size:x-small;
}  
