body, html{
	padding:0;
	margin-bottom:10px;
	background-color:#FFFFFF;
	margin-top: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666666;
}
a{
	color:#7E2206;
	text-decoration:none;
	font-weight: bold;
}
    a:hover{
        color:#7E2206;
        text-decoration:underline;
    }

/* ----- HEADINGS ----- */

h1{
	font-family: "Monotype Corsiva", Arial;
	font-size: 36pt;
	font-weight: bold;
}
h2{
	font-family:"Monotype Corsiva", Arial;
	font-size:24px;
	letter-spacing:-1px;
	margin-top:15px;
	margin-bottom:20px;
	font-weight:normal;
	color:#000000;
	font-style: italic;
}
h3{
	font-size:18pt;
	font-weight:bold;
	color:#7B2408;
	margin:5px 0;
	font-style: normal;
	font-family: "Monotype Corsiva", Arial;
    
}

h4{
	font-size:14pt;
	font-weight:bold;
	color:#000000;
	margin:5px 0;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
    
}

/* ----- IMAGES ----- */


.imglft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	left: auto;
	float: left;
}
.imgrt {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* ----- FOOTER ----- */

#footer{
	height:10px;
	clear:both;
	width:840px;
	font-size:10pt;
	color:#333333;
	padding-top: 18px;
	padding-bottom: 18px;
}
    #footer #copyright{
        float:left;
        clear:none;
    }
    #footer #links{
	float:right;
	clear:none;
    }
    #footer a{
        color:#7E2206;
        text-decoration:none;
    }
    #footer a:hover{
        color:#7E2206;
        text-decoration:underline;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}

.rndbox {
	background: #C6D9EA;
	width: 200px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	float: left;
}
.rndtop {
	background-image: url(../images/topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.rndbottom {
	background-image: url(../images/bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rndbox p {
	margin-left:10px;
	margin-right:10px;
	
}

.hometable {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

.mono {
	font-family: "Monotype Corsiva", Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}