/* 
colour scheeme
#040002 background (nearly black)
#211C0D form element  bg
#37300F form element outline
#6F5D2A dark text
#CCB128 light text
*/

body {
    background: #040002;
    color: #6F5D2A;
    font-family: NewBaskerville, Times, "Times New Roman", serif; /* test on PC */
    font-variant: small-caps;
    margin-left: auto; margin-right: auto;
    text-align: center;
}
/* fooey, IE */
#contentwrapper {
    width: 680px;
    text-align: left;
    margin-left: auto; margin-right: auto;
}
ul, h2, label{
    color: #CCB128;
}
blockquote {
    text-align: center;
    font-size: 15px;
    margin: 0;
    border-top: solid 1px #6F5D2A;
    border-bottom: solid 1px #6F5D2A;
    padding: 20px 0;
    margin-top: 20px;
}
blockquote cite {
    display: block;
    font-style: normal;
}
h1{
    width: 350px;
    height: 325px;
    background: url(../images/logo.gif); /* replace with root relative link to help IE5 */
    margin-left: 165px; margin-right: 165px;
    text-indent: -300em;
}
h2 {
    font-size: 18px;
}
p{
    font-size: 13px;
    line-height: 150%;
  
 }
#topnav, #footer{
    text-align: center;
}
#topnav{
    border-top: solid 1px #6F5D2A;
    border-bottom: solid 1px #6F5D2A;
    padding: 20px 0;
    font-size: 15px;
 }
#footer{
    clear: left;
    border-top: solid 1px #6F5D2A;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-variant: none;
    font-size: 9px;
    letter-spacing: 0.25em;
}
#left {
    width: 50%;
    float: left;
}
#right{
    float: left;
    margin-bottom: 20px;
}
#left p, h2, #right form {
   padding-left: 10px;
}
#left p {
    text-align: justify;
}

/* form layout */
input, textarea {
    width: 210px;
    border: solid 1px #37300F;
    background: #211C0D;
    color: #CCB128;
    font-family: Times, serif; 
    font-style: italic;
    font-size: 14px;
}
textarea{
    height: 70px;
    overflow: auto;
}
label {
    width: 90px;
    display: block;		      
    float: left;
    padding-right: 5px;
    text-align: right;
}
#submit {
    font-family: Times, serif; 
    font-variant: small-caps; /* doesn't work in Opera mac */
    border: solid 1px #211C0D;
    background: #37300F;
    color: #000;
    margin-left: 10px;
    font-size: 17px;
    font-style: normal; /* not italic */
}

/* links */
a:link, a:visited, a:active {
    text-decoration: none;
    color: #6F5D2A;
    border-bottom: solid 1px #6F5D2A;
}
a:hover {
    border-bottom: solid 1px #CCB128;
    background: #151515;
}
#topnav a:link {
    color: #CCB128;
}
#footer a:link {
    color: #6F5D2A;
}
a:visited {
    color: #6F5D2A;
}
#right h3 {
    margin: 20px;
    font-size: 14px;
}
h3.alert {
    color: #cc0000; /* change me to something nicer */
    text-align: right;
}
h3.notice {
    color: #006633; /* me too */
    text-align: right;
}
#busy { /* this span positions the progress indicator right next to the submit button */
    border: solid 1px #040002;
    display: block;
    float: left;
    text-align: right;
    width: 83px;
}
#messages{
    padding: 0;
}