html {
margin: 0;
padding: 0;
}


body {
background-color: #e6e6e6;
margin: 0;
padding: 0;
/* background-image: url('bg.jpg');
background-position: center top;
background-repeat: no-repeat; */
font-size: 9pt;
font-family: georgia, tahoma, verdana;
color: #6a6a6a;
line-height: 1.4;
}


#wrapper {
width: 920px;
margin: 0 auto 0 auto;
background-color: #fff;
}

#top {
background-image: url('images/top-bg.jpg');
background-position: center top;
background-repeat: no-repeat;
height: 105px;
}

#top ul {
padding-top: 75px;
}

#top li {
float: left;
margin-right: 13px;
padding-right: 13px;
border-right: solid 1px #b8b8b8;
}

#top li a {
font-weight: bold;
color: #007d57;
}

#top li.active a {
color: #ec008c;
}

.padder {
padding: 0 30px 40px 30px;
}

#right {
margin-top: 20px;
float: right; 
width: 220px;
}

#right-padder {
padding-left: 0px;
}

#left-padder {
padding-right: 30px;
}

#content {
margin-top: 20px;
width: 620px;
background-image: url('images/left-bg.gif');
background-position: right top;
background-repeat: repeat-y;
}

#bottom {
margin: 10px auto 0 auto;
background-color: #fff;
background-image: url('images/bottom-bg.jpg');
background-position: center top;
background-repeat: no-repeat;
height: 85px;
width: 920px;
}




h1, h2, h3 {
margin: 0 0 20px 0;
padding: 0;
color: #000;
}

h1 {
font-size: 16pt;
font-weight: normal;
}

h2 {
font-size: 10pt;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}

img {
border: 0;
}

ul, ol, li {
margin: 0;
padding: 0;
list-style-type: none;
}

a {
color: #ec008c;
text-decoration: none;
}

input, textarea {
font-size: 9pt;
font-family: georgia, tahoma, verdana;
color: #000;
line-height: 1.4;
background-color: #eef9f6;
border: solid 1px #82c1ae;
padding: 2px;
}




.clear {
clear: both;
}

.flashmovie {
background-image: url('images/flash-bg.jpg');
background-position: left top;
background-repeat: repeat-x;
margin-bottom: 20px;
}

.bulletlist {
margin: 20px 0 20px 0;
}

.bulletlist li {
background-image: url('images/bullet-green.jpg');
background-position: left top;
background-repeat: no-repeat;
padding-left: 25px;
padding-bottom: 6px;
}




