@charset "utf-8";
/* CSS Document */


/*  page titles. */
h1 {

  /*background-color: #000000;*/
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
  padding: 10px 10px 10px 10px;
  margin: 40px 10px 0px 0px;
  
  
}

/*  section titles. */
h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin: 40px 0px 0px 0px;
}


/*  section titles. */
h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
}




p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-align:justify;
	color: #FFFFFF;/*	letter-spacing: 1px;*/
}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-align:justify;
	color: #FFFFFF;/*	letter-spacing: 1px;*/
}


/*li.lucystyle {    THIS IS HOW YOU CREATE A DIFFERENT TYPE OF THINGY
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	text-align:justify;
	color: #FFFFFF;/*	letter-spacing: 1px;*/
}*/




#outerWrapper #contentWrapper #leftColumn p {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
    text-align: left;
}





.menuline {
	color: #ffffff;
		width: 120px;
		text-align: left;
  margin: 5px 0px 5px 0px;
}







/* Sets the style for unvisited links. */
a,  a:link {
  color: #A6AD00;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #A6AD00;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #A6AD00;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #A6AD00;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #A6AD00;
}



a.rss,  a.rss:link {
	font-size: 11px;
	line-height: 12px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a.rss:visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a.rss:hover {
  color: #ffffff;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a.rss:focus {
  color: #ffffff;
}
/* Sets the style for a link that is being activated/clicked. */
a.rss:active {
  color: #ffffff;
}
