@charset "utf-8";
/* CSS Document */


body {
font-family: Arial;
background: url(images/pageBG2.jpg) repeat-x;
margin: 0px;
padding: 0px;
}
#wrapper {
background: url(images/topBar.jpg) no-repeat;
}
#footer {
height: 40px;
background: url(images/foot2.jpg) repeat-x;
}
#footer .footlink,#footer .footlink a {
color: #fff;
font-size: 10pt;
}

h1 {
padding-top: 10px;
font-size: 14pt;
color: #DEB910;
}
h2 {
font-size: 12pt;
color: #333;
}
p, li {
font-size: 10pt;
}
.img {
border: 1px solid #666666;
}