/* root elements */
body {
	background-color: white;
}


p {
	font-family: monospace;
	text-align: left;
	color: #8c8c8c;
}


hr
{
	background-color:#d4d4d4;
	color:#d4d4d4;
	height:5px;
	border:0px;
	clear:both;
}


/* logo elements */
.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	height:75px;
	width: 315px;
	background: url("../img/logo.png") no-repeat;
}


/* content elements */
.content {
	width: 100%;
	margin:0 0 15px;
	font-size: 1em;
}


/* footer elements */
.footerAbout {
	#word-spacing:6px;
	word-spacing:normal;
	float:right;
	text-align:right;
	font-size:0.75em;
}


/* topMenu elements */
.topMenu
{
  width:100%;
  height:4em;
}
.topMenu ul
{
  list-style-type:none;
  margin:0;
  padding:0;
}
.topMenu li
{
  float:left;
}
.topMenu a
{
  display:block;
  padding: 30px;
  /* width:86px; */
}
.topMenu a:link,.topMenu a:visited
{
  font-weight:bold;
  color:#FFFFFF;
  /* background-color:#98bf21; */
  /* background-color:#98bfff; */
  background-color:#FE2E2E;
  text-align:center;
  padding:10px;
  text-decoration:none;
  text-transform:lowercase;
}
.topMenu a:hover,.topMenu a:active
{
  /* background-color:#7A991A; */
  background-color:#DF0101;
}



