body {
margin : 0;
padding : 0;
font : 70% verdana, "Trebuchet MS", tahoma, arial, sans-serif;
line-height : 1.7em;
background : #fbfff1 url(images/bgd2.jpg) repeat-x;
background-position : 50% 0;
color : #333;
}
#container {
width : 750px;
margin : 0 auto;
background : #fbfff1 url(images/middle.jpg) no-repeat top;
color : #000;
}

#containerneu {
width : 750px;
margin : 0 auto;
background : #fff;
color : #000;
}

#containerneu p {
font-weight : bold;
color : black;
font-size: 14px;
background : inherit;
text-align : center;
}

		/*TOP*/
#top {
width : 750px;
height : 60px;
margin : 0 auto;
padding : 0;
background : #9aad42;
color : #000;
}
#top h1 {
padding-top : 30px;
text-align : center;
text-transform : none;
font-size : 35px;
letter-spacing: 10px;
color : #FFF;
}
			/*BANNER*/
#banner {
width : 750px;
height : 190px;
margin : 0 auto;
padding : 0;
background : url(images/top.jpg) no-repeat center;
color : #333;
}
			/*DROP MENU CONTAINER*/
#menu {
width : 750px;
height : 26px;
margin : 0 0 20px 0;
padding : 0;
background : #9aad42;
color : #000;
}

#delim {
width : 750px;
height : 5px;
margin : 0 0 20px 0;
padding : 0;
background : #9aad42;
color : #000;
}

			/*MAIN CONTENT*/
#content {
float : left;
width : 550px;
margin : 0px 0 10px 10px;
padding : 0;
}
			/*SIDEBAR*/
#sidebar {
float : left;
width : 190px;
margin : 0;
padding-left : 0px;
background : transparent;
}

			/*FOOTER*/
#footer {
clear : both;
font-size : 10px;
color : #000;
background : #fbfff1;
border-top : 1px solid #eee;
margin : 0;
text-align : center;
padding-left : 10px;
}

#footer a, a:visited {
background : inherit;
text-decoration : none;
clear : both;
font-size : 10px;
color : #000;
}
#footer a:hover {
color : #869a3b;
background : inherit;
clear : both;
font-size : 10px;
text-decoration : none;
}
			/*TYPOGRAPHY*/
#content h1 {
font : verdana, "Trebuchet MS", arial, sans-serif;
font-weight:bold;
text-transform : uppercase;
letter-spacing : 3px;
color : #b29b35;
background : inherit;
text-align : center;
margin : 10px 0px;
padding : 0;
}
#content h2 {
font : verdana, "Trebuchet MS", arial, sans-serif;
font-weight:bold;
text-transform : uppercase;
letter-spacing : 3px;
color : #869a3b;
background : inherit;
text-align : center;
margin : 10px 0px;
padding : 0;
}
#content h3 {
font : verdana, "Trebuchet MS", arial, sans-serif;
font-weight:bold;
text-transform : uppercase;
color : #b29b35;
text-align : center;
background : inherit;
margin : 10px 0px;
padding : 0;
}
p {
margin : 10px;
}
p strong {
color : #769009;
background : inherit;
}
#content p {
font-weight : bold;
font-style : italic;
color : #b29b35;
font-size:12px
}

#content a:link, a:visited {
font-weight : bold;
color : #869a3b;
font-size:12px;
background : inherit;
}

#content a:hover {
font-weight : bold;
color : #000;
font-size:12px;
background : inherit;
}

#content h4 {
padding-top : 20px;
text-align : center;
text-transform : none;
font-size : 120%;
letter-spacing: 2px;
color : #b29b35;
}

#content h5 {
padding-top : 20px;
text-align : center;
text-transform : none;
font-size : 120%;
letter-spacing: 2px;
color : #ff0000;
}

h5 {
padding-top : 20px;
text-align : center;
text-transform : none;
font-size : 120%;
letter-spacing: 2px;
color : #ff0000;
}

a img {
border : 0;
}
			/*CLASSES*/
.myborder {
border : 1px solid #869A3B;
margin : 10px 0px 10px 10px;
width : 170px;
padding : 5px;
}
			/*SCROLLBAR*/
div.scroll {
overflow : auto;
height : 11em;
width : 500px;
padding : 5px;
border : 1px solid #aaa;
margin : 20px 0 20px 0;
background : inherit;
color : #555;
font-size : 90%;
}

/* common styling */
.menu {
font : 130% verdana, "Trebuchet MS", arial, sans-serif;
text-transform : uppercase;
letter-spacing : 0px;
color : #869A3B;
background : inherit;
margin : 0px 0px 10px 10px;
padding : 0;
}

.menu ul li a, .menu ul li a:visited 
{border : 1px solid #869A3B; 
padding:5px;
display: block; 
font-weight:normal;
width:170px; 
height:30px;
text-align:left; 
color:#869A3B;
line-height:30px; 
font-size:16px;
overflow:hidden;
margin : 0px 0px 10px 0px;
}

.menu ul {padding:0; margin:0;list-style-type: none; }

/* specific to non IE browsers */
.menu ul li:hover a {color:#FFF; background:#869A3B;}
.menu ul li a.active {color:#FFF; background:#869A3B;}
