a:link, a:hover, a:visited {
 color:#4F1025;
}

strong {
 font-weight:bold;
}


#content {
margin-top:10px;
margin-bottom:10px;
}

#content img {
margin-left:0;
}

h1 {
font-size: 140%;
font-weight:bold;
}

h2 {
font-size: 130%;
font-weight:bold;

}

h3 {

font-size: 120%;
font-weight: bold;
}

#content h3 {
margin-top:1em;

}

#content img {

margin-left:10px;
}

#content p {
margin-top:1em;
font-size: 110%;
line-height: 1.25em;
margin-bottom:1em;
}

#content ol {
  margin-bottom: 1em;
}

#content ul {
 margin-top:1em;
 margin-bottom: 1em;
}

#content ol li {
  font-size: 1.1em;
  line-height: 1.25em;
  list-style-type:decimal;
  margin-left: 2em;
  margin-bottom:0.5em;
}

#content ul li {
    font-size: 1.1em;
    line-height: 1.25em;
    list-style-type:square;
    margin-left:2em;
    margin-bottom:0.5em;
}

#content ol ul li {
    font-size: 1.1em;
    line-height: 1.25em;
    margin-left:3em;
}

#content img {
 margin-right:15px;
 margin-left:0;
}



#sidebar ul {
 list-style-type:none;
 margin:5px;
}


.my_twitter {
 float:right;
 display:block;
 text-align:right;
 margin-right:5px;
 margin-bottom:5px;
}

.tweet {
 margin-top: 5px;
 margin-bottom:10px;
 border-bottom:1px dotted #000;
 padding-bottom:10px;
}

ul.section-list {
 padding-left: 20px;
}

ul.section-list li {
 list-style-type:none;
 padding:5px;
 text-indent: -20px;
 margin-bottom:10px;
 margin-top: 5px;


}

ul.section-list li a:link, 
ul.section-list li a:visited {
*margin-left:-20px;
*text-indent:0;
*padding-left:-10px;
padding: 2px 20px;
text-decoration:none;
font-weight: bold;
background: url(/link-icons/icons/icon_txt.gif) 0 50% no-repeat;
line-height: 16px;
*display:inline-block;

}

/* -------------------------------------------------------------- 
  
   link-icons.css
   * Icons for links based on protocol or file type.
   
   See the Readme file in this folder for additional instructions.

-------------------------------------------------------------- */

/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon { 
	background:transparent none !important; 
	padding:0 !important; 
	margin:0 !important; 
}

/* Make sure the icons are not cut 
a[href^="http:"], a[href^="mailto:"], a[href^="http://www"]:visited, 
a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], 
a[href$=".rdf"], a[href^="aim:"] {
  padding:2px 12px 2px 0;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: right center;
}
*/
/* External links 
a[href^="http://www"]          { background-image: url(/link-icons/icons/external.png); } 
a[href^="mailto:"]        { background-image: url(/link-icons/icons/email.png); }
/*a[href^="http:"]:visited  { background-image: url(/link-icons/icons/visited.png); }*/

/* Files 
a[href$=".pdf"]   { background-image: url(/link-icons/icons/pdf.png); }  
a[href$=".doc"]   { background-image: url(/link-icons/icons/doc.png); }  
a[href$=".xls"]   { background-image: url(/link-icons/icons/xls.png); }  */
 
/* Misc */
a[href$=".rss"], 
a[href$=".rdf"]   { background-image: url(/link-icons/icons/feed.png); }
a[href^="aim:"]   { background-image: url(/link-icons/icons/im.png); }
