body{
    margin: 40px 0;
    padding: 0;
    background: #fff url('images/bg.gif') repeat-x top left;
    text-align: center;
    height: 100%;
    font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

#wrap{
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

#header{
    height: 95px;
    background: #BBBC82 url('images/header.gif') repeat-x top left;
}

#menu{
    width: 600px;
    float: right;
    text-align: right;
    line-height: 93px;
    padding-right: 20px;    
}

#menu a{
    color: #fff;
    text-decoration: none;
}

#menu a:hover{
    text-decoration: underline;
}

#menu .menuItem{
    background: url('images/menu.gif') no-repeat right center;
    padding: 0 15px 0 9px;
    text-transform: uppercase;
    color: #fff;
}

#menu .menuItem span{
    text-decoration: underline;
    font-weight: bold;
}

html>body #menu .menuItem span{
    background: url('images/current.jpg') no-repeat center bottom;
    padding-bottom: 10px;
    padding-left: 0;
    margin-right: 0;
    text-decoration: none;
}

#menu .last{
    background: none;
}

#content{
    padding: 20px 20px;
    color: #555;
    line-height: 18px;
}

#content h1{
    margin-top: 0;
    color: #333;
}

#content h2{
    color: #333;
}

#content h3{
    color: #333;
}

#footer{
    border-top: 1px solid #ccc;
    font-size: 11px;
    color: #888;
    text-align:right;
    padding: 8px 80px;
    line-height: 18px;
    background: url('images/footer1.jpg') no-repeat 830px -1px;
}

#footer a{
    color: #888;
    text-decoration: none;
}

hr{
    display: none;
}

fieldset{
    border: none;
    border-top: 1px solid #BBBC82;
    margin-top: 15px;
    padding-top: 15px;
}

legend{
    padding: 0 10px;
    font-weight: bold;
    font-size: 14px;
}

.myinput{
    padding: 5px;
    font-size: 12px;
    width: 99%;
    margin-bottom: 15px;
}

textarea{
    font-size: 12px;
    font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

#confirmText{
    border-top: 1px solid #0a0;
    border-bottom: 1px solid #0a0;
    background: #efe;
    margin: 10px 0;
    padding: 10px;
}

.errorMessage{
    font-size: 11px;
    color: #c00;
    margin-top: -10px;
    margin-bottom: 10px;
}