/* CSS Document */
/* This style sheet is for the web pages associated with the 2008 Fall/Winter Lung Health Framework Viewer and Upload Site*/

html, body	
	{
	font-size: 12pt;
	font-family: TW Cen MT, sans-serif;
	margin: 10px;
	background-color:#ffffff;
	text-align:center;
	width:1200px;
	} 

img
	{
	border:0px;
	vertical-align:middle;
	}
	
/*--- layout declarations for <div> sections; ----*/
/*--- the placement of the parts of the page  ----*/
/*--- is controlled with division tags    ----*/

		#whole {

			padding: 0px;
			margin:0 0 0 0px;
			background-color:#ffffff;
			text-align:left;
		}
		
		#masthead {
			width:1000px;
			height:110px;
			padding: 0px;
			margin:0 0 0 0px;

		}
		
		    #masthead h1 a:link, #masthead h1 a:visited {
				width:1000px;
			    height:110px;
				display:block;
				overflow:hidden;
				padding: 0px;
				margin:0px;
				text-indent:-1000em;
			}
			
			#masthead h1 {
				padding: 0px;
			    background:url('../images/MASTHEAD.gif') no-repeat;
				margin:0px;
				height:120px;
			}

		#content {
            width:980px;
			top:120px; 
			padding:5px 0px 100px 15px;
			background-color:#ffffff;
			background:url('../images/content_survey.jpg');
			background-repeat: repeat-y;
		}
		
		
		#bottom 
		{
			width:1000px;
			height:20px;
			background:url('../images/bottom.jpg');
		}
		#clear 
		{
			clear:left;
			padding:0;
			margin:0;
		}

/*--- overarching text styles -----*/	

a:link {color: #000000}
a:visited {color: #666666}
a:hover {color: #6666FF}
a:active {color: #000000}

.plain 
	{
	text-decoration: none;
	}

p
	{
	text-align: left;
	}

ul.bulleted
	{
	text-align: left;
	list-style: square;
	text-indent: 0em;
	}

ul

	{
	list-style: square;	
	}
	
ol
	{
	text-align: left;
	text-indent: 0em;
	}
	
li
	{
	padding-top:5px;
	padding-left:3px;
	text-align: left;
	}

h1	
	{
	font-size: 14pt;
	}

h2	
	{
	font-size: 12pt;
	} 

h3 	
	{
	font-size: 12pt;
	margin-left: 10px;
	text-decoration: underline;
	font-family: sans-serif;
	}
	
h4 	
	{
	font-size: 12pt;
	}

input
	{
	background: white; 
	color: #000000; 
	border: 1px solid #666666;
	}
	
.center
	{
	text-align: center;
	}

/*--- TABLE STYLES -----*/

table 
	{
	border: 2px solid #165D7E;
	border-collapse: collapse;
	font-size:12px;
	}


/*--- TABLE CELL STYLES -----*/


/*--- TABLE CELLS -----*/
th
    {
	border:          1px solid #165D7E;
	border-collapse: collapse;
	padding:         5px;
	vertical-align:  bottom;
	text-align:      left;
    }
tr
    {
	vertical-align:  middle;
	}
td 
	{
	border:          1px solid #165D7E;
	border-collapse: collapse;
	padding:         5px;
	vertical-align:  top;
	text-align:      left;
	font-size:       14px;
	}

