html 
{
    margin:0;
    padding:0; 
}

body
{
    font-family: Helvetica-light, Helvetica, Arial, Verdana;
    font-size:80%;
    margin:0;
    padding:0; 
    background-color:#f8f8f8;
    line-height:1.3em;
    color:#3d3d3d;
}

p
{
    margin:0;
    padding:0;
}

h1, h2, h3, h4, h5, h6
{
	margin:0;
	padding-top:1px;
	margin-bottom:1em;
}

blockquote
{
  margin:0;
  /*margin-left:1em;*/
}

blockquote ul
{
  list-style:none;
}

.mainTextCol a, #tinymce a
{
    color:#f7941d;
    font-style:italic;
    text-decoration:underline;
    outline:none;
}

.mainTextCol a:hover, #tinymce a:hover
{
    color:#f7941d;
    font-style:italic;
    text-decoration:underline;
    outline:none;
}

.mainTextCol ul li, #tinymce ul li
{
    /*background: url(../images/blueDot.png) no-repeat 0 .4em;
    padding:0 0 0 1em;*/
    border:none;
	padding-left:2px;	
}

.mainTextCol ul li:before, #tinymce ul li:before  {
    /* For a round bullet */
    content:'\2022';
    /* For a square bullet */
    /*content:'\25A0';*/
    position: relative;
    color: #3d3d3d;
    font-size: 160%;
	padding-right:6px;
	top:4px;
}

.mainTextCol ul, #tinymce ul
{
  list-style:none;  
  padding:0;
  margin:0;
  padding-left: 1em;
  text-indent: -1em;
}

.purpleList a
{
    color:#f7941d;
    font-style:italic;
    text-decoration:underline;
    outline:none;
}

.purpleList a:hover
{
    color:#f7941d;
    font-style:italic;
    text-decoration:underline;
    outline:none;
}

.purpleList ul li
{
    background: url(../images/arrow_purple.png) no-repeat 0 .4em;
    padding:0.2em 0 1em 1.5em;
    border:none;
}

.purpleList ul
{
    list-style:none;  
}

.greenList a
{
    color:#f7941d;
    font-style:italic;
    text-decoration:underline;
    outline:none;
}

.greenList a:hover
{
    color:#f7941d;
    font-style:italic;
    text-decoration:underline;
    outline:none;
}

.greenList ul li
{
    background: url(../images/arrow_green.png) no-repeat 0 .4em;
    padding:0.2em 0 1em 1.5em;
    border:none;
}

.greenList ul
{
    list-style:none;  
}















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {
font-family:Georgia, 'Times New Roman', Arial; font-size:200%;
}

h2 {
font-family:Georgia, 'Times New Roman', Arial; font-size:150%; margin-bottom:12px;
}

h3 {
font-family:Georgia, 'Times New Roman', Arial; font-size:140%; margin-bottom:10px;
}

h4 {
font-family:Georgia, 'Times New Roman', Arial; font-size:130%; margin-bottom:10px;
}

.alignLeft {
float:left; margin-right:5px; margin-bottom:5px;
}

.alignRight {
float:right; margin-left:5px; margin-bottom:5px;
}

.yellow {
color:#f7941d;
}

