body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

.callout {
	box-shadow: 5px 5px 5px #888;
 	-moz-box-shadow: 5px 5px 5px #888;
 	-webkit-box-shadow: 5px 5px 5px #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px 5px 15px;
	background-color:rgb(255,255,204);
	padding-left: 8px;
	height:125px;
	width:400px;
	float:left;
	margin:20px 20px 20px 4px;
}

.features {
	width:170px;
	float:right;
	margin:40px;
	box-shadow: 5px 5px 5px #888;
 	-moz-box-shadow: 5px 5px 5px #888;
 	-webkit-box-shadow: 5px 5px 5px #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 5px 10px 45px;
	background-color:#ffffff;
	
}

.features img {
   border-style: none
	
}

#main{
	/*width: 1100px;*/
	width: 1200px;
	margin: 0 auto;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	float:left;
}


.first
{
	float: left;
	font-family: Georgia, serif;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 300%;
	line-height: 0.85em;
	margin-right: 0.03em;
	margin-bottom:-0.25em;
}


.bodytext {
	font-size: 18px;
}

.highlight {
	font-family:Verdana, Chicago, Charcoal, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:110%;	
}

.footer {
	clear:left;
}

#left{
	width: 664px;
	padding-left: 8px;
}

.surround {
	box-shadow: 5px 5px 5px #888;
 	-moz-box-shadow: 5px 5px 5px #888;
 	-webkit-box-shadow: 5px 5px 5px #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px 5px 15px;
	background-color:rgb(255,255,204);
	width: 430px;
	margin-left: auto ;
  	margin-right: auto ;
}

blockquote {
	font-style:italic;
	font-size: 110%;
	color: #0000ff;
	display: block;
	width: 350px;
}

blockquote:before, blockquote:after {
	color: #0000ff;
	display: block;
	font-size: 700%;
	width: 50px;
}
blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}
blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -50px;
	margin-left: 345px;
}

.salutation {
	text-indent: 200em;
}

.addthis_toolbox {
	position:relative;
	left:100px;
	top:-4px;
}
.addthis_toolbox .hover_effect
{
    width: 284px;
    padding: 10px 0 6px 10px;
    /*border: 3px solid #eee;*/
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}