
body {  
  background: white;
  margin-top: 0px;
  margin-left: 35px;
  font-family: Arial, Helvetica, san-serif; 
  font-size: 12px; 
  line-height: 16px; 
}

p { 
  font-family: Arial, Helvetica, san-serif; 
  font-size: 12px; 
  color: #000000; 
  line-height: 16px; 
  font-weight: normal; 
}

h1, h2, h3, h4 { 
  font-family: Arial, Helvetica, san-serif; 
  color: #003300; 
  font-weight: bold;
}

h1 { 
  font-size: 24px;
  line-height: 32px;
}

h2 { 
  font-size: 21px; 
  line-height: 24px; 
}

h3 {
  font-size: 16px; 
  line-height: 18px; 
}

h4 { 
  font-size: 12px; 
  line-height: 14px; 
}

a:link { 
  color: #006600; 
  text-decoration: underline; 
}
a:visited { 
  color: #666666; 
  text-decoration: underline; 
}
a:hover {
  color: #ffffff; 
  text-decoration: underline; 
  background: #006600; 
}
a:active { 
  color: #ffffff; 
  text-decoration: underline; 
  background: #006600; 
}

.nav { 
  height: 8px;
  width: 715px;
  padding: 0px;
 }

.main { 
  clear: both;
  width: 715px;
  margin-top: 26px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.toc { 
  font-size: 16px;
  line-height: 18px;
}

.copyright { 
  font-size: 10px; 
  color: #666666; 
  background-color: #cccc66; 
  padding-top: 2px;
  padding-bottom: 2px; 
  width:715px;
}

.footnote { 
  font-size: 10px; 
  line-height: 12px;
}


div.inlineImgLeft {
  float:left;
  width:320px;
  margin-left: 0px;
  margin-right: 10px;
}

div.inlineImg {
  margin-left: 6px;
  margin-right: 10px;
}

div.inlineImg img, div.inlineImgLeft img {
  border:0px;
  margin: 0px;
  padding:0px;
}

div.inlineImg p, div.inlineImgLeft p {
  background-color: #cccc66;
  color: #003300;
  padding: 2px 5px 2px 5px;
  border:0px;
  margin: 0px;
}

div.textBox {
  border: medium double;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #EEEEEE;
}

/* for twitter feed */

ul#twit-twit, ul#twit-twit ul {
	list-style-type: none;
	padding-left: 0;
}


ul#twit-twit {
	width: 300px;
}


ul#twit-twit li ul {
	margin: 6px 0 0 0;
}


ul#twit-twit li {
	margin: 0 0 10px 10px;
	border-top: 1px dashed #ccc;
}


ul#twit-twit li.twit-date {
	font-weight: bold;
	/* color: #600; */
	border: 0px solid #ccc;
	margin: 10px 0 0 0;
	font-size: 8pt;
}


ul#twit-twit li ul li {
	font-weight: normal;
	/* color: #222; */
	font-size: 8pt;
	padding-top: 8px;
}


ul#twit-twit li.twit-alt {
	/* color: #888; */
}


ul#twit-twit li.twit-first {
	/* color: #800; */
}

/*
ul#twit-twit a.twit {
	color: #ddd;
	text-decoration: none;
	border: 0;
}

ul#twit-twit a.twit:hover, ul#twit-twit a.twit:visited:hover {
	color: #600;
}
*/

p.twit-more, li.twit-more {
	text-align: right;
	font-size: 8pt;
	padding: 4px 0 0 0;
}


p.twit-more a.twit-more, li.twit-more a.twit-more {
	color: #600;
	text-decoration: none;
}


p.twit-more a.twit-more:hover, p.twit-more a.twit-more:visited:hover, li.twit-more a.twit-more:hover, li.twit-more a.twit-more:visited:hover {
	color: #000;
	border-bottom: 1px dashed #600;
}
