html, body {
margin: 0;
padding: 0;
background-color: #0C5C9B;
} 

p, td, li, textarea, input, select {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt; 
line-height: 160%; 
} 

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
}

ol li {
margin-bottom: 15px;
font-size: 8pt;
} 

a, a:link {
	color:#000;
}

a:visited, a:hover, a:focus, a:active {
	color:#003366;
}

a:hover {
	text-decoration:none;
}

#container-all {
width: 100%;
height: 100%;
display:table;  /* fixes Firefox bug - stretches blue left and right backgrounds to bottom of page */ 
}

#leftcol
{
float: left;
width: 10%;
height: 100%;
background-color: #0C5C9B;
background-image: url(images/lovebg.gif);
background-repeat: repeat-y;
}

#rightcol
{
float: right;
width: 10%;
height: 100%;
background-color: #0C5C9B;
background-image: url(images/hatebg.gif);
background-repeat: repeat-y;
}

#leftshadow {
float: left;
width: 4px;
height: 100%;
margin: 0;
padding: 0;
background-image: url(images/leftshadow.gif);
background-color: #fff;
background-repeat: repeat-y;
} 

#container-middle2
{
background-color: #fff;
margin-left: 10%;
margin-right: 10%;
height: 100%;
}

#top
{
background-color: #fff;
padding-top: 5px;
}

#top h1, h2
{
padding: 0;
margin: 0;
padding-left: 20px;
}

.daisies {
height: 75px; 
overflow: hidden;
margin-left: 20px;
margin-right: 0;
padding-right: 0;
}



.headers {
float: left;
margin-left: -4px;
margin-right: 20px;
}

.hrule {
height: 20px;
background-image: url(images/hrule.gif); 
background-repeat: repeat-x;
margin-top: 20px;
margin-left: 0;
padding-left: 0;
}


#leftnav
{
float: left;
width: 150px;
margin-top: 0px;
margin-left: 2px;
padding: 10px; 
}

#leftnav p { 
margin: 0 0 0 0; 
font-size: 7.5pt;
line-height: 120%;
width: 150px;
}
#leftnav ul {list-style: none; margin: 0; padding: 0;}
#leftnav ul a, #leftnav ul a:link, #leftnav ul a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

#leftnav ul a:hover {
	text-decoration:underline;
}

#searchform {
margin-top: 16px;
}

#quotebody p { margin: 10px 20px 10px 0; }

#quote {
margin-top: 20px;
width: 175px;
}

#quotebody {
background: transparent url(images/closequote.gif) right bottom no-repeat;
}

#quote p {
font-size: 7.5pt;
line-height: 120%;
margin-left: 23px;
margin-top: -20px;
}

.author {
padding-top: 20px;
margin-left: -20px;
text-transform: uppercase;
width: 150px;
}

#content
{
margin-left: 210px;
margin-right: 20px;
margin-top: 20px;
}
 

#contenttext 
{
padding: 10px; 
background-color: #A8C7E4;
background-image: url(images/largedaisy.jpg);
background-repeat: no-repeat; 
} 

.prevnext {
text-align: right;
}

.copyright {
background-color: #FFF;
text-align: center;
margin-top: 0px;
background-image: url(images/fan.gif);
background-position: center 45px;
background-repeat: no-repeat; 
padding-bottom: 15px;
}

.fn8 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 10pt;
}