/*     Link styles     */ 


a:link 
	{ 
        color: #99402E;
	}

a:visited 
	{ 
        color: #6666ff;
	}

a:hover 
	{ 
        color: #D84B4B;
	}

a:active 
	{ 
        color: #D84B4B;
	}


/*     Global styles     */ 


body
	{
		margin: 0px auto; 
		padding: 0px auto; 
		background: #AEAC94 url(images/bg.gif);
		border: 0px; 
	}


/*     Top level html styles     */ 



.header
	{
		width: 100%;
		height: 149px;
		text-align: center; 
		background-color: #18181B;
	}


.nav
	{
	 	border-top: 1px solid #ffffff;
		width: 100%;
		height: 53px;
		background-image: url('images/bg_nav.gif')
	}

.content
	{
		width: 760px;
		background-color: #AEAC94;
	}

.leftblend
	{
		width: 14px;
		background-image: url('images/content_left.gif')
	}


.rightblend
	{
		width: 14px;
		background-image: url('images/content_right.gif')
	}


.content_main
	{
		background-color:#EBE9D6;
		background-repeat: no-repeat;
		background-position: top left;
		background-image: url('images/bg_content_732.gif');
	}




.copy_left
	{
		font-family: trebuchet ms, arial, helvetica;
		font-size: 11px;
		line-height: 14px;
		color: #000000;
	}

.copy_events
	{
		font-family: trebuchet ms, arial, helvetica;
		font-size: 11px;
		line-height: 14px;
		color: #000000;
	}

.copy_home_bg
	{
		font-family: trebuchet ms, arial, helvetica;
		font-weight: bold;
		font-size: 15px;
		line-height: 18px;
		color: #032E69;
	}

.copy_home_med
	{
		font-family: trebuchet ms, arial, helvetica;
		font-size: 12px;
		line-height: 16px;
		color: #383833;
	}

.copyright
	{
		margin-top: 10px;
		margin-bottom: 40px;
		font-family: trebuchet ms, arial, helvetica;
		font-size: 11px;
		line-height: 13px;
		color: #383833;
	}

.copy_content
	{
		font-family: trebuchet ms, arial, helvetica;
		font-size: 13px;
		line-height: 15px;
		color: #000000;
	}
