h1,h2,h3,h4 {
    	font-family: Arial, Verdana, sans-serif;
        color: #1569C7;
        }


h1, h2 {
    border-bottom: 1px solid black;
    }

body {
      background-color: white;
      }


div#wrapper{
	float:right;
	width:100%;
}

	
div#content {
	margin-left:226px;
	background:#fff;
	margin-top:0;
	padding:10px;
	height:auto !important;
	margin-right: 3%;
}


div#navigation {
	margin-top:25px;
	background:#6600ff;
	background-repeat: repeat-y;
	float:left;
	width:205px;
	color:#fff;
	padding-left:15px;
	font-weight:bold;
	font-variant:small-caps;
	font-size:10pt;
}


div#navigation ul li {
	list-style-type:none;
	margin: 2px;
	padding: 0;
	padding:5px;
	border-bottom:1px solid #029a36;
}

div#navigation ul li a {
	list-style-type:none;
	display:block;			
	text-decoration:none;
	color:#fff;
	width:80%;
}

div#navigation a:hover {
	background:#015d1f;
}


.colortext {
  color:          #1569C7;
  font-variant:   small-caps;
  font-weight:    bold;
}

.italictext {
  font-style:          italic;
}

.captext {
    font-variant: small-caps;
    font-weight: bold;
} 

.captext2 {
  font-variant:	small-caps;
  font-weight: bold;
  text-decoration: underline;
}


div#footer {
    clear: both;
}
