@charset "utf-8";
/* CSS Document */


body{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: black;
}

img {
	margin:0px;
	padding: 15px;
}

img.indent {
	margin: 15px;
	padding: 15px;
}

.padding {
	
	padding: 10px;	
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	line-height:275%
	padding: 15px;
	text-align: justify;
	margin: 15px;
}

p.body_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	line-height:165%;
	padding-left: 15px;
	padding-right: 15px;
	align: left;
}

p.greyed_out {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#999;
	line-height:275%
	padding: 15px;
	text-align: justify;
	margin: 15px;
}


.small_black_text
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height:175%
}

p.footer_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#000
}

#footer {
	padding: 5px;
}


a.footer_link:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	}

a.footer_link:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	}
	
a.footer_link:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#485d88;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	}

a.footer_link: active {
	color:#333;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	}

ul.list_text {
	margin: 20px;
	font-size:12px	;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #4c6484;
	padding:0;
	margin:0;
	text-indent: 15px;
}

h1.white {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: white;
	padding:10px 0px;
	margin:0;
	text-indent:0px;
}

h1.no_indent {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #4c6484;
	padding:0;
	margin:0;
	text-indent: 0px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #685034;	
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #685034;	
	padding: 0;
	margin: 0;
}


/*
Header styling
*/


a.header_link:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#685034;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}

a.header_link:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#685034;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}
	
a.header_link:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4c6484;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	}

a.header_link: active {
	color:#685034;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	}
	
/*
Body text styling
*/

a.body_link:link {
	color:#547ba2;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	}

a.body_link:visited {
	color:#547ba2;
	}
	
a.body_link:hover {
	color:#485d88;
	}

a.body_link: active {
	color:#547ba2;
	}
	
#chalkboard_delights{
	width: 450px;
	height: 495px;
	padding: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFC
			url(../images/interface/russell_blueberry_delights_chalkboard.jpg);
}

table.chalkboard  {
	font:Arial, Helvetica, sans-serif;
	color:#FFF;
	
}

p.table_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	line-height:175%;
	padding: 15px;
	text-indent:20px;
}

#left_column {
	width:	540px;
	float: left;
	padding: 15px;
	line-height: 175%;
	text-indent: 20px;
}

#right_column {
	width: 320px;
	float: right;
	padding: 15px;
}


.float_box {
	padding-left: 25px;
    float: left;
    width: 150px;
}

.float_box_three_column {
	padding: 25px;
	float: left;
	width: 350px;
}




