@charset "utf-8";
/* CSS Document by Dustin Gannon */
/* for CAS 208 Project 3 */

h1, h2, h3, h4, h5, p {font-family: calibri;
}

h2	{font-size:18px;
	background-color: #022f55;
	color:#fff;
	text-transform: uppercase;
	line-height: 140%;
}

h3	{font-size:18px;
	color:#900;
}

body {background-color:#022f55;
	  color:#000;
	  font-family:calibri, arial, sans-serif;
}

#container {margin-left: auto;
		    margin-right: auto;
		    width: 80%;
		    min-width: 500px;
		    min-height: 635px;
			float:center;
		    padding-left: 5px;
		    background-color: #fff;
			border: 5px solid #000;
}

img {box-shadow: 3px 3px 3px  #00a8ec;
	border-color: #008B8B;
}

.noborder  {border:none;
}
			
#updated {font-family: Calibri, Verdana, Arial, Tahoma, sans-serif;
			 font-size:9px;
			 text-align:right;
			 font-weight:200;
			 font-style:italic;
}
