body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	max-width: 1054px;
	color: #000066;
	background-color: #0000FF;
	background-image: url(pics/background_blue.jpg);
	}
  
a {
	text-decoration: underline;
	color: #000066;
	border: none;
	font-weight: bold;
	}
a:visited {
	color: #000066;
	text-decoration: underline;
	}
a:hover {
	color: #999999;
	text-decoration: underline;
	}

hr {
	height:0px;
	border-top:1px solid #006633;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	color: #000066;
}

img  {
    border: 0;
}

ul {
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 60px;
	margin-top: 10px;
}
li {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
}

blockquote {
	margin-right: 30px;
	margin-left: 30px;
}
	
h1 {  /*Heading for all pages except first*/
	font-size: large;
	font-weight: bold;
	text-align: center;
	margin-top: 9px;
	margin-bottom: 0px;
	color: #000066;
}
h2 { /*Heading for first page only*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #000066;
	margin-top: 8pt;
	margin-bottom: 0pt;
}
h3 /*Main headings*/     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-left: 5px;
	text-align: center;
	vertical-align: middle;
	color: #000066;
	line-height: 22px;
}
h4 /*Bigger side heading*/      {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 12px;
	text-align: left;
	vertical-align: middle;
}	
h5 /*Shoulder heading in italic*/     {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 12px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: -5px;
	margin-left: 12px;
}


#overcoat     {
	position: relative;
	float: left;
	margin: 0;
	width: 92%;
	min-width: 770px;
}
 
#jacket     {
	position: relative;
	float: right;
	text-align: left;
	width: 762px;
  }
  
#top      {
	width: 100%;
	position: relative;
	margin: 0 0 0px;
	padding: 0;
	text-align: right;
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	background-color: #0000FF;
	background-image: url(pics/topblock.jpg);
  }
#top p      {
    padding: 0;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-family: Arial;
    font-size: 1.45em;
    letter-spacing: 4px;
    color: #FFFFFF;
  }
  
#navigation     {
	position: relative;
	float: left;
	width: 120px;
	color: #FFFFFF;
	margin-top: 2em;
}
#navigation p {
	margin-top: 10px;
	margin-bottom: 20px;
	text-decoration: none;
	line-height: 1.4em;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 300;
}

#main    {
	position: relative;
	float: right;
	width: 632px;
	background-color: #FFFFCC;
	background-image: url(pics/background_sepia.jpg);
}
#main p     {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#finial     {
	position: relative;
	float: left;
	margin-right: 8%;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 92%;
	min-width: 770px;
	text-align: center;
	border: none;
}
#finial p     {
	font-size: 0.8em;
	line-height: 1.4em;
	text-indent: 0px;
	position: relative;
	float: left;
	width: 32%;
	display: inline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#finial a {
	font-size: small;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
}

.alignleft  {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}
.alignright  {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}
.aligncenter {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	background-position: center;
	margin-right: 5px;
	margin-left: 5px;
}

.floatingleft {
	float:left;
	border: none;
	text-align: left;
	margin: 0px;
}
.floatingright {
	float:right;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left: 0px;
	border: none;
	text-align: right;
    }
	
.paraclear {
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.border {
	border: thin solid #000000;
}


.smallcaps {
	font-variant: small-caps;
}

.bigtext {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
}

.backgroundwhite {
	background-color: #FFFFFF;
}


.table {
	border: 1px solid #000066;
	background-image:               url(pics/background_pale_grey.jpg);
	text-align: left;
	line-height: 1.2em;
	font-size: 0.9em;
	float: none;
	clear: none;
	width: 98%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
.backgroundgrey {
	background-color: #999999;
}

