/* Website for Lets Move */
/* July 2008 */
/* Site design and development by Red Letter Design, www.RedLetterDesign.net */

/* ----------------------------------------------- 
   SPECIAL USES
   ----------------------------------------------- */
	 
.floatclear {
	clear: both;
}

.aside {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}



div.resource {
	border: 1px solid #968A87;
	margin: 5px 0 10px 0;
	padding: 5px;
	background-color: #EAEFDB;
}
div.resource p,
div.resource li {
	margin: 0;
	padding: 5px 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif
}
p.resourceName a {
	font-size: 15px;
}

table.columnList td {
	margin: 0;
	padding: 4px;
	font-size: 14px;
	border: none;
	text-align: center;
}
p.firstpagequote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #20335d;
	font-style: italic;
	font-size: 16px;
	line-height: 1.2;
	padding: 5px 0 15px 0;
}
p.emphasisPara {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #20335d;
	font-style: italic;
	font-size: 20px;
	line-height: 1.4;
	padding: 5px 0 15px 0;
}

/* ----------------------------------------------- 
   Specially styled links that look like buttons
   ----------------------------------------------- */
p.returnLink {
	font-size: 12px;
	text-align: right;
}
a.contactLink,
a.contactLink:link,
a.contactLink:visited {
	padding: 3px 5px 3px 26px;
	margin: 0 2px 0 0;
	background: #73700F url(../images/envelope.gif) 3px center no-repeat;
	color: white;
	border-top: 2px solid #9B7E3C;
	border-right: 2px solid #9B7E3C;
	border-bottom: 2px solid #554021;
	border-left: 2px solid #554021;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
a.contactLink:hover,
a.contactLink:active {
	background-color: #ab4e00;
/*	background-color: #445476;
*/
}
table.listLink {
	margin: 0;
	padding: 0;
}
table.listLink td {
	vertical-align: middle; 
	text-align: center;
	background-color: #73700F;
	border-top: 2px solid #9B7E3C;
	border-right: 2px solid #9B7E3C;
	border-bottom: 2px solid #554021;
	border-left: 2px solid #554021;
	margin: 0 5px;
	padding: 0;
	height: 35px;
}
table.listLink a,
table.listLink a:link,
table.listLink a:visited {
	display: block;
	padding: 3px 3px 4px 3px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-decoration: none;
}
table.listLink td:hover {
	background-color: #ab4e00;
/*	background-color: #445476;
*/
}
table.listLink a:hover,
table.listLink a:active {
	color: white;
}
