/* Stylesheet for subdirectory pages */
a:link            { color:#005599; font-weight:bold; }
a:visited         { color:#008899; font-weight:bold; }
a:hover           { color:#bb3344; font-weight:bold; }

h2 { font: bold 16pt/20pt sans-serif; text-align:right; }
h3 { font: bold 14pt/18pt sans-serif }
h4 { font: bold 12pt/16pt sans-serif }


body { 
  position:relative; 
  font-size:small; 
  font-family:arial, helvetica, verdana,sans-serif; 
	text-align:left; 
  margin:0px 30px; 
  padding:10px 30px;
  color:#002266; 
  background-color:#ffffff; 
}

div.menu { 
  clear:both;
  position:relative; 
  width:100%; 
  text-align:right;  
  font-size:small; 
}

div#footer { 
	clear:both; 
	width:100%; 
	font-size:x-small; 
	padding:10px 0px; 
	background-color:#f5f5ee; 
}

