body { 
	margin: 0; 
	padding: 0; 
	color: #000; 
	background-color: #fff; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
}
p, h1, h2, h3, h4  { 
	padding: 0.5em; 
	margin: 0;
}
h1, legend  {
	font-size: 1.4em; 
	font-weight: normal;
	text-align : center;
	color : #71A;
	font-weight : bold;
	background-color : White;
}
.normal { font-style: normal; }
#wrapper { 
	min-width: 400px; 
	width: 100%;               /* total width */
}         
#outer {
	border-left-width: 160px;  /* left column width */
	border-left-color: #90c;   /* left column colour */
	border-right-width: 10px; /* right column width */
	border-right-color: #fff; /* right column width */
	background-color: #fff; /* center column colour */
	width: auto;
	border-left-style: solid; 
	border-right-style: solid;
}

#header {
	background-color: white;    /* header and footer colours */
	color: #DDE;
	width: 100%; 
	position: relative; 
}
#inner { margin: 0; width: 100%; }
#center{ float: left; width: 100%; position: relative; }
#footer { float: left; width: 100%; position: relative; }
.clear { clear: both; }

/* Mozilla code */
#outer > #inner { border-bottom: 1px solid transparent; }
#left, #bdirect { margin-right: 1px; }
#right { margin-left: 1px; }
#right p { padding-left: 10px; }
#center, #footer { margin: 0 -8px 0 -2px; }

#external {
	text-align: center;
	background-color : green;
}

#siteheading  {
	font-size : 1.4em;
	color : #71a;
	background-color : White;
	font-weight : bold;
	text-align : right;
	padding-top : 30px;
	padding-right: 10px;
	min-height: 110px;
}
#divalogo {
	float : left;
	top : 0;
	left : 0;
	background-color : White;
}

#PageHeader {
	top : 0px;
	left : 0px;
	width : 100%;
	clear : none;
	height : 120px;
}

.footer, #footer  {
	font-weight : normal;
	color : #71a;
	background-color : #ccf;
	text-align : center;
	margin-right : 0px;
	background-position: center;
	vertical-align: middle;

}


a.plain:hover {
	background-color : #fff;
}

.center {
	text-align: center;
}
#left {
	float: left;
	margin-top: 4px;
}
a img {
	border: none;
}
