body {
    background-color:#e96c1a;
    background-image:url(background.jpg);
    background-repeat:repeat-y;
    background-position:left top;
    font-family:Verdana;
    font-size:10pt;
}

.mainBody {
    background-image:url(backgroundtop.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    padding-top:75px;
    width:820px;
    padding-bottom:40px;
}

.adnamsLogo {
    text-align:center;
    width:775px;
}

p {
    margin-bottom:1em;
    padding:0 7em 0 4em;
    
}

h1 {
    margin-bottom:2em;    
    color:#e96c1a;
    text-align:center;
    font-size:1.5em;
    padding:0 5em 0 2em;
}    


h2 {
    margin:1em 0 0.5em 0;    
    color:#e96c1a;
    text-align:center;
    font-size:1.5em;
    padding:0 5em 0 2em;
}   

h3 {
    margin:0.2em 4.2em 0 2.4em;  
    background-image:url(questionHeaderBackTaller.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    color:White;
    text-align:left;
    font-family:verdana;
    font-size:1.2em;
    line-height:1.3em;
    height:60px;
    vertical-align:middle;
    padding:10px 30px 0px 20px;
}    

.question {
    margin:0em 7.5em 1em 3em;  
    background-image:url(questionBack.jpg);  
    background-position:bottom;
    background-repeat:repeat-x;
    border:2px solid #d9c8f4;    
    padding:5px; 
      
}

.question input[type=radio] {   
    margin:0.5em 1em 1em 2em;
    
}

.question textarea {   
    margin:0.5em 1em 1em 2em;
    color:black;
    border:none;
    background-color:Transparent;
    width:620px;
    height:300px;
    vertical-align:middle;
    display:block;
}


.qBordTL {
    background-image:url(TL.jpg);
    width:16px;
    height:16px;
    position:absolute;
    margin-left:-7px;
    margin-top:-7px;
}

.qBordTR {
    background-image:url(TR.jpg);
    width:16px;
    height:16px;
    position:absolute;
    margin-left:657px;
    margin-top:-7px;
}

.qBordBL {
    background-image:url(BL.jpg);
    width:16px;
    height:16px;
    position:absolute;
    margin-left:-7px;
    margin-top:-9px;
}

.qBordBR {
    background-image:url(BR.jpg);
    width:16px;
    height:16px;
    position:absolute;
    margin-left:657px;
    margin-top:-9px;
}

.requiredSummary
{
    color:red;
    font-weight:bolder;
    padding-left:10px;
    text-align:center;
}

.textMode
{
    color:Black;
    margin-left:10px;
    width:640px;
    height:300px;
    vertical-align:top;
  
}

.pageContent
{
    margin:20px;   
}