body {
height:100%;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:150%;
font-weight:normal;
color:#5d5d5d;
margin:0px;
padding:0px;
}

#page {
margin:15px auto;
width:980px;
height:750px;
padding:0px;
}

#container {
position:absolute;
width:980px;
background-image:url(images/bodybg.jpg);
background-repeat:repeat-y;
margin:0px;
padding:0px;
}

#content {
position:relative;
width:980px;
background-image:url(images/headerbg.jpg);
background-repeat:no-repeat;
margin:0px;
padding:0px;
}

#logo {
float:left;
margin:60px 0px 0px 0px;
padding:0px 0px 0px 60px;
width:248px;
height:120px;
}

#nav {
float:left;
width:500px;
height:19px;
margin:80px 0px 0px 110px;
}

#homecentercontent {
float:left;
width:430px;
margin:40px 0px 20px 0px;
padding:0px 0px 0px 65px;
}

#centercontent {
float:left;
width:850px;
margin:40px 0px 20px 0px;
padding:0px 0px 0px 65px;
}

#footer {
width:980px;
height:64px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
background-position:top;
}

a:link, a:visited {
color:#808000;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#808000;
font-weight:bold;
text-decoration:none;
border-bottom:1px dotted;
}

.introtext {
color:#808000;
font-size:14px;
line-height:150%;
}

a.noborder, a.noborder:hover, a.noborder:visited, a.noborder:active {
border: 0px;
}




