body{
	font-size: small; 
	color: maroon;
}
a:link, a:visited{
	text-decoration: none;
	color: #0054a4;
}
a:visited{
	text-decoration: none;
	color: #666666;
}
a:hover, a:active{
	text-decoration: underline;
}

/*--- Header ---*/
#header{
	background-color: White;
}
#header h1#companyName{
  font-size: 1.5em;
	font-family: sans-serif;
}
#header h1#companyName #logoPS{
  font-size: 1.5em;
	font-weight: normal;
	font-style: oblique;
	color: #EF4135;
}
/*--- Nav General ---*/
#nav{
}
#nav #mainNav ul{
  background-color: White;
}
#nav #subNav ul{
  background-color: #fdc039;
}
#nav #subNav li{
  background-color: #fdc039;
}
#nav a:link, 
#nav a:visited,
#nav span{
	text-decoration: none;
	color: Black; 
	font-weight: bold;	
	font-style: oblique;
	font-family: sans-serif;
}
#nav a:hover{
	text-decoration: underline;
}
/*--- Page Content ---*/
#pageContent{
	background-color: #FFF8DC;
}
#mainContent{
	font-family: sans-serif;
}
#headlines h4{
  border: 0;
}
#headlines ul{
  border-bottom: 1px dashed #dfe4eb;
  border-left: 1px dashed #dfe4eb;
  border-right: 1px dashed #dfe4eb;
}

/*--- Footer ---*/
#footer{
	background-color: White;
}

