* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #337147;
color: #666666;
font: 12px Arial, Verdana, Tahoma, sans-serif;
line-height: 17px;
}

a { color: #337147; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }
img { border: none; }

#wrap {
width: 800px;
margin: 0 auto;
background: #ffffff;
}

#top {
height: 10px;
background: #337147 url(top.gif) no-repeat;
}

#header { 
height: 70px;
background: #eeeeee url(header.gif) no-repeat;
}
#header h1 { padding: 15px 0 0 20px; }
#header h1 a {
color: #337147;
text-decoration: none;
font-size: 30px;
}
#header h1 a:hover {
color: #337147;
}
#header h2 {
color: #337147;
font-size: 14px;
text-decoration: italics;
padding: 5px 0 0 20px;
}


p {font-size: 13px;
padding: 10px 0 0 0;
}

#navigation {
height: 30px;
line-height: 30px;
background: #ffffff url(menu.gif) no-repeat;
border-top: 2px solid #337147;
border-bottom: 2px solid #337147;
padding-left: 20px;
}
#navigation li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
#navigation li a {
color: #337147;
text-decoration: none;
font-size: 13px;
font-weight: 600;
}
#navigation li a:hover {
color: #000000;
}

#content {
background: #eeeeee url(content.gif) repeat-y;
}

.left {
float: left;
width: 180px;
border-right: 1px solid #bbbbbb;
padding: 10px 7px 20px 7px;
}
.left li {
list-style-type: none;
}
.left li a {
display: block;
padding: 3px 3px 3px 22px;
font-weight: 500;
}
.left li a:hover {
background: #fefefe;
text-decoration: none;
}

.right {
float: right;
width: 160px;
height: 100%;
border-left: 1px solid #bbbbbb;
padding: 10px 10px 20px 10px;
margin: 0px;
}

.center {
float: left;
width: 400px;
padding: 20px 5px 5px 10px;
text-align: justify;
}
.center h3 {
font-size: 17px;
color: #337147;
padding: 5px 0 5px 0;
}
.center h3 a { text-decoration: none; }
.center ul { padding: 20px; }
.center li { font-weight: 600; }


.center2 {
float: left;
width: 560px;
padding: 20px 20px 10px 20px;
text-align: justify;
}
.center2 h3 {
font-size: 17px;
color: #337147;
padding: 5px 0 5px 0;
}
.center2 h3 a { text-decoration: none; }
.center2 ul { padding: 20px;
list-style-type:none; font-weight:lighter; }
.center2 li { font-weight: 600; }


.box {
background : #eeeeee;
border: 2px solid #eeeeee;
padding: 10px;
margin: 0 0 10px 0;
}
.box a { font-weight: 300; }
.box1 {
background : #ffffff;
border: 2px solid #337147;
padding: 5px;
margin: 10px;
}
.box1 a { font-weight: 600; }

#footer {
height: 20px;
line-height: 20px;
text-align: center;
background: #337147 url(footer.gif) no-repeat;
color: #ffffff;
font-size: 11px;
}
#footer a { color: #ffffff;}
#footer a:hover { color: #ffffff; }

#bottom {
height: 10px;
background: #337147 url(bottom.gif) no-repeat;
}