/*
Project
Drew Jensen
3/7/2015


hsl(40, 100%, 97%)


*/

/*Header Style*/

header{
border: 5px solid hsl(240,100%,27%);}

/*Body Styles */



body{
	background-color: hsl(11,100%,100%); /*white*/
	font-family: arial, sans-serif;}

/*Heading Styles*/
h1{
font-family: "Times New Roman", serif;
text-align:center;}

h1 img.resize{
	max-height: 21%;
	max-width: 21%;
	}

h2{font-family:"Times New Roman", serif;
		background-color:hsl(240,100%, 27%);
	    color:white;
	    padding-left:1.0em;
	}


	nav{
background-color:hsl(240,100%, 27%);
border: 5px white;
padding: 0.5ex;
margin: 0.5em 0.5em;
height: 7%;
width: 98%;}

	nav ul{
	list-style-type:none;
	text-align:center;
	width:100%;
	}

	nav ul li{
list-style-type:none;
display:inline;
border:5px;
margin: 1.0em 1.0em;
color: hsl(40, 100%, 97%);
text-decoration: none;
font-weight: bold;
}


nav ul li a{
padding: 0.5ex;
text-decoration: none;
color:white;
font-weight: bold;
font-size: 2.1em;
}

nav ul li a:hover{
color:white;
background-color: hsl(0,100%,27%);}

table.RDTable{
border:6px outset black;
border-collapse:collapse;
margin: 2.0em auto;
text-align: center;
background-color:white;
}

table.RDTable caption{
font-size: 1.1em;
font-weight:  bold;
padding-bottom: 0.5em;
}

table.RDTable thead{
background-color: hsl(240, 50%, 50%);
color:white;
height: 2.5em;
font-size: 1.1em;
border:1px solid black;
}

table.RDTable thead tr th{
border:1px solid black;
padding: 0.5em 1.5em;}

table.RDTable tbody tr td, table.socialTable tbody tr th{

border:1px solid black;
padding:0.5em 1.5em;

}

table.RDTable tbody tr:nth-of-type(even){
 background-color: hsl(240, 10%,90%);
}

table.RDTable tbody tr:nth-of-type(odd){
 background-color: hsl(240, 10%,90%);
}

.standout{
      font-weight:bold;
}
