
* /*Zeros out browser default margins and paddings to solve
the problem that IE uses margins while FF uses padding for <ul>*/{
  margin: 0;
  padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #99CCFF url(pics/gifs/background_blue.gif) fixed;
	font-size: 0.9em;
	line-height: 1.2em;
	max-width: 1054px;
	color: #000066;
}
p   {
	margin: 0;
	padding: 0;
	white-space: normal;
	left: 10px;
}
a {
	text-decoration: underline;
	color: #000066;
	border: none;
	font-weight: bold;
}
a:visited {
	color: #000066;
}
a:active {
	color: #33CCCC;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
a.current {
	font-weight: bold;
	color: #0099FF;
}
#main  {
	position: relative;
	float: right;
	width: 650px;
	background-color: #FFFFFF;
}
#main p   {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}
h2 /*Main heading for High pages*/ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-left: 5px;
	text-align: center;
}
h3 /*Shoulder heading for High pages*/  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	font-style: italic;
	font-size: medium;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h5 /*Shoulder heading for some High pages*/  {
	font-size: 1.2em;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#overcoat  {
	position: relative;
	float: left;
	margin: 0;
	width: 92%;
	min-width: 770px;
}
#jacket  {
	position: relative;
	float: right;
	text-align: left;
	width: 760px;
}
#top  {
    width: 100%;
    position: relative;
    margin: 0 0 0px;
    padding: 0;
	text-align: right;
	border-bottom: 1px solid #6e1c1c;
	border-right: 1px solid #6e1c1c;
	background:  #000066 url(pics/general/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: #fff;
}
#navigation  {
	position: relative;
	float: left;
	width: 100px;
	font-size: 12px;
	margin-bottom: 20px;
}
#navigation p {
	margin-bottom: 15px;
	font-size: 1em;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
	line-height: 1.2em;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
}
#finial  {
	position: relative;
	float: left;
	margin-right: 8%;
	margin-top: 25px;
	margin-bottom: 5px;
	width: 92%;
	min-width: 770px;
	border-top: 1px solid #000066;
	border-right: 0px solid #000066;
	border-left: 0px solid #000066;
	text-align: center;
}
#finial p  {
	padding: 5px;
	font-size: 0.75em;
	line-height: 1em;
	text-indent: 0px;
	position: relative;
	float: left;
	width: 32%;
	display: inline;
	color: #000066;
}
.table {
	border: 1px #000066 solid;
	background-image: url(pics/gifs/background_pale_table.jpg);
	text-align: center;
	line-height: 1.2em;
	font-size: 0.9em;
	width: 94%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
.alignleft    {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	margin-left: 10px;
}
.alignright    {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	margin-right: 10px;
}
.aligncenter {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.floatingleft {
	float:left;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:10px;
	margin-left: 0px;
	border: none;
}
.floatingright {
	float:right;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left: 15px;
	border: none;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-right: 25px;
	margin-left: 40px;
	list-style-type: square;
}
li {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 10px;
}
.greyback {
	background-image: url(pics/gifs/grey_background.jpg);
}
blockquote {
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 35px;
}
.bigtext {
	font-size: large;
}
.strong {
	font-weight: bold;
}
.emphasis {
	font-style: italic;
}
hr {
	height:0px;
	border-top:1px solid #000066;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.paraclear {
	clear: both;
}
img   {
    border: 0;
}
.borderblack {
	border: 1px solid #000000;
}
.backgroundwhite {
	background-color: #FFFFFF;
}
#photocredit {
	font-size: 0.7em;
	font-style: italic;
	text-align: right;
	margin-top: -12px;
	margin-right: 10px;
}
