	.dsu	{
		color:#BA1C21;
		font-size:1.2em;
		}
			
	#wrapper	{
		width:80%;
		margin:0 auto;
		text-align:center;
	}
			
	body  {
		background-color:#FFFFFF;
		color:#666666;
		font-family: 'Verdana' , sans-serif;
	}
		
	header	{
		background-color:#BA1C21;
		color:#FFFFFF;
		font-family: 'Georgia' , sans-serif;
		font-size:240%;
			}
			
	#heroImage	{
		background-image:url("images/homehero.jpg");
		height:300px;
	}
					
	nav		{
		background-color: #F3F3F3;
		font-style: bold;
			}
					
	h2		{
		color:#424242;
		font-family: 'Georgia', sans-serif;
			}
			
	h3	{
		color:#BA1C21;
	}
			
	dt		{
		color:#BA1C21
		font-style: bold;
	}
				
	p	{
				
			}
				
	a	{
		color:#2A577F;
		}
				
	footer	{
		font-size:.70em;
		font-style: italic;
		text-align: center;
		}