html, body {
   margin: 0%; padding: 0.1%; background-color: white;
}

body {
   font : 13px  Arial, Helvetica, sans-serif;
   color : #000000; background : #FFF; width : 100%; }

a:link {   color : #494949; background : transparent; text-decoration : none; }
a:visited { color : #666666; text-decoration : none; }
a:hover {   color : #a52a2a; text-decoration : underline;  }
a:active {   color : #484500; }

h1 {text-align : left; margin : 1em 0em 1em 0em; font-size: large; font-family: Arial, Helvetica, sans-serif; color: #417492;  }

#wrapper { margin : 0 auto; width : 700px; background : white; }

#header { background-image : url(images/2000_top2.jpg); background-repeat : no-repeat; margin : 2px 25px 0 25px; height : 155px; }

#content { margin : 0 25px 0 25px; padding : 10px; }

#content p { margin : 0 160px 10px 0; text-align : left; }
#content img { float: right; border: 1px solid #417492; margin-left:10px; } 

#rightcol { float : right; width : 110px; border-left : 1px solid #9CB2B8; padding : 0 0 0 5px; }

#rightcol p { margin : 1.2em 0.5em 1.2em 0.5em; font-size : xx-small; font-family: verdana, arial, helvetica, sans-serif; }

#rightcol img { float: right; border: none; } 
#rightcol a { font-weight: bold; } 

#navcontainer { margin-top : -32px; margin-left : 25px; width: 660px; }
#navcontainer ul { list-style : none; margin : 0;  padding : 0;  text-align : center; }
#navcontainer li { display : block; float : left;}
#navcontainer li a { color : #444; display : block;  text-decoration : none; background : #E8FFFF;
   padding : 2px 10px;  border-left : 1px solid #417492;  border-bottom : 0px solid #417492;
   border-right : none; }
#navcontainer ul li a:hover { color : #000; background : white; }
#navcontainer a:active	{ background : #9CB2B8; color : #fff; }
#specialborder { border-right : 1px solid #417492; }

#highlight {
	background: #fff; padding: 2px; width: auto; border: 1px solid #999; }

#footer {
   border-bottom : 1px solid #000;
   border-top : 1px solid #000;
   margin : 0 28px 0 25px;
   padding : 10px; font-size : xx-small; font-family: verdana, arial, helvetica, sans-serif; 
}


