
a {
	color: #B19C0A;
	font-weight: bold;
	text-decoration: none;
}

h1, h2 {
	color: #917C0A;
}

h1 {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url("images/yellowPinstripe.jpg");
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

p, ul {
	font-size: 14px;
	line-height: 140%;
}

.faq ul li {
	font-style: italic;
}

.bigfirst b:first-letter {
	font-size: 20px;
}

.marquee {
	text-align: center;	
}

marquee {
	color: #400080;	
	font-weight: bold;
	font-family: sans-serif;
	font-size: 14px;
	width: 400px;
}

marquee a {
	color: #400080;
}

.green {
	color: #008000;	
}

.italic {
	font-style: italic;
}

#copyright {
	text-align: center;
	color: #C9C57D;
	font-size: 11px;
}


#body {
	margin: 0 auto;
	width: 850px;
}

#toprow {
	width: 820px;
	height: 225px;
	margin: 0px;
	padding: 10px;
	-moz-border-top-left-radius: 50px;
	-webkit-border-top-left-radius: 50px;
}

#sunflowerlogo {
	left: 200px;
 	width: 225px;
	height: 225px;
	margin: 0px;
	position: absolute;
}

#titles {
	top: 30px;
	left: 100px;
	height: 225px;
	text-align: center;
	width: 700px;
	position: absolute;
}

#horizontalnav {
	width: 740px;
	text-align: center;
	padding: 10px;
}

#intropane {
	width: 175px;
	text-align: center;
}

#leftnav {
	width: 175px;
	text-align: center;
}

#leftnav a:hover {	
	background-color: #C9C57D;
	color: #FFFFFF;
}

#leftnav a {	
	background-color: #FFFFFF;
	color: #B19C0A;
	width: 165px;
	text-align: center;
	padding: 8px 5px 8px 5px;
    font-family: sans-serif;	   
    font-weight: bold;	
    top: 0px;
    position: relative;
	float: left;
	-moz-border-top-left-radius: 24px;
	-moz-border-bottom-right-radius: 24px;
	-webkit-border-top-left-radius: 24px;
	-webkit-border-bottom-right-radius: 24px;	
}

#logos {
	width: 175px;
	text-align: center;
}

#leftcolumn {
	width: 185px;
	float: left;
}

#middlerow {
	top: -5px;
	margin: 0px;
	width: 830px;
	float: left;
	padding: 5px;
	-moz-border-bottom-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
}

#content {
	padding: 0px 20px 0px 20px;
	left: 25px;
	width: 550px;
	position: relative;
	float: left;
}

.pane {
	background-color: #FFFFFF;		
	border: 5px solid #C9C57D;	
	position: relative;
	float: left;
}

.left {
	margin: 5px;
	border-radius: 10px;
	-moz-border-top-left-radius: 30px;
	-moz-border-bottom-right-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;	
}

