/* CSS Document */

body {
	background-image: url(../images/dk_md_grn.jpg)
}

td#content {
	background-image: url(../images/hlb2_13.jpg);
	border: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 0px;
	text-align: justify;
	}
	
td#main {
	width: 700px;
	border: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 0px;
	text-align: center;
	}
	
td#left {
	vertical-align: top;
	width: 210px;
	height: 260px;  
	}
	
td#middle {
	vertical-align: top;
	width: 260px;
	text-align: center;
	height: 210px;
	}

td#right {
	vertical-align: top;
	width: 210px;	
	height: 210px;
	}
	
td#leftbottom {
	vertical-align: bottom
	width: 210px;
	height: 210px;
	}
	
td#middlebottom {
	vertical-align: bottom;
	width: 260px;
	height: 210px;
	}
	
td#rightbottom {
	vertical-align: bottom;
	width: 210px;
	height: 210px;
	}	
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	line-height: 24px;
	color: #042200;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-style: normal;
	font-size: 18px;
	color: #000000;
	margin-bottom: 0px;
	margin-left: 75px;
	margin-right: 75px;
	margin-top: 0px;
	}

hr#normal {
	size: 3px;
	color: #042200;
	width: 700px;
	}

.container {no required styles}

.left-element {
   float: left;
   width: 85%;
   }

.right-element {
    float: right;
	width: 15%;
   } 