
@charset "utf-8";
/* CSS Document */

body {
	height:100%;
	min-height:100%;
	background-image: url(./images/background.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	background-attachment: fixed;
	background-color: #1d5001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#6d8d24;
	font-size: 11px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
}

table{
margin: 0px;
padding:0px;
width:550px;
border:0;
}
td
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#6d8d24;
	font-size: 11px;
	text-align: left;
	vertical-align:top;
	margin: 0px;
   padding:0px;
   width:275px;
}

#container {
    width:850px;
	background-color:#ffffff;
	margin: 0px auto;
    padding: 0px;
	text-align: left;
	clear: both;
}

#leftcol{
	width: 230px;
	max-width:230px;
	line-height: 2em;
	background-color:#6d8d23;
	margin: 0px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#rightContentContainer{
	width: 600px;
	background-color:#ffffff;
	max-width:600px;
	margin: 0px;
	float: right;
	text-align: left;
	vertical-align: top;
	padding :0;

}
#header_photo  {
	width: 600px;
	background-color:#ffffff;
	max-width:600px;
	margin: 0px;
	float: right;
	text-align: left;
	vertical-align: top;
	padding :0;

}
#indexContainer{
	width: 600px;
	max-width:600px;
	background-color:#abd4ed;
	background-image: url(./images/indexbackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	float: right;
	text-align: left;
	vertical-align: top;
	padding :0;
	min-height: 1010px;
}

#content  {
	width: 550px;
	background-color:#ffffff;
	max-width:550px;
	line-height:1.5em;
	margin: 0px;
	float: right;
	text-align: left;
	vertical-align: top;
	padding :0 20px 0px 30px;

}

#footer {
	width:850px;
	height: 30px;
	background-color:#6d8d23;
	border: 0;
	clear: both;
	margin: 0px;
	padding:10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	line-height:1.5em;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-weight:normal;
	} 
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	h1{
	color:#b50a38;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:1.5em;
	text-align: left;
	font-weight:bold;
	font-style:italic;
	}
h6{
	color:#b50a38;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:1.5em;
	text-align: center;
	font-weight:bold;
	font-style:italic;
	}
	h2{
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.5em;
	text-align: center;
	font-weight:bold;
	font-style:italic;
	}
	
	h3{
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:2em;
	text-align: left;
	font-weight:bold;
	font-style:normal;
	}
	
	h4{
	color:#b50938;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.5em;
	text-align: left;
	font-weight:bold;
	font-style:italic;
	}
	
	h5{
	color:#6d8d24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.5em;
	text-align: left;
	font-weight:bold;
	font-style:italic;
	}

#navigation{
    width:230px;
	margin:0 15px;
	text-align:left;
}
	
.wireframemenu{
border: 1px solid #ffffff;
background-color: #6d8d23;
width:200px;
padding-left:0px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 180px;
}

.wireframemenu ul{
padding: 0 ;
margin: 0;
list-style-type: none;
}

.wireframemenu a:link {
font: bold 13px Arial;
padding: 4px 10px;
display: block;
width: 160px; /*Define width for IE6's sake*/
color: #ffffff;
text-decoration: none;
border: 1px solid #ffffff;
margin: 8px;
}

.wireframemenu a:visited{
font: bold 13px Arial;
padding: 4px 10px;
display: block;
width: 160px; /*Define width for IE6's sake*/
color: #ffffff;
text-decoration: none;
border: 1px solid #ffffff;
margin: 8px;
}

.wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #ffffff;
color: #6d8d24;
}

.wireframemenu a:active{
background-color: #ffffff;
color: #6d8d24;
}

.copyright {
	font-size: 10px;
		color: #ffffff;
	text-align: center;
	line-height:0.7em;
}
.copyright a:link {
		color: #ffffff;
	text-decoration: none;
}
.copyright a:visited {
	text-decoration: none;
		color: #ffffff;
}
.copyright a:hover {
	text-decoration: underline;
	color: #E4E4CA;
}
.copyright a:active {
	text-decoration: none;
	color: #E4E4CA;
}
.sitelinks {
	font-size: 10px;
	text-align: center;
	line-height:0.9em;
	color: #B50737;
}
.sitelinks a:link {
	color: #B50737;
	text-decoration: none;
}
.sitelinks a:visited {
	text-decoration: none;
color: #B50737;
}
.sitelinks a:hover {
	text-decoration: underline;
	color: #6d8d23;
}
.sitelinks a:active {
	text-decoration: none;
	color: #6d8d23;
}
h4 a:link {
    color: #B50737;
	text-decoration: none;
}
h4 a:visited {
	color: #B50737;	
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
		color: #6d8d23;
}
h4 a:active {
	text-decoration: none;
	color: #6d8d23;
}

a:link {
    color: #6d8d23;
	text-decoration: none;
}
a:visited {
		color: #6d8d23;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
		color: #B50737;
}
a:active {
	text-decoration: none;
	color: #B50737;
}
.redtext{
	color:#b50938;
	font-weight:bold;
}
.redtextlight{
	color:#b50938;
	
}
.greentext{
	color:#6d8d23;
	font-weight:bold;
}
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed #6d8d24;
height: 1%;
color:#6d8d24;
font-family: Verdana, Geneva, sans-serif;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
background: #e7f6e3;
color:#6d8d24;
}

.cssform textarea{
width: 250px;
height: 150px;
background: #e7f6e3;
color:#6d8d24;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

