/* 

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts

Notes

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

.floatimgleft {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	}

.floatimgright{
	float:right;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	}
		
body {
		width: 100%;
		margin: 20px 0;
		color: #000000;
		background-image: url(images/blue.gif);
		background-color: #ffffff; 
		}

body a {
		text-decoration: underline;
		color: #000000;
		}
		
body a:hover {
		text-decoration: none;
		color: #085f9f;
		}
		
/*  --------- 2. structure  --------- */
		
#wrapper {
		margin: 0 auto;
		border: 4px solid #0077b3;
		max-width: 720px;
		background-color: #ffffff;
		}

#masthead {
		background: url(images/upc_masthead.jpg) 0 0 no-repeat;
		height: 150px;
		margin-bottom: 0px;
		}
		
#menu {
		margin: 0px 0px 15px 20px;
		}
		
#content {
		padding: 0 20px 10px 20px;
		}

.sidebar {
		float: right;
		width: 200px;
		border: 1px solid #aaaaaa;
		padding: 10px;
		margin-left: 20px;
		margin-bottom: 20px;
		}
		
#footer {
		height: 41px;
		background-color: #75cbfe;
		border-top: 1px solid #0077b3; clear: both; 
		}

/* ---------- 3. links and navigation ---------- */

#navigation {
		font: 1.2em Arial, sans-serif;
		float: right;
		background: #ffffff;
		margin: 10px 10px 0 0;
		padding-left: 20px;
		border-top: 3px solid #b8e296;
		border-bottom: 3px solid #b8e296;
		}

#navigation ul {
		list-style-type: none;
		}

#navigation li {
		display: inline;
		margin-right: 20px;
		line-height: 1.7em; 
		}

#navigation body a {
		text-decoration: none;
		font-weight: bold;
		color: #5f7c3b;
		}

#navigation body a:hover {
		text-decoration: none;
		}
		
#credit {
		float: right;
		margin: 0 0 0 0;
		}

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1 {
		font: bold 1.6em/100% Arial, sans-serif;
		margin-bottom: 10px;
		text-transform: uppercase;
		}

.sidebar h1 {
		font-size: 1.4em;
		text-transform: none;
		color: #444444;
		}

h2 {
		font: bold 1.3em/1.4em Arial, sans-serif;
		margin-top: 1.5em;
		margin-bottom: 2px;
		}

p {
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		max-width: 80em;
		}
		
ul {
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		margin-left: 25px;
		margin-bottom: 1em;
		}		
.paratext{
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		}
		
.sidebar p {
		font-size: 1.0em;
		color: #444444;
		}

#footer {
		font-size: 0.9em; padding: 4px 0px 0px 4px;
		}
