/*==========================
  SCRIPT Project basic style
  Author: Fangwei Zeng
  Date: 2003.05.12
  ==========================*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* there are overrides and/or additions in advanced.css */
}

a, p, ul, li, h1, h2, h3, div, table, td, th {
	/* 
	  This rule has multiple selectors to ensure that the styles are carried 
	  down into the necessary elements in NN4, which is notoriously flaky in its
	  handling of inheritance.
	*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;	
}

a {
	color: #36c;
}

a:hover {
	color: #f30;
}

/* Header */
#header div {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;	
	text-align: left;
	border: 1px solid #eee;
	background: #eee;
	color: #333;
	margin: 0;
	padding: 0;
}

#header div a {
	color: #333;
	text-decoration: none;
}

#header div a:hover {
	color: #ddd;
	text-decoration: none;
}

/* Footer */
#footer {
	padding: 5px;
	border: 1px solid #255398;
	margin: 0;
}

#footer div {
    font-size: 0.9em;
	line-height: 1.25em;
	color: #999; 
	text-align: right;
}

/* Page Structure */
#maincontent {
	padding: 10px;
	border: 0;
	margin: 0 10px 0 180px;	
}

#menubar {
	position: absolute;
	top: 120px;
	left: 10px;
	width: 160px;
	border: 0;
	margin: 0;
}

