body {
background-image:url(background.jpg);
background-repeat:repeat-x;
font-family: 'Lucida Grande', Georgia, San Serif;
color:#231f20;
padding:0px;	
margin:0px;
font-size:10pt;
background-color:#ffffff;
}

a {
color:#27b472;
}

a:hover {
color:black;
text-decoration:none;
}

p {
text-align:justify;
}

strong {
font-size:12pt;
}

#h1 {
padding:0px;
}

#wrapper {
margin:0 auto;
width:900px;
background:transparent;
}

#header {
width:100%;
height:209px;
position:relative;
background:url(header.png) no-repeat;
margin-top:7px;
}

#bodycontainer {
width:100%;
overflow:auto;
position:relative;	
}

#bodyleft {
width:628px;
float:left;
margin:5px;
padding:5px;
min-height:450px;
}

#bodyright {
width:228px;
margin:5px;
float:left;
padding:5px;
}

#footer {
width:100%;
height:160px;
background-image:url('footerbg.jpg');
background-repeat:repeat-x;
font-size:8pt;
color:white;
}

#footer a:hover {
color:white;
}

#footer p {
padding-top:10px;
margin-left:10px;
}

#footer tr {
margin-top:0px;
padding-top:0px;
}

.footer {
float:left;
margin-left:5px;
margin-right:5px;
padding-top:5px;
}

.container {
margin:0 auto;
width:900px;
padding-top:10px;
overflow:auto;
background-image:url(footercon.png);
background-position:top center;
background-repeat:no-repeat;
}


.border {
border: solid 1px #27b472;
}

fieldset {
margin-top:10px;
}

fieldset p {
background:black;
color:white;
}

ul#menu {
position:absolute;
bottom:-7px;
right:0px;
list-style-type:none;
height:30px;
font-size:10pt;
padding-right:25px;
}

ul#menu li {
display:inline;
}
 
ul#menu li a {
color:white;
text-decoration:none;
padding:15px 10px;
}

ul#menu li a:hover {
color:#e3e4e6;
background:#231f20;
}

ul#menu li a.current {
background:#231f20;
}

ul#menu li a.current:hover {
color:#e3e4e6;
}

.extra {
background-image: url(../topicbg.png);
background-position:top center;
background-repeat:none;
height:220px;
width:250px;
float:left;
margin:10px 10px;
border:solid 1px #231f20;
}

.extra h2 {
color:white;
font-size:9.5pt;
padding-left:25px;

}

.extra p {
margin:10px;
padding-top:20px;
color:white;
text-align:left;
font-size:9.5pt;
}

.extra img {
float:left;
margin:20px 15px 10px 10px;
}

label {
display:block;
margin-top:10px;	
}
