html, body {
	margin:0px; 
	padding:0px; 
	background:#EAEAEA; 
	font-family:arial; 
	font-size:11px;
	color:#black;
	}
	
h1	{
	margin:0px;
	padding:5px 0px;
	font-size:16px;
	}
	
h2	{
	margin:0px;
	padding:5px 0px;
	font-size:14px;
	}
	
a:link,
a:active,
a:visited {
	color:dark-blue;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

#wrap{
	width:820px;
	margin:10px auto;
	background:#fff;
	padding:0px;
	}

#innerwrap{
	padding:10px;
	}

#headertop{
	text-align:right;
	height:98px;
	background:url(../images/ddp_logo.jpg) #5CDAC3;
	background-repeat:no-repeat;
	}
	
#headermiddle{
	text-align:right;
	height:84px;
	background:url(../images/mid_header_back.jpg) #C7DD69;
	background-repeat:no-repeat;
	}
	
#headerbottom{
	text-align:right;
	height:31px;
	background:url(../images/bottom_header_back.jpg) #5CDAC3;
	background-repeat:no-repeat;
	}

#left{
	float:left;
	width:153px;
	padding:0px;
	margin:0px;
	background:#F3F2F2;
	}
	
#leftcontent{
	padding:0px;
	margin:0px;
	}
	
#leftmenu ul{
	list-style:none;
	font-size:11px;
	margin:28px 0px 10px 10px;
	padding:0px;
	}

#contactbox a{
	font-weight: bolder;
	color:#000000;
	}
	
#leftmenu ul li{
	font-weight: bolder;
	padding:4px 0px 4px 0px;
	margin:0px;
	background: url(../images/arrow_main.gif);
	background-repeat:no-repeat;
	background-position: .6em .5em;
	padding-left: 2em;
	}
	
#leftmenu ul li a{
	display:block;
	color:#000000;
	}
	
#leftmenu ul li a:hover{
	color:#000000;
	text-decoration:underline;
	}
	
#logos{
	background:#fff;
	padding:15px;
	}

#center{
	margin:0px 0px;
	margin-left:153px;
	background:url(../images/menu_corner.jpg);
	background-repeat:no-repeat;
	}
	
#contactbox{
	text-align:right;
	padding: 5px 20px 0px 0px;
	}
	
table {

	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid black;
}

td {
	
	width: 40%;
	text-align: left;
	vertical-align: top;
}

th {
	
	background-color: #5CDAC3;
	opacity: .7;	
}

	
#contactbox a:active,
#contactbox a:link,
#contactbox a:visited,
#contactbox a:hover{
	color:#000000;
	background:url(../images/env_icon.jpg) right;
	background-repeat:no-repeat;
	padding:0px 24px 0px 0px;
	}

#contactbox a:hover{
	text-decoration:underline;
	}	

#clearall{
clear:both;
}
	
#maincontent{
padding:0px 0px;

}

#mainleft{
float:left;
width:410px;
padding:10px 10px 10px 30px;
}



#mainright{
border-left:dashed 1px #a5a5a5;
float:right;
width:170px;
padding:10px 5px 10px 20px;
}
	
#footertop{
	clear:both;
	height:15px;
	background:#C7DD69;
	}

#footermiddle{
	clear:both;
	height:25px;
	background:url(../images/footer_mid_back.jpg) #EAEAEA right;
	background-repeat:no-repeat;
	text-align:center;
	}
#footerbottom{
	clear:both;
	height:28px;
	text-align:center;
	}
	
#validation{
	padding:6px;
	}
	
#validation a{
	color:#6D6D6D;
	}
	
	
#copyright{
	padding:12px;
	}
 
 .inputbox{
 	border:1px solid #7E92A4;
	width:150px;
 	}
 	
 .smallertext{
 font-size:10px;
 }
 
 #newsitems{
 margin:10px 0px 0px 0px;
 }
 
 #oldernewslink{
 	float:right;
 	}
 
 .newsitem{
 margin:0px 0px 10px 0px;
 }
 
 .newsitem a:link,
 .newsitem a:active,
 .newsitem a:visited,
 .newsitem a:hover{
 	}
 	
 .newsitem p{
 margin:0px;
 }
 
 .arrowbullets{
 	list-style:none;
	margin:0px 0px 0px 10px;
	padding:0px;
	}
	
.arrowbullets li{
	padding:0px 0px 0px 20px;
	background:url(../images/arrow_main.gif);
	background-position:.2em .3em;
	background-repeat:no-repeat;
	}
	
	