* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}
        
body {
	background: url('http://www.pdshowcase.org/images/background.jpg') repeat-x #fff;
	}
	
td.header {
	background-image: url('http://www.pdshowcase.org/images/index_r1_c3.jpg');
	background-repeat: repeat-x;
}
        
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #4F4E4E;
	}
	
select{
	border: 1px solid lightblue;
	}
	
input, textfield, textarea {
	padding: 3px;
	border: 1px solid lightblue;
	}

textarea {
    background-color: #FFF;
    }
a {color: #003366; text-decoration: underline; outline: 0; -moz-outline: 0; padding: 1px; }

h1, h2 ,h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 22px;
	}

h2 {
	font-size: 18px;
	color: #003366;
        margin-bottom: 10px;
	}

h3 {
	font-size: 15px;
	color: #003366;
	}

h4 {
    font-size: 13px;
    }
        
div.content {
    margin-top : 25px;
    }
    
div.footer {
    margin-top : 20px;
    }
    
ul {
    list-style-image: url('http://t2.ce.ufl.edu/testing/pds/images/arrow.gif');
    list-style-position: inside;
    }
li {
    margin-left:5px;
	margin-bottom: 5px;
}    
    
hr {
    color: #003366;
    border: none 0; 
    border-top: 1px dashed; /*the border*/
    width: 50%;
    height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
    }
    
hr.grey {
    color: #999;
}

.copybold {
    font-weight:bold;    
}

td.regform { width: 70%;}
    
td.right {
    text-align: right;
    border: 0px;
    border-color: #ddd;
    }
td.left {
    text-align: left;
    border: 0px solid;
    border-color: #ddd;
     }
td.center {
    text-align: center;
    border: 0px solid;
    border-color: #ddd;
    }
    
label {  

}

.section{
	text-align: left;
	background: #333;
	padding: 1.4em 0 3.2em 0;
	overflow: auto;
	width: 100%;
	}


.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #fff;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img:hover {border: none;}