<style type="text/css">
<!--

body {
	position:absolute;
	left:0px;
	top:0px;
	width:1200px;
    margin: 0;
    padding: 0;
}

#leftColumn {
	position:absolute;
	left:0px;
	top:0px;
	width:150px;
    margin: 0;
    padding: 0;
}

#leftColumn2 {   /*  need this for IE 6  */
	position:absolute;
	left:0px;
	top:206px;
	width:150px;
    margin: 0;
    padding: 0;
    background: #DDDD88;
}

#rightColumn {
	position:absolute;
	left:160px;
	top:0px;
	width:600px;
    margin: 0;
    padding: 0;
}

p,li { 
	color: black; 
	font-weight: normal; 
	font-family: Verdana, Tahoma, Arial, sans-serif; 
    font-size: 15px;
}

h1 {
    color: black;
    text-decoration: none;
	font-family: Papyrus;
	font-weight: bold;
	font-size: 27px;
}

h2 {
    color: #000000;
    text-decoration: none;
	font-family: Papyrus;
	font-weight: bold;
    font-size: 20px;
}

h3 {
    color: #770077;
    text-decoration: none;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
    font-size: 16px;
}

/******* hyperlink and anchor tag styles *******/

a:link{
    color: #0000AA;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 15px;
}

a:visited{
    color: #0000AA;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 15px;
}

a:hover, a:active{
    color: #AA0000;
    text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

/**************  Main navigation bar:  *******************/

.mainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100px
    float: left;
}

.mainNav ul li {
    float: left;
    background: #BBBBDD;
}

.mainNav ul a:link, .mainNav ul a:visited {
    display: block;
    float: left;
    padding: 0 6px;
    line-height: 30px;
    text-decoration: none;
    color: black;
    font-weight: bold;
	font-family: papyrus;
    font-size: 10px;
}

.mainNav ul a:hover, .mainNab ul a:active {
    background: #9999BB;
}


.clear {
    clear: both;
}

-->
</style>
