* {
    padding: 0;
    margin: 0;
}

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #222;
}

img { border: none; }
a { color: #57626a; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

b {
color: #57626a;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 11px;
text-decoration: none;
}

c {
color: #57626a;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 12px;
text-decoration: none;
}

b:hover {
color : #57626a;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #FFFFCC;
padding: 10px;
border: 1px solid #5DA444; /*rgb(6,152,25);*/ /*#069819*/
}

#header {
height: 160px;
background: #FFFFCC url(./images/header.jpg) no-repeat;
}

#header h1 {
font-size: 40px;
font-family: Futura XBlk BT;
font-weight: 300;
}

#header h1 a {
color: #ff0000;
text-decoration: none;
}

#header h1 a:hover {
color: #ff0000;
text-decoration: none;
}

#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#menu {
border-bottom: 2px solid #5DA444; /*rgb(90,165,64);*/
height: 30px;
line-height: 30px;
background: rgb(234,137,86);
font: Futura XBlk BT;
}

#menu ul {
list-style-type: none;
padding-left: 30px;
}

#menu ul li {
display: block;
float: left;
}

#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}

#menu ul li a:hover {
color: rgb(92,163,68);
text-decoration: none;
}

#menu ul li b {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 10px;
/* letter-spacing: -1px;*/
}

#menu ul li b:hover {
color: #eee;
}

#content {
padding: 10px 20px;
}

.right {
float: right;
width: 590px;
text-align: justify;
padding-top: 8px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}

.left {
float: left;
width: 160px;
/*padding-top: 10px;*/
padding-top: 1px;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #57626a;
}

.left h2 {
margin: 5px 0 0 0;
padding-left: 3px;
height: 20px;
line-height: 20px;
color: #7988AF;
font-size: 13px;
}

.left h3 {
margin: 5px 0 0 0;
padding-left: 3px;
height: 20px;
line-height: 20px;
color: #7988AF;
font-size: 13px;
}

.left a { text-decoration: none }

#footer {
text-align: center;
font-size: 11px;
color: #fff;
background: rgb(234,137,86);  /*#EA8956*/
border-top: 2px solid rgb(90,165,64); /*#5AA540*/
margin-top: 20px;
padding: 10px;

}

#footer a { color: #fff; }
#footer a:hover { color: rgb(92,163,68); }

