@import url("base.css");
@import url("layout.css");
@import url("nav.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html, body {
  font-family: verdana, helvetica, arial, sans-serif;
  color: black;
  font-size: 0.83em;
}

#content a:link, a:visited {
  color: #4672a1;
}

#content a:hover {
  background: #e4ecf3;
}

#content div h3 span {
	position: absolute;
	left: -9999em;
	top: -9999em;
}


/* wrapperLeft CONTENT
----------------------------------------------------------------*/
#wrapperLeft h1 a span {
	position: absolute;
	top:-9999em;
	left:-9999em;
}

#wrapperLeft h1 a {
display:block;
width:78px;
height: 511px;
text-decoration: none;
}

/* FOOTER CONTENT
----------------------------------------------------------------*/

#footer .footerLeft {
	float:left;
	text-align: left;
	padding-left:82px;
}

#footer .footerRight {
	float:right;
	text-align: right;
	padding-right:10px;
}

#footer a:link,  #footer a:visited {
	color: #7d7d7d;
}

#footer a:hover,  #footer a:active {
	color: #000000;
	background-color: #cacaca;
}

