/*Body Defaults*/
body{line-height:1;color: black; font-size:15px; font-family:"Gill Sans","Gill Sans MT","Arial";}

/*links*/
a{text-decoration:none; color:#4671D5}
a:hover{text-decoration:underline; color:#2A4480}
a:visited{color:4671D5}

/*columns*/
.editorColumns {width: 100%; border: solid green 1px; float: left;}
.editorColumns .editorColumnsInner {float: left;}

/*bullets and numbers*/
ul.editor{list-style-type:disc; margin-left:15px; line-height:23px; margin-bottom:15px}
ul.editor li{padding:3px 0px 0px 0px;}
ul.editor li.sub{margin-left:20px; list-style-type:circle}

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:1.2em}
.editorSmallText{font-size:0.8em}
.editorRedBorder{border:1px red solid}

/*code*/
pre.editor{background:#999999;}

/*quote and blockquote*/
q.editor{color:#777777; font-style:italic;}
cite.editor{color:#888888; font-style:italic; font-weight:bold}
blockquote.editor{background:3875d7;border:1px dashed black;margin:10px;}

/*breaks and rules*/
.editorFullBreak{clear:both;}
hr.editor{border:0; width:90%; color:#777777; background-color:#777777; height:3px;}

/*images*/
.editorLeftImage{display:block;float:left}
.editorRightImage{display:block;float:right}
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*/
h1{ padding:4px 4px 4px 0px; font-size:2.4em; line-height:0.8em; font-weight:normal}
h1.topHead{margin-left:7px; color:#606060; margin-bottom:10px}
h2{padding:8px 3px 8px 0px; font-size:1.5em; font-weight:normal}
h3{padding:2px 2px 2px 0px; font-size:1.25em; font-weight:normal}
h4{padding:2px 2px 2px 0px; font-size:1em; font-weight:normal}

/*paragraphs*/
div#content{color:#606060}
div#content div.left p{line-height:23px; margin-bottom:13px}
div #content div.left p.nomarg{margin:0}