html {
height:100%;
margin:0;
padding:0;
overflow:-moz-scrollbars-vertical;
}

body { 
margin:0;
padding:0;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-style: normal;
font-size: 75%;
}

#container {
position:absolute;
width:1000px;
left:50%;
margin-left:-500px;
text-align: left;
background: #ffffff url(../images/hand1000.jpg) no-repeat 700px 175px;
}

#topsection {
width:1000px;
background: #ffffff url(../images/headbg1000.jpg) no-repeat 0 0;
line-height: 22px;
height: 140px;
}

#logo{
position: absolute;
top: 25px;
left: 60px;
}

#logo a{
display: block;
width: 140px;
height: 75px;
}

div.clr {
clear:both;
}

#filler10{
height:10px;
width: 383px;
}

#content{
}

#contentcolumn{
float:left;
width:670px;
}

div.contentpadding{
padding:0 0 0 77px;
}

#rightcolumn{
float:right;
width:330px;
}

div.rightcolpadding{
padding:0 0 0 20px;
}

#footer{
height: 18px;
line-height:18px;
width: 483px;
background-color: #D2A5CE;
color: white;
}

div.footerpadding{
padding:0 5px 0 77px;
}

#footer ul {
list-style: none;
margin:0;
padding:0;
float:right;
}

#footer ul li {
margin:0;
padding:0;
display: inline;
}

#footer ul li a {
color: white;
font-size: 0.8em;
text-decoration: none;
padding-left:3px;
}

.contentheading, .componentheading{
font-size: 1.3em;
font-weight: bold;
}

.contentpaneopen{
margin: 0;
padding: 0;
}

td.mytable { 
border: none; 
background-color: #fff; 
padding-right: 30px;
}

a {
text-decoration:  none;
font-weight: bold;
color: #693788;
 }
a:hover {
text-decoration:  underline; 
font-weight: bold;
color: #693788;
 }
 /* lists */
ul{
padding-left:15px;
}
