/* CSS Document */

body 
    {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	padding: 0;
    background-color: #1B4D8A;
	background-image: url(/pix/page-elements/pagebg770.gif);
	background-position: center;
	background-repeat: repeat-y;
	}

h1,h2,h3,h4,h5,h6 
{
color: #666666; 
margin-left: 5px;
font-family:"Times New Roman", Times, serif;
}
h1,h2,h3
{
font-size: 22px;
}
h4
{
font-size: 20px;
}
h5
{
font-size: 18px;
}
h6
{
font-size: 16px;
}

p 
{
margin-left: 5px;
margin-right: 5px;
}

#frmag {
    position: absolute;
	left: 5px;
	top: 10px;
	width: 170px;
}

#headwrap {
    position: relative;
	
}

#wrapper {
	text-align: left;
	width: 770px;
	margin: auto;
	padding: 0;
    border: #000000 solid 2px;
}

#innerwrap {
    background-color: #FFFFFF;
	width: 770px;
	margin: auto;
	padding: 0;
}

#header {
	padding: 0;
    margin: 0;
}

#container {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#side-left {
	float: left;
	width: 176px;
	padding: 0;
	margin: 0;
	z-index:10;
	min-width: 176px;
	max-width: 176px;
	min-height: 416px;
	_height: 416px;	
	background-color: #FFFFFF;
	background-image: url(/pix/page-elements/spinnakermenubg.jpg);
	background-repeat: no-repeat;
}

#content {
	float: right;
	width: 594px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	margin: 0;
    padding: 0;	
	}

#slogan {
    margin:0;
	padding: 5px 5px 15px 10px;
	color:#9d1d20;
	font-family:'Times New Roman', Times, serif;
	font-style:italic;
	font-size:24px;
	font-weight:bold;
    }



#footer {
	clear: both;
}

.copyrnotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}	

/*********** Navigation styles ***********/

div.menuspace{
	height: 40px;
	width: 100px;
}

div.menulinksA{
    position: relative;
	z-index: 1;
    min-width: 170px; /* Prevents the container DIV from becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	height: 25px; /* alters height between left menu items.
    margin: 0 0 0 0px; /* zeroes the margins on the body */
    padding: 0 0 0 2px; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
	text-align: left;	
		
}

a.menulink1 {
    position: relative;
	z-index: 2;
	top: 15px;
    min-width: 150px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */	
	height: 18px;
	line-height: 15px;
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
}

a.menulink1:link, a.menulink1:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #58322B;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}

a.menulink1:hover, a.menulink1:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #A46E64;
	text-decoration: none;

}