/* div styles */

div#logo{
	position: absolute;
	top: 0.25cm;
}
div#navMenu {
    position: absolute;
	left: 10px;
	top: 95px;
	width: 220px;
}

div#main{
    position: absolute;
    max-width: 560px;
	left: 240px;
	top: 95px;
}

 /* paragraph styles */
 div#navMenu h1
 {
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	color: #000033;
	padding: 0.4em 0 0.4em 0;
	margin: 0;
	background-color: #3CB371;
	font-variant:small-caps;
 }
 
 h1 { 
 font-weight: bold;
    font-size: 24pt;
    color: #009966;
    margin-bottom: 0.5em;
	border-bottom: thin solid rgb(0,0,0);
	padding: 0;
    }

  h2 { font-weight: bold;
    font-size: 20pt;
	font-variant: small-caps;
    color: #3CB371;
    margin-bottom: 0.2em;
	border-bottom: thin dotted rgb(0,0,0);
    }

  h3 
  {
    font-weight: bold;
    font-size: 16pt;
    margin-bottom: 0em;
	color: #999999;
 }

  h4
  { font-weight: bold;
    font-size: 12pt;
    margin-bottom: 0em;
 }
p
{
 font-size: 12pt;
}

li
{
  font-size: 12pt;
}

div#navMenu ul
{
	list-style:none;
	padding:0;
	margin:0;
}

div#navMenu li
{
	background:#B0C4DE;
	text-align:center;
	padding: 2px 0 2px 0;
	font-size: 12pt;
	border: thin solid #B0C4DE;
}

div#navMenu li:hover
{
	background:#778899;
	border:thin inset;
	text-align:center;
	padding: 2px 0 2px 0;
}

div#navMenu a
{
	display:block;
}

div#navMenu a:link
{
	text-decoration:none;
	color:#000000;
}

div#navMenu a:visited
{
	text-decoration:none;
	color:#000000;
}

p.note{
	background: #6666ff;
	border:ridge #0000ff;
	padding: 1mm;
}

a.note{
	color: #000066;
	text-decoration: none;
}

p.caption{
	font-size: 9pt;
	padding: 0;
	margin: 0;
}
