body{
    margin-top: 25px;
    background-color: #CCCCCC;
    margin-bottom: 25px;
}

.container{
    border-top: 2px solid #0077C9;
    border-bottom: 2px solid #0077C9;
    background-color: #FFFFFF;
    padding: 5px 10px;
}

#header{
    height: 120px;
    padding-top:3px;
    padding-bottom: 8px;
    padding-left: 16px;
}

#navigation{
    background-color: #86B30C;
    color: #FFFFFF;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom:5px;
    text-align: center;
    word-spacing:2px;
}

#navigation a{
    color: #FFFFFF;
    font-size: 12px;
    font-family: Verdana,Tahoma,Helvetica,sans-serif;
    text-decoration: none;
}

#navigation a .u{
    text-decoration: underline;
}

#header-graphic{
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    background: url("/static/images/logo/strip.png") repeat scroll 0% 0% transparent;
    height: 35px;
    margin-bottom: 5px;
}

#sub-menu .header{
    background-color: rgb(0, 119, 201);
    padding: 4px;
}

#sub-menu{
    font-family: Verdana,Tahoma,Helvetica,sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
}

#sub-menu .header a{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#sub-menu .link{
    border-bottom: 2px solid rgb(0, 119, 201);
    padding: 4px;
}

#sub-menu .link a{
    color: #000000;
    text-decoration: none;
}

#subheader h1{
    font-size: 1.6em;
}

#content{
    margin-bottom: 5px;
}

#content-left-border{
    border-left:1px solid rgb(221, 221, 221);
    padding-left: 5px;
}

#content h2{
    font-size: 1.4em;
    line-height: 1em;
    font-weight: bold;
}

#content h3{
    font-size: 1.2em;
    line-height: 1em;
    font-weight: bold;
}

#content ol{
    margin-left:20px;
}

#content ol li{
    margin-bottom:5px;
}

#footer{
    border-top: 8px solid #0077C9;
}

.error_highlight input[type="checkbox"]{
    background-color: #FBE3E4;
}
.error_highlight input[type="password"]{
    background-color: #FBE3E4;
    width:100%;
}
.error_highlight input[type="text"]{
    background-color: #FBE3E4;
}
.error_highlight select{
    background-color: #FBE3E4;
    width:100%;
}

.error_highlight textarea{
    background-color: #FBE3E4;
}

.span-7 input[type="text"]{
    width:100%;
}
.span-7 input[type="password"]{
    width:100%;
}

textarea#id_purpose_comment{
    width:20em;
}
