/* Start Menu CSS */
.ddmx {
    font: 12px tahoma;
}
.ddmx .item1 {
    padding: 2px 2px 2px 2px;
    border-bottom: 1px solid #ae6900;
    background: #f2b617;
    font: 12px arial;
    color: #6d4101;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 2px 2px 2px 2px;
    border-bottom: 1px solid #ae6900;
    background: #f2db17;
    font: 12px arial;
    color: #6d4101;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 2px 2px 2px 2px;
    font: 12px tahoma;
    color: #6d4101;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border: 0px solid #3A4E17;
}
.ddmx .item2 {
    background: #f2b617;
	border-bottom: 0px solid #3A4E17;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #f2db17;
	border-bottom: 1px solid #ae6900;
	border-top: 1px solid #ae6900;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #3A4E17;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

/* End Menu CSS */

/* Div positional layout css */

body{
    margin: 0;
    padding: 0; 
    background: #71884A
    color: #333333;
}

#container{
    width: 1100px;
    margin: 10px auto;
    background-color: #ffffff;
	background-image:url('./images/ffc_bkgd.jpg');
	background-repeat: repeat-y;
    color: #333333;
    border: 1px solid #3A4E17;
    line-height: 130%;
}

#top{
    height: 100px;
    padding: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #666666;
}

#top h1, #top img{
    padding: 0;
    margin: 0;
}

#leftnav{
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;
    color: #333333;
    /*background-color: #ffffff; 
	background-image:url('./images/ffc_bkgd.jpg');*/
	background-repeat: repeat-y;
    text-align: left;
}
/*
#rightnav{
    float: right;
    width: 140px;
    margin: 0;
    padding: 1em;
    color: #333333;
    background-color: #97B562; 
}
*/
#content{
    background-color: #ffffff;
	font: 14px tahoma;
    margin-left: 210px;
    margin-right: 0px;
    padding: 2em;
}

#content2{
    background-color: #ffffff;
    margin-left: 0px;
    border-left: 1px solid #3A4E17;
    margin-right: 0;
    border-right: 1px solid #3A4E17;
    padding: 1em;
    max-width: 45em;
}



#footer {
    clear: both;
    margin: 0;
    padding: 0.5em;
    color: #333333;
    background-color: #ffffff;
    border-top: 1px solid #3A4E17;
    font-size: 10px;
    text-align: center;
}
/* END Div positional layout css */
	
.row1{
	background-color: #97B562;
	border: 1px solid #71884A;
}
.row2{
	background-color: #BACE97;
	border: 1px, 0, 1px, 0 solid #71884A;
}
.flytying1{
	background-color: #97B562;
	border: 1px, 0, 1px, 0 solid #71884A;
}
.flytying2{
	background-color: #BACE97;
	border: 1px, 0, 1px, 0 solid #71884A;
}