body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #A3B98E;
	margin: 0px;
}
a:link {
	color: #869875;
	text-decoration: none;
}
a:visited {
	color: #869875;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #869875;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding:0px;
}
h1 {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.25px;
	color: #6c7b5e;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-size: 16px;
	line-height:24px;
	font-weight: bold;
	letter-spacing: 0.25px;
	color: #6c7b5e;
	margin: 0px 0px 0px 0px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.25px;
	color: #6c7b5e;
	margin: 0px 0px 0px 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.25px;
	color: #666666;
	margin: 0px 0px 0px 0px;
}
h5 {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.25px;
	color: #666666;
	margin: 0px 0px 0px 0px;
}
hr
{
    border: 0px;
    width: 100%;
    color: #dddddd;
    background-color: #dddddd;
    height:1px;
    }

/*****************************
HOMEPAGE
*****************************/
    .newsrow {
	    display: block;
	    float: left;
	    clear: both;
	    width: 180px;
	    padding: 0px 8px 5px 0px;
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    color: #666666;
	    vertical-align: top;
		background-color:#fff;
    }
    .newsthumb {
	    float: left;
	    padding: 0px 10px 10px 15px;
    }


    /************************
     Right: Top Right
    ************************/
	
	#ctl00_ContentPlaceHolder1_ContentBlock2{
		background-color:#fff;
	}
	
	#ctl00_ContentPlaceHolder1_ContentBlock3{
		background-color:#fff;
	}
	
    #joinemail {
	    width: 163px;
	   /* height: 54px;*/
	    /*background-image: url(/images/joinemail.gif);*/
	   
        padding:0px 5px 0px 9px;
		background-color:#5b674f;
		margin-left:11px;
      padding-left:9px;
		
    }
	
	.joinmailtop{
		background-image: url(/images/joinmailtop.gif);
		background-repeat:no-repeat;
		height:13px;
margin-left:9px;
margin-right:0px;
width:179px;
	}
	
	.joinmailbottom{
		background-image: url(/images/joinmailbottom.gif);
		background-repeat:no-repeat;
		height:18px;
margin-left:9px;
margin-right:0px;
width:179px;
	}
    #forgenerations {
	    width: 163px;
	    /*height: 33px;*/
	   /* background-image: url(/images/forgenerations.gif);*/
	  background-color:#5b674f;
	  margin-left:11px;
      padding-left:9px;
	    padding:0px 5px 0px 9px;
    }
    #rosegarden {
	    width: 163px;
	    /*height: 33px;*/
	   /* background-image: url(/images/forgenerations.gif);*/
		background-color:#5b674f;
	  margin-left:11px;
      padding-left:9px;
	   padding:0px 5px 0px 9px;
    }
    .homerightcopy {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    font-stretch: condensed;
	    color: #ffffff;
    }
    .homerightcopy a:link {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    font-stretch: condensed;
	    color: #ffffff;
	    text-decoration: none;
    }
    .homerightcopy a:visited {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    font-stretch: condensed;
	    color: #ffffff;
	    text-decoration: none;
    }
    .homerightcopy a:hover {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    font-stretch: condensed;
	    color: #B6CF9F;
	    text-decoration: none;
    }
    .homerightcopy a:active {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    font-stretch: condensed;
	    color: #ffffff;
	    text-decoration: none;
    }

/****************************
FORMS
****************************/
.Form_Field {
    font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #999999;
	margin: 0px 0px 5px 0px;
}
/****************************
IMAGES
****************************/
IMG.Image_TopLeft
{
    padding: 0px 20px 10px 0px;    
    }
IMG.Image_TopRight
{
    padding: 0px 0px 10px 20px;    
    }
IMG.Image_MiddleLeft
{
    padding: 20px 20px 10px 0px;    
    }
IMG.Image_MiddleRight
{
    padding: 20px 0px 10px 20px;    
    }
IMG.Image_Center
{
    padding: 20px 20px 10px 20px;    
    }
IMG.Image_BottomLeft
{
    padding: 10px 20px 0px 0px;    
    }
IMG.Image_BottomRight
{
    padding: 10px 0px 0px 20px;    
    }    
