/*************************************
            SHARED STYLES, SITEWIDE
**************************************/
body {
			font-family: Arial, Helvetica, sans-serif;
			background-color:#B1CACB;
			font-size:75%;
			color:#704825;
			margin:0;			
	        }		
	      
/**************************************************
                 PAGE STRUCTURE 
***************************************************/

#MainContainer {width:807px;
           		margin-right:auto;
				margin-left:auto;
			   }

#sec_header {	width:807px;
				height:130px;
				background:url(../fw/sec_header.jpg) no-repeat;
			    }
				
/********** Homepage Header ****/		
#header    {width:807px;
			height:150px;
			background:url(../fw/H_header.jpg) no-repeat;
			}
			
#sec_flashWrap  {width:807px;
				height:160px;
				float:left;
				margin:0;
				padding:0;
			    }
			
			
#sec_borderLeft { 
				width:36px;
				height:159px;
				float:left;
				background:url(../fw/sec_borderLeft.jpg) no-repeat;
				}

#sec_flash  {	width:733px;
				height:159px;
				float:left;
				background-color:#826650;
				margin:0;
				padding:0;
				}				
					
#sec_borderRight {
				width:38px;
				height:159px;
				float:right;
				background:url(../fw/sec_borderRight.jpg) no-repeat;
				}
		

#sec_bodyTop {	clear:both;
				width:807px;
				height:28px;
				background:url(../fw/sec_bodyTop.jpg) no-repeat;
				margin:0;
				padding:0;
			    }
			
#sec_rightContainer {
				float: right;
				width: 570px;
				margin: 0;
				padding: 0;
                }

#sec_contentRight {
				padding:20px 65px 10px 0px;
				line-height: 16px;
				text-align:justify;
                }
				

#sec_contentRight img {
				border:1px solid #876247;
				}

#sec_pageContainer {
				width: 807px;
				padding: 0;
				margin-left: auto;
				margin-right: auto;
				background: url(../fw/sec_contentBG.jpg) repeat-y;
				}
	
#sec_menu {
				margin:0;
				padding:20px 0 0 60px;
				float: left;
				width: 119px;
                } 
/*************************************
                FOOTER
**************************************/

#sec_footerTop {
				clear:both;
				width:807px;
				height:16px;
				background:url(../fw/sec_footerTop.jpg) no-repeat;
				margin:0;
				}
				
							
#sec_footerBottom {
				background:url(../fw/sec_footerBottom.jpg) no-repeat;
				width:807px;
				height:52px;
				}		
				
/**Homepage footer **/
		
#H_footer {
				background:url(../fw/H_footer.jpg) no-repeat;
				width:807px;
				height:58px;
				clear:both;
				}
#sec_footerContentBG {
				clear:both;
				background:url(../fw/sec_footerMiddle.jpg) repeat-y;
				width:807px;
				}
			
#sec_footerLinks {
				padding:10px 60px 10px 60px;
				text-align:center;
				}
				
			
#sec_footerLinks a, a:visited {
				color:#704825;
				text-decoration:none;
				background:none;
				}				
				
#sec_footerLinks a:hover {
				color: #fff;
				background-color:#5e4330;
				}						

			


	
/*************************************
            STANDARD TAGS
**************************************/
h1 {		color:#861105;
			font-size:130%;
			margin:0 0 0 0;
			}


h2 {		color:#5f432f;
			font-size:125%;
			}
			
h3 {		color:#996633;
			font-size:115%;
			margin-top:5px;
			}
			
h4 {		color:#861105;
			font-size:115%;
			}
	
a  {		text-decoration:none;
			color:#861105;
			}
		
a:visited, active {
			color:#861105;
			}
			
a:hover		{text-decoration:underline;
			color:#963;
			}
			
.underlined a  {
			text-decoration:underlined;
			color:#861105;
			}
			
.underlined a:visited: 
			{color:#861105;
			text-decoration:underlined;}
			
.underlined a:hover: 
			{color:#963;
			text-decoration:underlined;}
			
/*************************************
           SPECIAL FORMATTIG
**************************************/
.hidden
			{position:absolute;
			left:0px;
			top:-500px;
			width:1px;
			height:1px;
			overflow:hidden;
			}	/*hides content directed to vistitors with disabilities*/
			
/*************************************
           CREDITS
*************************************/
#copyright 	{width:807px;
			text-align:right;
			font-size:10px;
			padding:5px 40px 10px 0;
			margin-right:auto;
			margin-left:auto;
			}
			
#copyright img {
			border:0;
			float:right;
			margin-left:5px;
			}

#copyright a {
			color:#963;
			}
			
	