/* ----- BASIC ELEMENTS ----- */

body {
color: #707070;
font: 11px Arial, Helvetica, sans-serif;
background: url(resources/bg.jpg) no-repeat;
background-attachment: fixed;
background-color: #F1D39E;
}

.clear {
clear: both;
}

img {
border: 0px;
}

p {
margin: 10px 30px 10px 30px;
}

.yellow_span {
color:#F1D39E;
font-size:12px;
font-weight: bold;
}

.yellow_span1 {
color:#F1D39E;
font-size:12px;
}

#top p {
margin: 95px 0px 0px 154px;
font-size:9px;
}

a {
text-decoration: none;
color: #F1D39E;
}

#header a:hover {
text-decoration: underline;
}

#content a {
color: #707070;
text-decoration: underline;
}

/*----- MENU ----- */

#navLeft {
margin: 0;
padding: 0;
width: 152px;
list-style: none;
overflow: hidden;
filter:alpha(opacity=90);
opacity: 0.9;
}

#navLeft li {
width: 152px;
overflow: hidden;
text-transform: uppercase;
font-size:11px;
font-weight:bold;
}

#navLeft a {
color:#fff;
}

.li_nav_header a  {
display: block;
width: 152px;
height: 20px;
background: url(assets/nav_header_large.gif) no-repeat;
}

.li_nav_body a  {
display: block;
width: 152px;
height: 20px;
background: url(assets/nav_body_large.gif) no-repeat;
padding-left: 15px;
line-height:20px;
}

.li_nav_footer a  {
display: block;
width: 152px;
height: 33px;
background: url(assets/nav_footer_large.gif) no-repeat;
}

.li_nav_body a:hover {
background-position:  0 -20px;
color:#016001;
}

.li_active a:active  {
background: url(assets/nav_body_large.gif) no-repeat;
background-position:  0 -40px;
color:#fff;
}

/*----- LAYOUT ----- */

#container {
width: 800px;
margin: 0 auto;
}

#top {
height: 10px;
padding:10px;
}

#menu_left {
position: fixed;
width: 122px;
float: left;
}

#header {
width: 598px;
height: 238px;
float: right;
background: url(assets/content_header.gif) no-repeat top;
}

#header .white{
margin: 20px 30px 7px 30px;
font-weight:bold;
font-size:30px;
color:#fff;
font-family: 'Times New Roman';
}

#content {
background: url(assets/content_body.gif) repeat-y;
width: 598px;
text-align: justify;
float: right;
}

.content_box_large {
width: 568px;
float: left;
}


.content_box_large p {
margin-left: 30px;
font-size:12px;
text-align:justify;
}

.content_box_large img {
margin-left: 15px;
margin-top: 3px;
}

#content_footer {
background: url(assets/content_footer.gif) no-repeat;
height: 85px;
width: 598px;
float: right;
text-align: center;
margin-bottom:30px;
}

#content_footer img{
margin-top:30px;
}
