
a{color:#fff; text-decoration:underline;}
h1{font-size:36px; margin-top:32px; margin-left:42px; margin-bottom:19px; line-height:1em}
div.mainContent{font-size:12px; line-height:19px}
div.mainContent h1, div.mainContent h2, div.mainContent h3, div.mainContent h4, div.mainContent h5{display:inline}

/*links*/
.editorLink{}
.editorLink:hover{}
.editorEmailLink{}
.editorEmailLink:hover{}

/*columns*/
.editorColumns { width: 100%; border-right: solid #fff 1px; border-bottom:solid #fff 1px; border-top:solid #fff 1px; float: left;}
.editorColumns .editorColumnsInner {float: left; border-left:solid #fff 1px }

/*bullets and numbers*/
ul.editor{}
ul.editor li{background:transparent url(/media/images/sideNavBullet_7.png) no-repeat left 4px; margin-bottom:3px; padding-left:19px; line-height:18px}
ol.editor{list-style-type:decimal; margin-left:20px}
ol.editor li{padding:3px 0px 0px 0px;}
ol.editorRom{list-style-type:lower-roman; margin-left:20px}
ol.editorRom li{padding:3px 0px 0px 0px;}

/*center left and right alignments*/
.editorCenter{width:100%; text-align:center}
.editorLeftJustify{width:100%; text-align:left}
.editorRightJustify{width:100%; text-align:right}
.editorJustified{width:100%; text-align:justify;}

/*bold itallic etc formatting*/
strong.editor{font-weight:bold;}
em.editor{text-style:italic;}
.editorUnderline{text-decoration:underline;}
.editorLargeText{font-size:14.5px}
.editorSmallText{font-size:80%}
.editorRedBorder{border:1px red solid}

/*code*/
pre.editor{background:#999999;}

/*quote and blockquote*/
q.editor{font-style:italic;}
cite.editor{font-weight:bold}
div.editorQuoteBlock{background:url(/media/images/quoteMarksLeft_54.png) no-repeat top left; margin:10px;}
div.editorQuoteBlock p{background:url(/media/images/quoteMarksRight_53.png) no-repeat bottom right; padding:8px 25px 15px 29px; font-weight:bold; font-style:italic;}
div.editorQuoteBlock cite{margin-left: 29px; margin-top:5px; display:block}
/*breaks and rules*/
.editorFullBreak{clear:both;}
hr.editor{border:0; width:90%; color:#fff; background-color:#fff; height:1px;}

/*images*/
.editorLeftImage{display:block;float:left;margin-right:17px;margin-top:5px;}
.editorRightImage{display:block;float:right;margin-left:17px;margin-top:5px;}
span.caption, span.ImageCaption{font-weight:bold; font-style:italic}
span.ImageBox{width:100%; text-align:center; display:block; clear:both}
span.ImageBox span.ImageCaption{text-align:left; display:block; margin:0 auto}

/*titles*/
h3.editor{padding:4px 4px 4px 0px; font-size:18px}
h4.editor{padding:3px 3px 3px 0px; font-size:12px; font-weight:bold}
h5.editor{padding:2px 2px 2px 0px; font-size:100%}

