@charset "iso-8859-1";

/* Name    : Common.css   */
/* Author  : Neil Moffatt */
/* Created : 17 Jan 2005  */



body {
	font-family: Verdana;
	font-size: small;
	margin: 0px; 
	padding: 0px;
	text-align: center;
}

h1 {
	font-size: medium;
	color: #00a000;
	margin: 10px 0 10px 0;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #00f;
}

a:visited {
	color: #00b;
}

a:hover {
	color: #0a0;
}

#frame {
	width: 775px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #fff;
	background-color: #fff;
}

#white_head {
    background: #d0f0e0;
	width: 768px;
	clear: left;
	float: left;
	border: 2px solid #000;
}

#pubs {
	float: right;
	margin-right: 0px;
}

#menu {
	text-align: left;
	font-weight: bold;
	font-size: small;
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	float: left; 
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0px 10px;
	color: #888;
}

#menu a {
	padding: 0px;
}

#content {
    background: #fff;
	text-align: left;
	font-size: small;
	width: 100%;
	margin: 0;
	padding: 0;
}

#left_col {
	width: 375px;
	float: left;
}

#right_col {
	width:  395px;
	float : right;
	text-align: right;
}

#footer {
	margin-top: 10px;
	text-align: center;
	clear: both;
}

.red {
	font-weight: bold;
	color: #c00;
}

.separator {
	font-weight: bold;
	color: #c00;
}