
/* Div positional layout css */

body{
    margin: 0;
    padding: 0; 
    color: #000000;
}

#container{
    width: 910px;
    /margin: 0 10px 0 0 ;    
	background-color: #ffffff;
    color: #000000;
    /*border: 1px solid #000000;*/
    line-height: 130%;
}

#top{
    height: 220px;
    padding: 0;
	background-color: #ffffff;
    /*border-bottom: 1px solid #000000; */
}

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

#leftnav{
    float: left;
    width: 150px;
    margin: 0;
    padding: 1em;
    color: #000000;
    background-color: #ffffff;
    text-align: left;
	font-size: 12px;
}

#content{
    background-color: #ffffff;
    margin-left: 250px;
    padding: 1em;
    max-width: 38em;
}

#footer {
    clear: both;
    margin: 0;
    padding: 0.5em;
    color: #000000;
    background-color: #ffffff;
    font-size: 10px;
    text-align: center;
}
/* END Div positional layout css */
a:link { 
	color: #000000;
	text-decoration: underline;
	}
a:visited {
	color: #666666;
	text-decoration: none;
	}
a:hover {
	color: #666666;
	background-color: #67C8FF;
	text-decoration: underline;
	}
a:active {
	color: #333333;
	text-decoration: none;
	}
/* Start Menu CSS */
.ddmx {
    font: 16px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    font: 16px arial;
    color: #333333;
    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: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #3A4E17;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border: 1px solid #3A4E17;
}
.ddmx .item2 {
    background: #71884A;
	border: 1px solid #3A4E17;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #97B562;
	border: 1px solid #3A4E17;
}
.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 */