@import "style.css"; 

html {
  margin: 0 }
  
body {
  padding: 9em 0 0 0;       /* Room for banner at the top */
  margin: 0 17em 5em 2em;   /* 17 is too much, but IE6 needs it */
  color: black;
  background: url(plans_bg.gif) center no-repeat fixed; 
}

html>body {
  margin: 0 14em 5em 2em }


/* WinNS4 */

p , div , ul , dl , dt , dd , pre , ol , li , blockquote , address {
color : black; 
} 
a , address , blockquote , body , cite , code , dd , del , dfn , div , dl , dt , em , form , h1 , h2 , h3 , h4 , h5 , h6 , iframe , img , kbd , li , object , ol , p , q , samp , small , span , strong , sub , sup , ul , var , applet , big , center , dir , font , hr , menu , pre , abbr , acronym , bdo , button , fieldset , ins , label {
word-spacing : normal; 
letter-spacing : normal; 
text-transform : none; 
text-decoration : none; 
border-color : #036; 
border-style : none; 
} 

h1 , h2 , h3 , h4 , h5 , h6 {
color: #002b55;

}


#navcontainer { 

background-color: #dfcfbf; 
background-image: url('cornor.gif'); 
background-position: bottom right;
background-repeat: no-repeat; 
position: absolute; 
width: 11em; height: auto;
top: 1em; right: 1em; bottom: 1em; left: auto;
padding-bottom: 0 !important;
padding-bottom:50px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
padding-top: 15px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
width: 165px;
line-height: 24px;
background-color: #ba9774;
background-image: url('cornor_sm.gif'); background-position: bottom right;background-repeat: no-repeat;
margin-bottom: 8px;
position:relative;left: -14px; 
padding-left: 14px;

}

img.left {float:left; padding-left:5px;}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
font-weight:bold;
font-style:italic;
text-decoration: none;
font-size:13px;
}

#navcontainer a:hover
{
background-color: #ba9774;
color: #002b55;
}

#header{ 
 height:10px; 
 width:100%; 
 background-color:#DFCFBF;
 } 	

#footer{ 
 height:10px; 
 width:100%; 
 background-color:#DFCFBF;
 } 	

.top_img {
 position:absolute; 
 top: 10px;
 left: 10px; 
}