/* CSS Document for Constitutional Income */

html {
	margin: 0;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background: url(../images/sidebar03.gif);
	background-repeat: repeat-y;
	background-color: #cccc99;
	margin: 0;
	}
img {
	padding: 2px;
	}
p {
	font-size: 100%;
	line-height: 130%;
	}
p.small {
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
p.lead-para:first-letter {
	font-size: 140%;
	font-weight: bold;
	}
p.summary {
	font-style: italic;
	border-style: solid #008800;
	border-width: 2px 2px 2px 2em;
	padding: 0.5em 0.5em 0.5em 1em;
	background-color: #CCFF33;
	}
ul, ol {
	font-size: 100%;
	margin-top:0;
	margin-bottom:0;
	}
#web-title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 135%;
	color:#666666;
	text-align: right;
	border-bottom: .2em solid #666666;
	margin: 0;
	padding: 2em 0 1px 10px;	
	}
#page-title {
	position: absolute;
	top: 3.25em;
	left: 160px;
	width: 80%;
	font-size: 150%;
	color: #333366;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 10px;	
	}
#sidebar {
	position: absolute;
	top: 5em;
	left: 10px;
	width: 125px;
	margin: 0;
	padding: 0;	
	border-bottom: .2em solid blue;
	border-right: .2em solid blue;
	}
#sidebar a {
	display: block;
	margin: 0;
	padding: 2px 10px 2px 7px;
	font-size: 100%;
	color: #00FFFF;
	text-transform: capitalize;
	text-decoration: none;
	text-align: right;
	border-top: 1px solid blue;
	}
#sidebar a:hover {
	background-color: red;
	color: white;
	}
#sidebar h4 {
	background-color:#FF0000;
	color:#FFFFFF;
	text-transform: capitalize;
	margin: 0;
	padding: .5px;
	text-align: center;
	}
#sidebarPic {
	position: absolute;
	top: 25em;
	left: 10px;
	width: 125px;
	color: #FFFF00;
	border-left: 2px solid blue;
	}
#content {
	position: absolute;
	top: 7em;
	left: 150px;
	width: 65%;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0.5em 1em 0.5em 1em;
	}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h1 {
	font-size: 180%;
  	text-align: center;
	}
h2 {
	font-size: 150%;
	}
h3 {
	font-size: 120%;
	}
h4 {
	font-size: 100%;
	}
.sup {
	vertical-align: super;
	font-size: 9px;
	}
