/* CSS Document */
html, body {background-color: #b5c2c9; 
    height: 100%;
    margin: 0;
    padding: 0;
}

/* content divs */
#wrapper 
{
    background-image: url(../images/rv_man_cropped.one.jpg); 
    background-repeat: no-repeat;
    background-position:center;
    min-height:768px;
    margin: auto;
    align: center;
}

#container {
    margin: auto;
    max-height: 768px;
    width: 700px; 
    background-image: url(../images/bkg_runner.jpg);
}
          
#content {
    padding:10px 10px 20px 20px;
    width: 650px;
    max-height: 766px;
}


/* text styles */    
p {font-family: arial, helvetica, sans-serif; 
   font-size: .85em; 
   color:#000000;
   width: 300px;
   line-height: 1.35;
}

p.thx {font-family: arial, helvetica, sans-serif; 
   font-size: 1em; 
      color:#000000;
   width: 415px;
   line-height: 1.5;
}
        
h3 {font-family:arial, helvetica, sans-serif; 
    font-size: 16pt; 
    color:#97005e; 
    font-weight: bold; 
    text-align: left;
    line-height: 14px; 
    margin: 0px 0 10px 0px;}
    
h3.info {font-family:arial, helvetica, sans-serif; 
    font-size: 12pt; 
    color:#a6bed4; 
    font-weight: bold; 
    text-align: left;
    line-height: 14px; 
    margin: 0px 0 10px 0px;}
    
    
emp {font-weight: bold;}

.footer{
    font-family:arial, helvetica, sans-serif;
    font-size:9px;
    color:#666666;
}


.coumadin{
    font-family:arial, helvetica, sans-serif;
    font-size:16px;
    font-weight: bold;
    color:#97005e;
}

.info{
    font-family:arial, helvetica, sans-serif;
    font-size:18px;
    font-weight: bold;
    color:#97005e;
}
td.coumadintxt{
    font-family:arial, helvetica, sans-serif;
    font-size:.85em;
    width: 300px;
    color: #000000;
}

.info2{
    font-family:arial, helvetica, sans-serif;
    font-size:16px;
    font-weight: bold;
    width: 300px;
    color: #919da5;
}
.infoB{
    font-family:arial, helvetica, sans-serif;
    font-size:16px;
    font-weight: bold;
    color: #000000;
}

#content tr.label {
    font-family:arial, helvetica, sans-serif;
    font-weight: bold; 
    text-align:left;
    color:#919da5;
    font-size: 12px;
}

#content tr.label-survey{
    font-family:arial, helvetica, sans-serif;
    font-weight: bold; 
    text-align:left;
    color:#97005e;
    font-size: 12px;
}

#content tr.q {
    font-family:arial, helvetica, sans-serif;
    text-align:left;
    color:#000000;
    font-size: 12px;
}

.userMsg
{
    font-weight:bold;
    font-size:12px;
    color:#97005e;
    font-family:arial, helvetica, sans-serif;
}

td.right{ border-left-color: #000000;
border-style: solid;
border-top: none;
border-right: none;
border-bottom:none;
border-left:1px;
} 

/*links*/
a {color:#919da5; 
    text-decoration: none;
}

a:hover {color: #000000;
    text-decoration: none;
}	

.btn
{
    background-color:#000000;
    color:#ffffff;
}
    
    
    
