/* CSS Document */

body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #444;
background-color: #e3e3d7;
}

img {
border: none;
}

.border {
border: 10px solid #fff;
}

h1 {
margin: 10px 0px 0px 0px;
padding: 0px;
font-family: Georgia, "Times New Roman", serif;
font-weight: bold;
font-size: 15px;
color: #44739d;
}

.text {
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: justify;
}
.text a, .text a:visited {
color: #44739d;
text-decoration: none;
border-bottom: 1px dashed #44739d;
}
.text a:hover, .text a:visited:hover {
color: #44739d;
text-decoration: none;
border-bottom: 1px solid #44739d;
}
.text strong {
color: #8B8074;
}

.foot { 
margin: 3px 0px 0px 0px;
width: 780px;
font-size: 10px;
color: #808079;
text-align: justify;
}
.foot a, .foot a:visited {
color: #808079;
border-bottom: 1px dashed #808079; 
text-decoration: none;
}
.foot a:hover, .foot a:visited:hover {
border-bottom: 1px solid #808079;
text-decoration: none;
}

#head_area {
clear: both;
width: 100%;
height: 170px;
margin: 0px;
padding: 0px;
text-align: center;
background: #469a2f url(img/head_bgr.gif) repeat-x scroll left top;
}

#content_area {
clear: both;
width: 100%;
margin: 0px;
padding: 0px;
text-align: center;
background: #f4f4ed url(img/content_bgr.gif) repeat-x scroll left top;
}

#foot_area {
clear: both;
width: 100%;
margin: 0px;
padding: 0px;
text-align: center;
background: #e3e3d7 url(img/foot_bgr.gif) repeat-x scroll left top;
}


.container {
clear: both;
width: 780px;
margin: 0px auto 0px auto;
padding: 0px;
text-align: left;
}

.clearer {
clear: both;
width: 780px;
margin: 0px;
padding: 0px;
font-size: 1px;
}

#head {
clear: both;
width: 780px;
height: 46px;
margin: 0px;
padding: 0px;
color: #fff;
}

#menu {
clear: both;
width: 780px;
height: 44px;
margin: 32px 0px 0px 0px;
padding: 0px;
font-size: 12px;
font-weight: bold;
color: #fff;
text-align: left;
}


/* navigation */

#nav ul {
margin: 0px;
padding: 0px;
list-style: none;
overflow: hidden;
}
#nav ul li {
float: left;
height: 46px;
margin: 0px 2px 0px 0px;
padding: 0px;
text-align: left;
}
#nav ul li a {
float: left;
display: block;
line-height: 16px;
padding: 5px 25px 5px 10px;
margin: 0px;
text-decoration: none;
color: #f4f4ed;
font-weight: normal;
background: #69bf52 url(img/menu_bgr.gif) repeat-x top left scroll;
}
#nav ul li a strong {
display: block;
font-weight: bold;
color: #fff;
}
#nav li a:hover {
background: none;
}
#nav li a.active {
color: #24760e;
background: #fff url(img/menu_bgr_active.gif);
}
#nav ul li a.active strong {
color: #24760e;
}
#nav ul li a:hover {
color: #24760e;
}
#nav ul li a:hover strong {	
color: #24760e;
}

#content {
width: 720px;

}

