/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	}
body{
font-family:"Trebuchet MS", "Times New Roman", Arial;
font-size:15px;
background-image:url(images/flowers_horizontal.jpg);
background-repeat:repeat-y;
background-position:top center;
background-color:#D8E6AB;
}
table.form
{
border: 1px solid #996600;
padding: 10px 40px 10px 30px;
}

div#mainwrap
{
width:900px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
div#header
{
width:900px;

}
div#content
{
border-left:1px solid #006600 ;
border-right:1px solid #006600 ;
padding: 0px 0px 0px 0px;
width:898px; 
margin-bottom:0px;
background-color:#D9E6AC;
}
div#content p
{
text-align:justify;
padding: 10px 100px 10px 50px;
}
div#content p.especial
{
text-align:justify;
padding: 0px 20px 10px 20px;
color:#FF0000;
}
div#content h1
{
color:#006600;
font-size:18px;
padding-left:10px;
}
div#content ol
{
text-align:justify;
padding: 10px 20px 10px 220px;
width: 550px;


}
div#content ol li
{
padding-top:15px;
}
div#footer
{
margin-top:0px;
width:893px;
padding: 10px 5px 10px 0;
background-color:#B2CA42;
color:#000000;
text-align:right;
border:1px solid;
border-color:#006600 ;
}
div#firstcolumn
{
width:100px;
border: 1px solid;
border-color:#8EA364;
padding: 10px 10px 10px 10px;
float:left;
}


div#columnA
{
float:left;
width:300px;
padding-right:10px;
border-right: 1px dashed;
border-right-color:#556655;
}
#columnA p
{
text-align:justify;
}
div#columnB
{
float:left;
width:300px;
padding-left:10px;
}
div#columnB p
{
text-align:justify;
}

div#secondcolumn
{
width:650px;
border: 1px solid;
border-color:#8EA364;
padding: 10px 10px 10px 10px;
margin-left:10px;
float:left;
}
div#secondcolumn p
{
text-align:justify;
margin-bottom:20px;
padding: 10px 10px 10px 10px;
}

div#secondcolumn h1
{
font-size:16px;
font-family:"Lucida Sans", Tahoma, "Times New Roman";
color:#845100;
padding:5px 0 5px 10px;
text-align:left;
}
#secondcolumn ul
{
list-style:none;
margin:0;
padding:0;
}
div#secondcolumn ol
{
margin-left:50px;
}
div#secondcolumn table td
{
border-bottom: 1px solid green;
padding-top: 10px;
padding-bottom:10px;
}
div#secondcolumn table td:firstchild
{
border-bottom: 1px solid green;
padding-top: 10px;
padding-bottom:10px;
}
div#listmenu{

width:830px;
float:left;
font-size:13px;
border-bottom: 1px solid #8EA364;
background-color:#FFFFFF;
margin-bottom:10px;
}
div#listmenu ul{margin:0px 0px 10px 0px;

}
* html div#listmenu ul{
float:left;
margin: 0px 0 10px 0px;
}
* html a {display:block;}
div#listmenu li{ 
float:left; 
position:relative;

list-style-type:none;
padding:4px 7px;
}
div#listmenu li:first-child{
}
div#listmenu a{
display:block; 
text-decoration:none;
padding: 0 3px;
color:  #360;
font-weight:bold;
}
a {
color: #360000;
}
a:hover
{
color:#CC0000;
}
a:active
{
color: #8EA364;
}
div#listmenu a:hover
{
color:#360000;
}
div#listmenu li:hover
{
background-color:#FFF;
}
div#listmenu ul li ul{
position:absolute;
margin:0;
width:9em;
left:-1px;
}
div#listmenu ul li ul li
{
width:100%;
border-left: 1px solid #069;
border-bottom: 1px solid #069;
border-right: 1px solid #069;
}
div#listmenu ul li ul li:first-child{

border-top:1px solid #069;
}
body div#listcontainer ul li ul{display:none;}
div#listcontainer ul li:hover ul, div#listcontainer ul li ul:hover {display:block;}
* html div#listmenu ul li ul
{
border-top:1px solid #069;
border-left:0px;
}
.clearfix:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearthefloats{clear:both;}
img.float
{
float:left;
margin: 10px 10px 10px 0px;
padding-left:20px;

}

div#thirdcolumn
{
width:190px;
border: 1px solid;
border-color:#FFCC00;
margin-left:5px;
margin-top:30px;
float:left;
}
div#thirdcolumn h1
{
font-size:large;
font-family:"Lucida Sans", Tahoma, "Times New Roman";
color:#FFCC00;
background-color:#000099;
width:100%;
padding:5px 0 5px 0;
text-align:center;
}
div#thirdcolumn p
{
color:#FFFFFF;
margin-top:10px;
padding: 0 0 5px 5px;
font-size:12px;
text-align:center;
}
img.center
{
border: 3px solid #000099;
margin-left:100px;
}
div#divider
{
width:576px;
margin-left:auto;
margin-right:auto;
background-image:url(images/divider_paragraphs.gif);
background-repeat:no-repeat;
height:52px;
}.special {
	color: #006600;
}
