/*     Link styles     */ 


a:link 
	{ 
        color:#6F2320;
	}

a:visited 
	{ 
        color:#000000;
	}

a:hover 
	{ 
        color:#EA6E00;
	}

a:active 
	{ 
        color:#EA6E00;
	}


/*     Global styles     */ 


body
	{
		margin:0px; 
		background:#E9D0D0 url(images/bg.gif)
	}


/*     Top level html styles     */ 




	
.parent
	{
		margin:0 auto; 
		width:744px; 
		text-align:left; 
	}
	

.copyright
	{
		padding-top:10px;
		padding-bottom:10px;
		font-family:arial,helvetica;
		font-size:11px;
		line-height:15px;
		text-align:center;
					
	}
	

.navigation
	{
		width:744px;
		border-top:1px solid #260C0F;
		border-collapse:collapse; 
		border-spacing:0px;
		padding:0px;
		margin:0px;
	}
	

.header
	{
		margin-left:20px;
		padding-top:30px;
		font-family:georgia,times;
		font-size:28px;
		line-height:28px;
		color:#6F2320;
	}
	

.copy
	{
		margin-top:35px;
		margin-left:40px;
		margin-right:40px;
		padding-bottom:45px;
		font-family:georgia, times;
		font-size:12px;
		line-height:18px;
		color:#464242;
	}

.copy2
	{
		margin-top:35px;
		margin-left:40px;
		margin-right:40px;
		padding-bottom:45px;
		font-family:georgia, times;
		font-size:12px;
		line-height:18px;
		color:#464242;
	}
	

.subhead
	{
		margin-left:30px;
		margin-top:5px;
		font-family:trebuchet ms,arial;
		font-weight:bold;
		font-size:11px;
	}
	

.copyindent
	{
		margin-top:5px;
		margin-left:215px;
		margin-bottom:15px;
		font-family:arial,helvetica;
		font-size:11px;
		line-height:16px;
		color:#4C4C4C;
	}
	
	

.contentcell
	{
		background-color:#EADEDE;
		border-bottom:1px solid #6F2320;
		width:744px;
	}
	
.copyrightcell
	{
		background-color:#D7C6BF;
		border-bottom:1px solid #6F2320;
		width:744px;
	}