/* CSS Document */
html, body {background-color: #6186c4; 
	height: 100%;
	margin: 0;
	padding: 0;
}

/* content divs */
#wrapper {
background-image: url(../images/bkg3.jpg); 
    background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position:center;
	min-height:768px;
	margin: auto;
	align: center;
}

#container {
	margin: auto;
	max-height: 768px;
	width: 700px; 
	align: center;
	background-image: url(../images/bkg_runner.jpg);
}
		  
#content {
	padding:10px 10px 20px 20px;
	width: 650px;
	max-height: 766px;
	align: center;
}


/* text styles */    
p {font-family: helvetica, arial, sans-serif; 
   font-size: 1em; 
   color:#003468;
   width: 300px;
   line-height: 1.5;
}

p.thx {font-family: helvetica, arial, sans-serif; 
   font-size: 1em; 
      color:#003468;
   width: 415px;
   line-height: 1.5;
}
        
h3 {font-family:helvetica, arial, sans-serif; 
    font-size: 16pt; 
    color:#f69104; 
    font-weight: bold; 
    text-align: left;
    line-height: 14px; 
    margin: 0px 0 10px 0px;}
	
h3.info {font-family:helvetica, arial, 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:helvetica, arial, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#666666;
}


.coumadin{
	font-family:helvetica, arial, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#f69104;
}

.info{
	font-family:helvetica, arial, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#add6f2;
}
td.coumadintxt{
	font-family:helvetica, arial, sans-serif;
	font-size:16px;
	width: 300px;
	color: #666666;
}

.info2{
	font-family:helvetica, arial, sans-serif;
	font-size:16px;
	font-weight: bold;
	width: 300px;
	color: #003468;
}

#content tr.label {
	font-family:helvetica, arial, sans-serif;
	font-weight: bold; 
	text-align:left;
	color:#003468;
	font-size: 14px;
}

#content tr.label-survey{
	font-family:helvetica, arial, sans-serif;
	font-weight: bold; 
	text-align:left;
	color:#f69104;
	font-size: 14px;
}

#content tr.q {
	font-family:helvetica, arial, sans-serif;
	text-align:left;
	color:#003468;
	font-size: 14px;
}

.userMsg
{
	font-weight:bold;
	font-size:12px;
	color:#f69104;
	font-family:helvetica, arial, sans-serif;
}

td.right{ border-left-color: #003468;
border-style: solid;
border-top: none;
border-right: none;
border-bottom:none;
border-left:1px;
} 

/*links*/
a {color:#f69104; 
 	text-decoration: none;
}

a:hover {color: #003468;
 	text-decoration: none;
}	

.btn
{
	background-color:#003468;
	color:#ffffff;
}
	
	
	