/*    Any style that will affect the appearence of {=MAIN_BODY=} content should be here
    and will be used to format the guts of the WYSIWYG editor. All styles should be defined
    as a type selector (specific tag) or as a child of .mceContentBody (the WYSIWYG body wrapper) */

* {
    padding: 0px;
    margin: 0px;
}

body {
    font:12px sans-serif;
    font-family: georgia,garamond,serif;
}

body.mceContentBody {
    font-size: 12px;
    font-family: sans-serif;
    margin:5px;
}

a {
    color: #426e92;
    text-decoration:underline;
}

.at-zone img {
    border:0px;
}  

#actions a:link,
#actions a:visited,
#username a:link,
#username a:visited {
    color: #79BEE8;
}

#actions a:hover,
#actions a:active,
#username a:hover,
#username a:active {
    color: #DEF;
}


p {
    color:#333333;
    font-size:13px;
    margin:6px 0 12px 0;
    line-height:20px;
}

blockquote {
    margin:0px;
}

form {
    margin:0px;
}

ul li, ol li {
    margin:6px 0 6px 36px;
}

table {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    border: 0px solid;
}

th {
    font-size:11px;
}

td {
    text-align:left;
    font-size:11px;
    vertical-align:top;
    padding: 0px;
}


h1 {
    color:#426e92;
    font-style:italic;
    font-weight:bold;
    margin:18px 0 12px 0;
}

h2 {
    font-size:18px;
    color:#000000;
    font-style:italic;
    font-weight:normal;
    margin: 18px 0 12px 0;
}


h3 {
    font-size:11px;
    font-style:italic;
    color:#000000;
    margin: 6px 0 8px 0;
}

#lower_left h1,
#lower_left h2,
#lower_left h3 {
    margin-top:0px;
}

fieldset {
    margin:18px 0 0 0;
    border: none;
}

legend {
    padding:4px;
}

strong {
    font-weight:bold;
}



#right_column ul li {
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#426E92;
   border-bottom:1px solid #cccccc;
   background: url(/templates/custom/niagara-publications-template/images/bullet.png) no-repeat;
   margin: 0px;
   padding:6px;
   padding-left: 20px;
}

#right_column .module_view_all {
    background:none;
    border-bottom: none;
}


#right_column .rss-feeder li {
    background:none;
}
#strong_footer {
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
}

#strong_footer a {
    color:#fff;
    text-decoration:underline;
}

#strong_footer p {
    color:#fff;
}

#strong_footer h1 {
    color:#fff;
    font-style:normal;
}

#strong_footer h2 {
    color:#fff;
    font-style:normal;
}

#strong_footer h3 {
    color:#fff;
    font-style:normal;
}



/* mceFontSize List must be 7 items 1-7 no more, no less */
.mceFontSize1 {
    font-size:8px;
}
.mceFontSize2 {
    font-size:10px;
}
.mceFontSize3 {
    font-size:11px;
}
.mceFontSize4 {
    font-size:14px;
}
.mceFontSize5 {
    font-size:18px;
}
.mceFontSize6 {
    font-size:24px;
}
.mceFontSize7 {
    font-size:36px;
}

/* Any SPAN classes are available in the WYSIWYG tool formatting dropdowns */
/* Place all span classes between these comments */
.button {
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background: #369;
    border: 1px outset #036;
}

/* End SPAN tag classes */