body 
{
	text-align: center;
    background: #E0E1F7;
    color: #444;
	}
div.container
{
	text-align: left;
	margin: 0 auto;
	background: #dc0408;
}
#navigation
{
	background: #dc0408;
	
	margin: 0 auto;
	float: left;
}
ul#navigation 
{
	margin: 0;
	padding: 0; 
	list-style-type: none; 
	background: #dc0408; 
	float: left;
}
ul#navigation a
{
	
	display: block;
	text-decoration: none;
	background: #dc0408;
	color: navy;
	padding: .2em .5em;
	border-bottom: 2px solid #fff;
	
	}

ul#navigation a:hover
{
    background: blue;
    color: #fff;
    }
ul#navigation li
{
    display: inline;
    }

	
div.content
{
	background: #dc0408;
	
	margin: 0 auto;
}
div.imagecaption
{
	float: right; 
	width: 240px; 
	margin: 1em 1em 1em; 
	display: inline; 
	}
div.UC
{
	float:center; 
	width: 240px; 
	margin: 10em 1em 1em 1em; 
	display: inline; 
	}

h1 
{
	color: black;
	font-size: 18px;
	font-style: italic;
	text-align: left;
	font: arial, helvetica san-serif;
	
	}
h2 
{
	font-style: italic;
	text-align: left;
	color: black;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 80%;
	line-height: 120%;
	font-family: arial, helvetica, san-serif;
	}
h3 
{
	color: black;
	font-size: 20px;
	font-style: italic;
	text-align: left;
	font: arial, helvetica san-serif;
	}
h4
{
	font-style: italic;
	text-align: center;
	color: black;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 100%;
	line-height: 120%;
	font-family: arial, helvetica, san-serif;
	}	

h6 
{
	color: black;
	font: 60% arial, helvetica san-serif;
	}
div.footer
{
	background: #dc0408;
	text-align: left;
	margin: 0 auto;
	
}
