body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}
/* Bright gray #cbcace 
   gray #525153         */
.wrapper-header {	background: #222; }

.header {
/*to add a banner: url('images/DAiSESlogo13.jpg') right no-repeat*/
	background: url('../images/banner_bg.png') repeat-x;
	width: 75%;
	height: 100px;
	line-height: 160px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

.header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

.wrapper-menu {
	background: #525153 url('../images/menu_deepblue.png') top left repeat-x;
	float: left;
	width: 100%;
}

.menu {
	width: 75%;
	margin: 0 auto;
	color: white;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html .menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	color: white;
	border-left: 1px solid #7d7d7e;
	border-right: 1px solid #7d7d7e;
	width: 100%;
}

.menu li { display: inline; color: white;}

.menu a:link, .menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #7d7d7e;
}

.menu a:hover {
	background: #cbcace url('../images/hover_deepblue.png') repeat-x;
	color: #fff;
}
/**Pasted from screenstyres from localize attempt to DD RIGHT box in news**/
.rightcontainer {
	float:right; 
	clear:both;
	background: white; 
	width:13em; 
	margin:1em 0 0 0; 
	padding:0;}
	

.rightbox {
	height: 10em;
	margin: 0.5em;
	padding:0.3em; 
	border:1px solid #bbb; 
	text-align:left;}

.box-h1 {
	text-align:center;
	background: #525153 url('../images/menu_deepblue.png') top left repeat-x;
	width: 100%;
	}
/* changed */

.content {
	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html .content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

.footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 73%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #cc3300 url('../images/menu_deepblue.png') top left repeat-x ;
	border: 1px solid #7d7d7e;
	font-size: 11px;
}

.footer a:link {
	color: #707070;
	text-decoration: none;
}

h2 {
	color: #000;
	padding-bottom: 3px;
	border-bottom: 1px solid #28728f;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link{
	color: blue;
	text-decoration: none;
} 
a:visited {
	color: blue+1;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }