/* -------------------CATHERINE OF SWEDEN CASCADING STYLE SHEET v2------------------- */
/* -------------------for Democrats for Life of Minnesota------------------- */
/* -------------------Developed by Little Thinky------------------- */

body	{
	width: 700px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 69%;
	font-family: "lucida sans", verdana, helvetica, san-serif;
	background-color: #9CA998;
	border: 2px solid #008B00;}

h2	{
	color: #2f4f2f2;
	border-bottom: 1px dotted #008B00;
	margin-left: 20px;}

h3	{
	color: #2f4f2f2;
	margin-left: 20px;}

.large	{
	font-size: 1.1em;}

a	{
	color: #000;
	text-decoration: none;}

a:hover	{
	text-decoration: underline;
	color: red;}

#top	{
	width: 100%;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;}

#content1	{
	float: left;
	width: 500px;
	background-color: white;
	border: 2px solid #008B00;
	border-left: none;
	clear: both;}

#content1 a	{
	color: #008b00;
	text-decoration: none;}

#content1 a:hover	{
	text-decoration: underline;
	color: red;}
	
#content1 p	{
	margin-left: 20px;
	margin-right: 20px;}

#leftinside	{
	float: left;
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #008b00;}

#rightinside	{
	float: right;
	width: 70%;
	padding-left: 5px;
	padding-right: 5px;}


#content2	{
	float: right;
	width: 180px;}

#content2 h2	{
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: center;
	border-bottom: none;
	padding: 2px;}
	
#content2 p	{
	margin-left: 20px;}

#content2 a	{
	text-decoration: none;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	display: block;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding-left: 15px;
	padding-top: 5px;}

#content2 a:hover	{
	text-decoration: none;
	color: red;}

#quote	{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;}

#quote .text	{
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;}

#quote .sig	{
	text-align: right;
	margin-right: 10px;
	font-weight: bold;}
	
#footer {
	clear: both;
	padding-top: 2px;
	text-align: center;}

label	{
	width: 10em;
	float: left;
	text-align: right;
	clear: both;
	padding-right: 10px;}

input.btn	{
	margin-left: 15em;}
	

