/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img, abbr { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */

body, p, li, dt, dd, blockquote, cite { font:14px/18px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif }

h2 { color:#669966; font-size:18px; line-height:22px; margin:10px 0px 0 10px }
h2 a { border:none }
h3 { color:#669966; font-size:16px; line-height:20px; margin:10px 0px 0 10px }
h3 a { border:none }
h4 { color:#669966; font-size:14px; line-height:18px; margin:10px 0px 0 10px }
h4 a { border:none }

p, li { color:#ffffff; margin:8px 10px 8px 10px }

body {
  background: #66cc66;
  margin: 20px;
  color: #ccccff;
}

#wrapper {
  background:#66cc66;
  width: 800px;
  border-spacing:0;
  margin:0px auto;
  border:0px;
  padding:0px;
}

#header {
	border:0px solid #aaa;
	height:150px;
	padding:0px;
}

#header div {
	padding:0px;
	border:0px;
	float:left;
}

#header-left {
	/* background:#003333; */
	background: #003333 url(/images/corner.gif) no-repeat top left;
	width:400px;
}

#header-right {
	background:#003333;
	margin-left:0px;
	width:400px;
	text-align:right;
}

#gap {
  border:0px;
	padding:0px;
	height:10px;
	/* margin-bottom: -5000px; padding-bottom: 5000px; */
}

#content {
	border:0px solid #aaa;
	padding:0px;
}

#content div {
	padding:0px;
	border:0px;
}

#content-left {
	/* background:#003333; */
	background: #003333 url(/images/corner.gif) no-repeat top left;
	width:514px;
	float:left;
	/* margin-bottom: -5000px; padding-bottom: 5000px; */
}

#content-right {
	/* background:#003333; */
	background: #003333 url(/images/corner.gif) no-repeat top left;
	margin-left:0px;
	width:276px;
	text-align:right;
	float:right;
	/* margin-bottom: -5000px; padding-bottom: 5000px; */
}

#footer {
  float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background: #003333 url(/images/corner.gif) no-repeat top left;
	/* border:1px solid #bbb; */
	width:780px;
}

#bottom {
	clear:both;
	text-align:right;
}

.clear { clear: both; padding-top: 10px; }
	
.tweet {
  font-size:x-small;
}

#twitter_div {
  font-size:x-small;
}

.green {
  background:#66cc66;
}

.date {
  color:#666666;
  font: x-small Trebuchet, Verdana, Sans-serif;
}

a:link {
  color:#99cc99;
  text-decoration:none;
}

a:visited {
  color:#ccffcc;
  text-decoration:none;
}

a:hover {
  color:#66cc66;
  text-decoration:underline;
}

a img {
border-width: 1px;
}

/*
hr {
	width: 100px;
  height: 5px;
	text-align:right;
  margin-right:0;
  color:#66cc66;
  background-color:#66cc66;
	border:0px;
}
*/

div.hr {
  height: 12px;
	width: 110px;
  background: #66cc66 url(/images/hr.gif) no-repeat left;
}

div.hr hr {
  display: none;
}

dt {
  font: medium Trebuchet, Verdana, Sans-serif;
  font-weight: bold;
  padding: 5px;
}

blockquote {
  font-style: italic;
  margin-left: 50px;
  margin-right: 50px;
}

