
* /*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: #666666 url(pics/misc/background_dark_grey.gif) fixed;
	font-size: 0.9em;
	line-height: 1.4em;
	max-width: 1054px;
	color: #000000;
	}
p    {
	margin: 5 0 10;
	padding: 0;
	white-space: normal;
	left: 10px;
  }
a {
	text-decoration: underline;
	color: #000000;
	border: none;
	font-weight: bold;
	}
a:visited {
	color: #000000;
	}
a:active {
	color: #000000;
	}
a:hover {
	color: #666666;
	text-decoration: none;
	}
a.current {
	font-weight: bold;
	color: #666666;
	border: 0px;
}
#main p    {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
	}
h3  /*Main heading for all pages*/    {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 5px;
	padding: 0px;
	font-size: large;
	text-align: center;
}
h5 /*Shoulder heading in big 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;
   }
#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 #333333;
	border-right: 1px solid #333333;
	background:  #FF0000 url(pics/misc/topblock_red.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: 110px;
  }
#navigation p {
	margin-top: 10px;
	margin-bottom: 20px;
	text-decoration: none;
	font-size: 14px;
	line-height: normal;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
}
#main    {
	position: relative;
	float: right;
	width: 632px;
	background-color: #FFFFFF;
  }
#finial     {
	position: relative;
	float: left;
	margin-right: 8%;
	margin-top: 25px;
	margin-bottom: 5px;
	width: 92%;
	min-width: 770px;
	border-top: 1px solid #999999;
	border-right: 0px solid #999999;
	border-left: 0px solid #999999;
	text-align: center;
  }
#finial p     {
	padding: 5px;
	font-size: 0.8em;
	line-height: 1em;
	text-indent: 0px;
	position: relative;
	float: left;
	width: 32%;
	display: inline;
	color: #FFFFFF;
  }
#finial a {
	font-size: small;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
}
.table {
	border: 1px solid #000066;
	background-image: none;
	text-align: left;
	line-height: 1.3em;
	font-size: 0.9em;
	float: none;
	clear: none;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
.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;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 40px;
	list-style-type: square;
}
.floatingleft {
	float:left;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:5px;
	margin-left: 12px;
	border: none;
	text-align: left;
    }
.floatingright {
	float:right;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left: 0px;
	border: none;
	text-align: right;
    }
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
blockquote {
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 35px;
}
.strong {
	font-weight: bold;
}
.emphasis {
	font-style: italic;
}
hr {
	height:0px;
	border-top:1px solid #000000;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	color: #000000;
}
.paraclear {
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.aligncenter {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	background-position: center;
	margin-right: 5px;
}
img     {
    border: 0;
}
a.current {
     font-weight: bold; }

li.current {   
     margin-bottom: 0px}
.borderblack {
	border: thin solid #000000;
}
.smallcaps {
	font-variant: small-caps;
}
#main p ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-right: 20px;
	margin-left: 40px;
	list-style-type: square;
}
#main li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

