/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 22px;
background-image: url(images/bodybg_01.jpg);
background-repeat: repeat-x;
background-position: top;
background-color: #7fbe01;
margin-top: 0px;
}

#container {
width: 750px;
background-image: url(images/containerbg_20.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
}

#banner {
background-image: url(images/bannerbg_02.jpg);
background-repeat: no-repeat;
height: 226px;
}

#content {
float: left;
width: 473px;
padding: 10px 20px;
}

#sidebar-a {
background-image: url(images/sidebarbg_06.jpg);
background-repeat: no-repeat;
background-position: top;
float: right;
width: 237px;
height: 200px;
}

#footer {
border-top: 8px solid #7fbe01;
background-color: #7fbe01;
clear: both;
font-size: 10px;
text-align: center;
height: 160px;
color: #ffffff;
}

#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}


/* -- Navbar -- */

div#navbar {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
width: 237px;
margin-left: 0px;
margin-top: 30px;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #7fbe01;
text-decoration: none;
display: block;
padding-top: 5px;
padding-left: 3px;
padding-bottom: 5px;
padding-right: 1px; 
}

#navbar ul li a:hover {
text-decoration: underline; 
}

#navbar #current a {
text-decoration: underline; 
}

#navbar ul li {
padding-left: 30px;
background-image: url(images/navicon_12.gif);
background-repeat: no-repeat;
background-position: left;
margin-left: 30px;
list-style-type: none;
display: block;
text-align: left;
}

#navbar ul {
margin: 0px;
padding: 0px;
}




/* -- HTML -- */


h1 {
font-size: 10px;
line-height: 10px;
font-weight: 300;
color: #FFFFFF;
margin-top: 0px;
padding-top: 2px;
padding-right: 12px;
text-align: right;
}

h2 {
background-image: url(images/h1icon_08.gif);
background-repeat: no-repeat;
background-position: left;
display: block;
height: 30px;
font-size: 14px;
font-weight: bold;
padding-left: 45px;
}





/* -- classes -- */

.photoleft {
float: left;
margin: 3px 16px 12px 0px;
}








