body {
font-family: Tahoma, Verdana, Helvetica, sans-serif;
/*background-color: #E9F3DA;*/
background-color: #E9F3DA;
background-image: url("../images/background.jpg");
background-repeat: repeat;
font-size: 1em;
padding: 0px;
margin: 0 auto;
text-align: center;
}

/* -------------------------------------------------- */
/* Site Elements                                           */
/* -------------------------------------------------- */
.margin {
padding: 10px;
text-align: left;
}

.content {
background-color: #FFFFFF;
width: 775px;
margin: 0 auto;
text-align: center;
padding: 10px;
border: 1px solid #BFDC93;
}

.head {
display: none;
}

.navigation {

}

.contentLeft {
float: left;
width: 425px;
}

.contentRight {
float: right;
width: 350px;
}

.greenBlock, .greenBlockAlt {
background-color: #57871B;
}

.greenBlockAlt {
float: right;
width: 350px;
border-left: 1px solid #71B123;
border-bottom: 1px solid #71B123;
margin-left: 20px;
}

.greyBlock {
background-color: #565656;
}

.whiteBlock {
background-color: #FFFFFF;
}

.lightGreyBlock {
background-color: #CCCCCC;
}

.yellowBlock {
background-color: #F6F5B5;
}

.yellowLeaf {
background-image: url("../images/yellowLeaf.jpg");
background-repeat: no-repeat;
background-position: top right;
}

.imageHolder {
text-align: center;
}

.yellowBreak {
margin-top: 15px;
border-top: 1px solid #DEDA68;
height: 5px;
}

.greenBreak {
margin-top: 15px;
margin-bottom: -8px;
border-top: 1px solid #446A15;
}


div.clearer {
height: 0;
line-height: 0px;
clear:both;
}

/* -------------------------------------------------- */
/* Text Elements                                          */
/* -------------------------------------------------- */

.siteText, .greenText, .greyText, .whiteText, .yellowText {
font-size: .75em;
font-weight: normal;
line-height: 1.5em;
text-align: left;
}

.greenHeadline, .greyHeadline, .whiteHeadline, .yellowHeadline {
font-size: .9em;
color: #E3FCBE;
font-weight: bold;
line-height: 1.5em;
text-align: left;
}

.greenText {
color: #9CC15C;
}

.greyHeadline {
color: #CCCCCC;
font-size: 1.2em;
}

.greyText {
color: #A3A3A3;
}

.whiteHeadline {
color: #333333;
}

.whiteText {
color: #666666;
}

.yellowText {
color: #997A00;
}

.yellowHeadline {
color: #665200;
}

/* -------------------------------------------------- */
/* Link Elements                                          */
/* -------------------------------------------------- */

a:link, a:visited {
color: #000000;
font-weight: bold;
text-decoration: none;
}

.yellowBlock a:link, a:visited {
color: #8B1818;
font-weight: bold;
font-size: 1.1em;
text-decoration: none;
}

.yellowBlock a:hover {
text-decoration: underline;
}


/* -------------------------------------------------- */
/* Border Elements                                     */
/* -------------------------------------------------- */

div.uedge {
background-repeat: repeat-x;
margin: 0 auto 0 auto;
}

div.redge {
background-position: right top; 
background-repeat: repeat-y;
}

div.bedge {
background-position: left bottom; 
background-repeat: repeat-x; 
}

div.ledge {
background-repeat: repeat-y;
}

div.ulcorner {
background-position: left top; 
background-repeat: no-repeat; 
}

div.urcorner {
background-position: right top; 
background-repeat: no-repeat;
}

div.blcorner {
background-position: left bottom; 
background-repeat: no-repeat;
}

div.brcorner {
background-position: right bottom; 
background-repeat: no-repeat; 
}

div.innercontent {
margin: 0px auto 0px auto;
}