*
{
	margin:0;
	padding:0;
}

body
{
	background-color:#0c75b6;
	font-family:Verdana, Sans-serif;
	color:#000;
}


div.white
{
	background-color:#fff;
	color:#000;
}

div.header
{
	background:#fff url(header.jpg) repeat-x;
	height:103px;
}

h1.title
{
	color:#fff;
	background-color:transparent;
	padding-top:1.5em;
  	padding-bottom:0.5em;
	padding-left:1em;
}


h23 {
	font-size: 1.3em;
	padding-top:1.5em;
  	padding-bottom:0.5em;
}
h3 {
	font-size: 1.3em;
	padding-top:1.5em;
  	padding-bottom:0.5em;
}

div.content
{
	padding:2em;
	font-size:90%;
	border-bottom:3px solid #085e93;
}

div.content h2
{
	margin-bottom:1.5em;
	margin-bottom:1em;
}

div.content p
{
	margin-bottom:1.3em;
}

div.footer
{
	text-align:center;
	font-size:90%;
	color:#fff;
	padding-top:1em;
	letter-spacing:.4em;
	font-style:italic;
	padding-bottom:1em;
}

.blue a
{
	color:#0c75b6;
	text-decoration:none;
}

.blue a:hover
{
	text-decoration:underline;
}

div.nav
{
	margin-left:3em;
	margin-top:1em;
	font-size:100%;
}

.blue ul,li
{
	list-style-type:none;
	display:inline;
}

.blue li a
{
	padding:.3em;
	color:#fff;
	background-color:#0c75b6;
	border:1px solid #085e93;
	outline:none;
}

.blue li a:hover
{
	background-color:#0c75d6;
	text-decoration:none;
}

/* figure-divs and their supporters */

div.figure {
padding: 10px; 
margin: 0.67em auto; /* needed to support centering of almost-full-width figures */
border: thin solid silver;
}

div.figure img { width: 100%; }

div.figure p { /* the default "legend" style, as opposed to "caption" */
font-family: verdana, arial, sans-serif;
font-size: smaller;
padding-left: 1%;
padding-right: 1%;
line-height: 1.1;
margin: 0.25em auto 0 auto;
}
div.figure p.caption { text-align: left; }
/* "caption" for short phrases; "legend" (default) is for continuous prose */

.full { width: 90%; padding: 10px; margin: 0.67em auto; }
/* "full" should be unnecessary, but this responds to the box model bugs in IE */
.half { width: 50%; padding: 10px; margin: 0.5em 0.67em; }
.third { width: 33%; padding: 10px; margin: 0.5em 0.67em; }
.quarter { width: 25%; border: none; padding: 5px; margin: 0.25em 0.5em; }
.fifth { width: 20%; border: none; padding: 5px; margin: 0.25em 1%; }

.right { float: right; margin-left: 2%; }
.left { float: left; margin-right: 2%; }

/* end figure-divs */

