/* Typography */
body { font-size: 80%; }
 
body { color: #505050; font-family:   Helvetica, Arial, Verdana, sans-serif;}
h1,h2,h3,h4,h5,h6 {color: #63805d; font-family: , georgia, Times New Roman, Serif;}


/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 2.0em; line-height: 1; margin-bottom: 0.3em; letter-spacing:.5px;}
h2 { font-size: 1.5em; margin-bottom: 0.3em; line-height:1em; letter-spacing:0px;}
h3 { font-size: 1.2em; margin-bottom: 0.3em; }
h4 { font-size: 1.2em; line-height: 1.15; margin-bottom: .85em; margin-top:1.1em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text elements
-------------------------------------------------------------- */
p           { margin: 0 0 1.0em; line-height:1.5em; font-size:1em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }

ul.cList, ol      { margin:0 1.5em 1.5em 1.5em; }
ul.cList          { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol p{font-style: normal;}
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }
h2 a:link, h2 a, h2 a:hover   {text-decoration:none;}
  
a           {color:#83983b;}
a:visited   {color:#83983b;}
a:hover, 
a:active    {color:#3586b1;}

blockquote  { margin: 1.5em; color: #666; background:url(../images/blockquote-left-quotes.png) no-repeat left top; }
blockquote p{padding-left:30px;}
blockquote p.cite{ text-align:right; line-height:.7em; font-style:italic; font-size:1em;}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }

#bodyContent ul{margin-left:10px; margin-right:15px; margin-top:5px; }
#bodyContent ul li{margin-bottom:5px;}
/* Tables
-------------------------------------------------------------- */
/*table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; } */

/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; padding-left:20px;  line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.strong { font-weight:bold;}

.caps {font-variant: small-caps; letter-spacing: 1px;  text-transform: lowercase;  font-size:1.2em; line-height:1%; font-weight:bold; padding:0 2px;}



