body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: tahoma, arial, sans-serif;
	color: #444;
	background: grey url('../images/background.png') repeat left top;
}
h2,h3 {
	color: #66b460;
}

#content {
	width: 1000px;
	margin: 50px auto;
	background-color: white;
	border: 3px solid black;
}
#logo {
	text-align: center;
	margin-top: 20px;
}
#lcol {
	width: 120px;
	text-align: center;
	float: left;
	font-size: 11px;
}
#rcol {
	width: 875px;
	float: right;
}
#pagecontent {
	padding: 20px 120px 20px 20px;
}
#quote {
	margin: 30px 230px 30px 230px;
	border-top: 2px solid #66b460;
	border-bottom: 2px solid #66b460;
	padding: 3px;
}
#quote1 {
	font-weight: bold;
	font-size: 12px;
}
#quote2 {
	font-style: italic;
	font-size: 11px;
}
#footer {
	margin: 20px;
	font-size: 10px;
	color: grey;
	text-align: center;
}
#articleList {
	font-size: 12px;
}


#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
	font-size: 12px;
	background: #333;
	height: 30px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}
#menu li {
	float: left;
	margin: 0;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 30px;
	color: #dddddd;
}
#menu li a:hover, #menu li.active a {
	background-color: #666666;
	color: white;
}
#menu a:hover, #menu li.active a {
	color: white;
	background: #555;
}
#menu li:hover ul {
  display: block;
  position: absolute;
  margin-left: -40px;
}
#menu li:hover li {
  float: none;
  font-size: 10px;
  border-top: 2px solid #444;
}
#menu li:hover a {
	background: #666666;
	color: white;
}
#menu li:hover li a:hover {
	background: #666666;
	color: white;
}
#menu li ul {
	display: none;
	list-style-type: none;
}
#menu ul li a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 0 10px 0 10px;
  margin-left: 0px;
  white-space: nowrap;
}


.clearfloat {
	clear: both;
	font-size: 0px;
}
.fieldL {
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
}
.msg {
	text-align: center;
	margin: 20px;
	font-weight: bold;
	font-size: 20px;
	color: red;
}
.fakelink {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
