
#div.captioned_picture p{font-size:16px;}
/* ----------------------------------------------------------------------- *|
		Some Classes for formatting Pictures and Captions
|* ----------------------------------------------------------------------- */
div.captioned_picture{
	margin: 0 0 5px 10px;
	float: right;
	border:0px solid #000;
	}
div.captioned_picture p{
	color:#fff !important;
	background:#000;
	/*
	background:#15150f;
	*/
	font-weight:bold;
	margin:0 !important;
	padding:5px 10px;
	line-height:160% !important;
	margin: 0 0 5px 10px;
	}
div.captioned_picture p a{
/*	
	color:#535353;
*/
	color:#878787; 
	}
div.captioned_picture p a:hover{
	color:#fff;
	}
div.captioned_picture.left{
	float:left;
	margin: 0 10px 5px 0;
	}
	
/*
Design adapted from a free template from Code-Sucks.com 
*/
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 padding: 0; margin: 0;
 background: #eef1ed;
}
#wrapper {
 width: 770px;
 margin: 0 auto;
 border: 1px solid #eef1ed;
}
/* Begin Parent Left Column --------------------------------------------------------------------- */

#leftcolumn { 
 width: 180px;
 padding: 10px;
 display: inline; /* IE Fix */
 float: left;
 border-left: 0px #ccc;
 border-right: 0px #ccc;
 border-bottom: 0px #ccc;
 border-right: 0px #ccc;
 background-color: #fff;
}
#leftcolumn .logo {
 margin: 0px 0px 10px 0px;
 width: 180px;
 border: 1px #ccc;
 background-color: #EEF1ED;
}
#leftcolumn .logo img { display: block; }
#leftcolumn .leftbox2 { /* Generic Box */
 margin: 0px 0px 10px 0px;
 border-top: 1px dashed #ccc;
}
/* Begin Left Navigation */


#leftcolumn ul.mainnav .here {
 font-weight: bold;
 color: #333;
 text-decoration: none;
 padding: 0px;
 display: block;
}

#leftcolumn ul.mainnav { 
 margin: 0px;
 padding: 0;
 list-style: none;
}
#leftcolumn ul.mainnav .heading {
 background-color: #9FAF9A;
 padding: 5px;
 font-weight: bold;
 color: #fff;
 font-size: 16px;
}
#leftcolumn ul.mainnav li { 
 border-bottom: 1px dashed #ccc;
 border-right: 1px dashed #ccc;
 border-left: 1px dashed #ccc;
}
#leftcolumn ul.mainnav li a:link, #leftcolumn ul.mainnav li a:visited{ 
 color: #333;
 background-color: #F9F9F9;
 text-decoration: none;
 padding: 5px;
 display: block;
}
#leftcolumn ul.mainnav li a:hover{ 
 display: block;
 color:#a00;
 background-color: #B3C6C4;
 text-decoration: none;
 padding: 5px;
}

/*
a{
	color:#00f;
	}
a:hover{
	color:#a00;
	}
*/
/* End Left Navigation */
/* End Parent Left Column ----------------------------------------------------------------------- */


/* Begin Parent Right Column ----------------------------------------------------------------------- */
#rightcolumn {
 border-left: 1px dashed #ccc;
 border-right: 1px dashed #ccc;
 margin: 0 0 0 10px;
 display: inline; /* IE Fix */
 width: 514px;
 float: left;
 background-color: #fff;
}
#rightcolumn p.content {
border: 1px solid #fff;
 margin: 10px;
}
#rightcolumn p.content img {
 float: left;
 margin: 5px 5px 5px 5px;
}
#rightcolumn h1 {
 margin: 10px;
 padding: 3px 10px;
 border: 1px dashed #ccc;
 font-size: 24px;
 background: #EEF1ED;
}
#rightcolumn .banner {
 margin: 10px;
 border: 1px dashed #ccc;
 background-color: #EEF1ED;
}
#rightcolumn .banner img { display: block; }
/* End Parent Right Column ----------------------------------------------------------------------- */
.clear {
 clear: left;
}
#footer {
 background: #fff;
 border: 1px dashed #ccc;

}
#footer .text {
padding: 10px;
 margin: 0 auto;
 width: 710px;
 border: 1px solid #fff;
}
#footer .text a:link, #footer .text a:visited { color: #333; text-decoration: none; }
#footer .text a:hover {  color: #333; text-decoration: underline; }
#footer .text img { border: none ; }