/*This is goofalong.css, my cascading style sheet page*/

SPAN.bold {
	color: #0000FF;
}
SPAN.red  {
	color: #FF0000;
}
SPAN.green  {
	color: green;
}
SPAN.peru  {
	color: Peru;
}
SPAN.blue {
	color: blue;
}
P.third {
	font-size: 11px;
	font-family: Tempus Sans ITC, sans-serif;
	color: #000000;
	text-indent: 0in;
	line-height: 1.3;
}
P.second {
	font-size: 18px;
	font-family: guatemala, sans-serif;
	color: #000000;
	text-indent: 0.0in;
}
P.links {
	font-size: 18px;
	font-family: Tempus Sans ITC, guatemala, sans-serif;
	color: green;
	text-indent: 0.0in;
}
P.linksmall {
	font-size: 18px;
	font-family: Tempus Sans ITC, guatemala, sans-serif;
	color: green;
	text-indent: 0in;
	float: left;
}
P {
	font-weight: normal;
	font-size: 16px;
	font-family: guatemala,sans-serif;
	color: #000000;
	text-indent: 0.2in;
	text-align: left;
	margin: 0 10px 0 10px;
}
P.wide {
	font-weight: normal;
	font-size: 48px;
	font-family: Tempus Sans ITC;
	color: white;
	text-align: center;
}
P.fourth {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
	color: black;
	text-align: center;
}
H1 {
	font-weight: normal;
	font-size: 50px;
	font-family: Tempus Sans ITC, Guatemala, sans-serif;
	color: peru;
	text-align: center;
}
H2 {
	font-weight: normal;
	font-size: 40px;
	font-family: Tempus Sans ITC, Guatemala, sans-serif;
	color: Peru;
	text-align: center;
}
H3 {
	font-weight: normal;
	font-size: 30px;
	font-family: Tempus Sans ITC, Guatemala, sans-serif;
	color: Peru;
	text-align: center;
}
H4 {
	font-weight: normal;
	font-size: 20px;
	font-family: Tempus Sans ITC, Guatemala, sans-serif;
	color: black;
	text-align: center;
}
H5 {
	font-weight: bold;
	font-size: 18px;
	font-family: Tempus Sans ITC, Guatemala, sans-serif;
	color: Peru;
	text-align: center;
}
H6	{
	font-weight: bold;
	font-size: 16px;
	font-family: Tempus Sans ITC, Guatemala, sans-serif;
	color: Peru;
	text-align: center;
}
body {
	font-weight: normal;
	font-size: 18px;
	font-family: Guatemala, sans-serif;
	background-color: White;
	padding: 5px 5px 5px 5px;
}
.right {
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;	
	float: right;
}
.left {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 10px;	
	float: left;
	}
.center {
	padding: 0px;
	margin: 0px 10px 0px 10px;	
	width: 75%;
	heighth: 75%;
}
/*all paramaters in this order: top, right, bottom, left
padding = distance between image and border
margin = distance between border and next image*/
.block {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid peru;
	border-right: 1px solid peru;
	border-bottom: 1px solid peru;
	border-left: 1px solid peru;
}
/*the above stuff is for the header frames*/
DIV.news {
	width: 60%;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	text-align: justify;
	float: center;
}
DIV.home {
	width: 75%;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	text-align: justify;
	float: center;
}
DIV.narrow {
	width: 50%;
}
DIV.dleft {
	width: 45%;
	text-align: justify;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 3px;
	float: left;
}
DIV.dright {
	width: 45%;
	text-align: justify;
	float: right;
}
DIV.other {
	width: 45%;
	text-align: justify;
	float: left;
}
DIV.caption {
	width: 50%;
}
DIV.captionwide	{
	width: 80%;
}

