html, body {
	margin: 0;
	padding: 0
}

body {
	font-size: 80%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-align:center;
}

p {
	margin: 0 10px 10px;
}

a {
	padding: 0px;
}

div#container {
	text-align: left;
	width: 800px;
	margin: 5px auto;
/*	background-color: #e5e7f1;*/
	background-image: url(/images/bg_grey_white.gif);
	background-repeat: repeat-y;
}

div#banner h1 {
	height: 85px;
	line-height: 85px;
	margin: 0;
	padding-left: 10px;
  	background-image: url(/images/NIEeS_header.png);
  	text-align: right;
  	padding-right: 25px;
  	color: #333;
}		

div#content p {
	line-height:1.4;
}

div#content {
	float: right;
	width: 620px;
	background-color: #FFF;
	padding: 10px;
}

#content a:link {text-decoration: none}
#content a:visited {text-decoration: none}
#content a:active {text-decoration: none}
#content a:hover {text-decoration: underline;}

#content h1 {
	text-align: center;
	font-size: X-large;
	line-height: normal;
}

#subhead {
	text-align: left; 
	font-size: 120%;
	line-height: normal;
	padding: 15px 30px;
	width: 90%;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	display: inline-block;
	background-color: #cde0d2;
	margin-bottom: 15px;
}

div.GraphicLeft {
	display: inline;
	padding: 5px;
	width: 100%;
}

div.GraphicLeft img {
	float:left;
	vertical-align: bottom;
	padding: 15px 10px 10px;
}

.caption {
	font-size: 85%;
	padding: 15px 10px;
	text-align: left;
}

.captionHead {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

div.img_left {
	float: left;
	width: 300px;
	padding: 10px 5px;
	text-align: center;
}

div.img_left img {
	
}

div.img_right {
	float: right;
	width: 300px;
	padding: 10px 5px;
	text-align: center;
}

div.small_logo_and_text img {
	float: left;
	padding: 0 10px 10px;
}

div.mainContent {
	clear: both;
}

div#extra{background:#silver;}

div#footer {
	background: #fff;
	border-top: 1px solid gray;
	text-align: center;
}

div#footer p {
	margin: 0;
	padding: 5px 10px;
}

#footer img {
	padding: 0px 10px;
	vertical-align: middle;
}

div#navigation {
	float: left;
	width: 160px;
	font-size: 90%;
	margin: 10px 0px;
}

div#extra{float:left;clear:left;width:160px}

div#footer{
	clear: both;
	width: 100%;
	text-align: center;
}

/* code below makes sure that the page you are currently on is also highlighted in the menu */

body.home #home,
body.contact #contact,
body.history #history,
body.mission #mission,
body.advisory #advisory,
body.events #events,
body.previous #previous,
body.archive #archive,
body.expenses #expenses,
body.suggest #suggest,
body.services #services,
body.test #test,
body.grid_info #grid_info,
body.scispace #scispace,
body.expertise #expertise,
body.projects #projects,
body.working_groups #working_groups,
body.tools #tools,
body.links #links,
body.partners #partners,
body.sponsors #sponsors,
body.gallery #gallery,
body.documents #documents,
body.sitemap #sitemap, 
body.support #support{
	background-color:#CCF7BF; 
	color:#000000
}

body.working_groups_ag #working_groups,
body.working_groups_gg #working_groups,
body.working_groups_go #working_groups,
body.working_groups_iec #working_groups,
body.working_groups_pck #working_groups {
	border-right: 14px solid #b0c0b5;

}

div#navigation ul {
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
}

div#navigation li {
	list-style-type:none; 
	margin: 0;
	display: inline; /* needed for IE<7 */
}
/* cut and pasted from niees01.css */
.nav, 
.main_nav, 
.group_nav {
	display:block;
}

.nav:link, 
.nav:visited {
	text-decoration:none; 
	background-color:#e5e7f1; 
	color:#000000; 
	text-indent: 20px;
}

.nav:hover {
	text-indent:20px; 
	text-decoration:none; 
	background-color:#BBBBBB; 
	color:#000000;
}

/* these are group headings that don't have a link, and therefore need to be simplified */
.group_nav {
	text-decoration:none; 
	background:#e5e7f1; 
	color:#000000; 
	font-weight:bold;
}
/* END cut and pasted from niees01.css*/

/*
 * Styles for table in Contact Us page
 */
table.contactus {
	width: 620px;
	border: 0;
/*	cellspacing: 0;
	cellpadding: 0;
	align: centre; */
	border-width: ;
	border-spacing: ;
	border-style: ;
	border-color: ;
	border-collapse: separate;
	background-color: white;
}
table.contactus th {
	border-width: ;
	padding-left: 5px ;
	padding-bottom: 2px ;
	border-style: ;
	border-color: ;
	background-color: white;
	-moz-border-radius: ;
}
table.contactus th.pic {
	width: 50px;
}
th.pic,
th.name,
th.title,
th.email,
th.telno {
	width: 140px;
}
table.contactus td {
	border-width: ;
	padding-left: 5px ;
	padding-bottom: 1px ;
	border-style: ;
	border-color: ;
	background-color: white;
	-moz-border-radius: ;
}

.contact th {
	text-align: left;
	font-weight: bold;
}

/* END specific styles for Contact Us page */
