body {
    margin-top:15px;
    padding-top:15px;
    background: #fefce7;
    background-image:url('images/bg.gif');
    background-position: 80% 90% ;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

p,td {
    font-family: verdana;
    line-height:21px;
    color: #333;
    font-size: 12px;
}

h1 {
    font-family: verdana;
    color: #005ea1;
    font-size: 21px;
    font-weight:normal;
}

h2 {
    font-family: verdana;
    color: #005ea1;
    font-size: 17px;
    font-weight:normal;
}

a.menu,a:active.menu,a:visited.menu {
    font-family:century gothic;
    color: #8eb13e;
    font-size: 17px;
    font-weight: bold;
    padding:17px;
    margin:17px;
    text-decoration:none;
}

a:hover.menu {
    font-family:century gothic;
    font-size: 17px;
    font-weight: bold;
    padding:17px;
    margin:17px;
    text-decoration:none;
    color: #c0d962;
}

a,a:active,a:visited {
    font-family: verdana;
    font-size:12px;
    color: #8eb13e;
    text-decoration:none;
}

a:hover {
    font-family: verdana;
    font-size:12px;
    text-decoration:none;
    color: #c0d962;
}

.content {
    width: 700px;
    margin:0 auto;
    position:relative;
    top:50px;    
} 

.seperator {
    height: 20px;
}

.smalll {
    font-family: verdana;
    color: #333;
    font-size: 10px;
}

.block {
    width:200px;
    float:right;
    padding:0px 20px 20px 20px;
    margin:0px 20px 20px 20px;
    border:1px solid #c0d962;
    
}

.border {
    padding:0px 20px 20px 20px;
    margin:0px 20px 20px 20px;
    border:1px solid #c0d962;
    
}

.pad {
    padding:10px;
    margin:10px;
}