@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	line-height: 1.4em;
}
#container {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 200px;
}
#content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content ul {
	margin-top: -10px;
}	

#content li.lined {
	list-style-type: none;
	background-image: url(images/rule-dotted.gif);
	background-repeat: repeat-x;
	color: #690;
	font-weight: bolder;
	width: 300px;
	margin-left: -10px;
} 
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	text-align: right;
	font-size: 90%;
	line-height: 1.6em;
}
#sidebar ul {
	margin-top: -10px;
}
#sidebar li.lined {
	list-style-type: none;
	background-image: url(images/rule-dotted.gif);
	background-repeat: repeat-x;
}
#nav {
	font-size: 16px;
	text-transform: uppercase;
	color: #CC6600;
}
#sidebar #nav li {
	list-style-type: none;
}
#footer {
	text-align: center;
	font-size: 90%;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 5px;
	background-position: center top;
	clear: both;
}
#footer li.lined {
	list-style-type: none;
	background-image: url(images/rule-dotted.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
        padding-bottom: 5px;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
td {
	font: small/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 7px;
}
.xsmall {
	font: x-small/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	vertical-align: top;
}
td.xsmall {
	font: x-small/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 7px;
}
.xsmallitalic {
	font: italic x-small/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	vertical-align: top;
}
ul {
	margin-left: 5px;
	margin-top: 0px;
}
td.border-r-bold {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99CCFF;
	padding-right: 5px;
	font-weight: bold;
	}
td.border-r {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99CCFF;
	padding-right: 5px;
	}
td.noborder-r {
	padding-left: 10px;
	}
td.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;

}	

a, td a{
	color: #FF6600;
	text-decoration: none;
}
a:hover, td a:hover{
	text-decoration: none;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #6699CC;
	text-transform: uppercase;
}
h2 {
	font-weight: bold;
	color: #990000;
	font-size: 14px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.top25 {
	padding-top: 25px;
}
.top25botneg15{
    padding-top: 25px;
    margin-bottom: -15px;
}
.greentext {
	color: #669900;
}
.rightalign {
	text-align: right;
	padding-right: 5px;
}
.rightalign-bold {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	color: #000000
}
.rightalign-green {
	text-align: right;
	padding-right: 5px;
	color: #669900;
}From: 	Howard Dean <democraticparty@democrats.org>
To: 	Wayne Harris <wayne@realflorida.net>
Subject: 	Unity
Date: 	Sat, 7 Jun 2008 14:27:16 -0400
.rightalign-bldgreen {
	text-align: right;
	padding-right: 5px;
	color: #669900;
    font-weight: bold;
}
.spacer{
	line-height: 1.5;
}

hr {
	background-image: url(images/rule-dotted.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.rightalign-bldgreen {
	text-align: right;
	padding-right: 5px;
	color: #669900;
    font-weight: bold;
}
.spacer{
	line-height: 1.5;
}

hr {
	background-image: url(images/rule-dotted.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
