* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}


/* Avoids Firefox sites jumping as scrollbar appears on long pages and disappears on short pages */
body { overflow: -moz-scrollbars-vertical; }

DIV#container {
	width: 965px;
}

DIV#pageBlock {
}

DIV#PlanitLogo {
	width: 193px;
	float: left;
}

DIV#PlanitLogo IMG {
	margin-top: 25px;
	margin-left: 18px;
}

DIV#pagecontainer {
	margin-left: 194px;
}

DIV#header {
	border-bottom: 1px solid White;
	height: 36px;
}


DIV#sitename H1 {
	text-indent: -100em;
	overflow: hidden;
	background: url(uxo_mines/planit_header.gif) no-repeat;
	height: 36px;
}

DIV#pagecopy {
	color: #606060;
	clear: left;
	width: 764px;
}

DIV#mainnav {
	float: left;
	width: 370px;
}

DIV#contactimg {
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	width: 220px; /* 194px; */
	text-align: left;	
	color: #006634; 
}

DIV#bigphoto {
	clear: left;
	margin-top: 35px;
	width: 764px;
	height: 307px;
}

DIV#downloadform {
	float: left;
	width: 190px;
}
DIV#downloadlist {
	margin-left: 190px;
}
/* SECOND NAV : DROP DOWN */

DIV#secondnav {
	margin-left: 373px;
	_margin-left: 370px;
	width: 279px;
}

/* CLASS STYLES */

.homebackground {
	background: url(uxo_mines/Planit_EOD_Saffron_Walden.jpg) no-repeat;
}

.navpxl {
	border-bottom: 1px solid Transparent;
}

.contactright {
	float: right;
}

DIV#contactimg A {
	color: #006634;
}

DIV#contactimg A:hover {
	color: Black;
}

.footerlinks A {
	color: #006634;
	font-weight: bold;
}
.footerlinks A:hover {
	color: Black;
}

A.milink {
	color: #006634;
}
A.milink:hover {
	color: Black;
}

.copymargin {
	padding-left: 20px;
	width: 500px;
	line-height: 150%;
}

.copymargin A {
	color: #606060;
}
.copymargin A:hover {
	color: Black;
}

.footermargin {
	padding-left: 20px;
	margin-bottom: 30px;
}

.contactright {
	color: #006634;
}

.reqd {
	color: Red;
}

.inbox, .inboxsm {
	background-color: #989866;
	color: White;
	padding: 5px;
	width: 150px;
	border: 1px solid black;
	height: 25px;
}
.inboxsm {
	width: 50px;
}
/* ELEMENT STYLES */

LABEL {
}

#pagecopy H1 {
	color: #006634;
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 20px;
}

H1#DandC {
	float: right;
	padding-left: 0px;
	width: 220px; /* 194px; */
	text-align: left;
}

.copymargin H2 {
	color: #006634;
	font-size: 1em;
	font-weight: bold;
}

HR {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
}

UL {
	list-style-type : circle;
	margin-left: 2em;
}

LI {
	margin-bottom: 1em;
}

P {
	margin-bottom: 1em;
}

TD {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #606060;
}

TD UL, P TABLE, TBODY {
	margin-bottom: 0em;
}

