/***************/
/* LINK STYLES */ 
/***************/

a:link 		{ color: #e56409; }
a:hover		{ color: #e56409; text-decoration: none; }
a:active	{ color: #000000; }
a:visited	{ color: #072b5f; }



/*****************/
/* GLOBAL STYLES */ 
/*****************/

body
	{
		margin: 0px; 
		background-color: #f4f3e8; 
		text-align: left; 
		font-family: georgia, times new roman; 
	}

img
	{ border: 0px; }



/***************/
/* PAGE STYLES */ 
/***************/

.container	{ margin: 0px; width: 100%; }
.page		{ width: 100%; margin: 0px auto; }


.logo	
	{ 
		background: url(images/blend_blue.gif); 
		background-repeat: repeat-x; 
		float: left; 
		width: 100%; 
		height: 191px; 
		border-bottom: 1px solid #fff; 
	}

.nav	
	{ 
		background: url(images/blend_orange.gif); 
		background-repeat: repeat-x; 
		float: left; 
		width: 100%; 
		height: 64px; 
		border-bottom: 1px solid #fff; 
	}



.content		{ background-color: #f4f3e8; width: 750px; }


.content_left	{ padding-top: 5px; float: left; width: 480px; border-right: 53px solid #f4f3e8; text-align: left; }
.content_right	{ padding-top: 20px; float: right; width: 217px; text-align: left;  }


.content_pict	{  }
.content_hd		{ padding: 16px 0px 16px 0px }
.content_intro	{ padding: 0px 0px 23px 0px }

.content_newstable
	{
		padding-top: 20px; 
		padding-bottom: 20px; 
		border-bottom: 1px solid aaaaa2; 
		width: 217px; 
	}
.content_newstable2
	{
		padding-top: 20px; 
		padding-bottom: 20px; 
		width: 217px; 
	}


.content_date		{ font-family: georgia,times; font-size: 20px; line-height: 14px; color: #8e9da8; }
.content_day		{ letter-spacing: 1px; font-family: arial,helvetica; font-size: 13px; line-height: 14px; color: #8e9da8; text-transform: uppercase; padding-top: 7px; }
.content_daynote	{ font-family: arial,helvetica; font-size: 11px; line-height: 14px; color: #002850; }

.copy	
	{ 
		font-family: arial, helvetica, sans-serif; 
		font-size: 12px; 
		line-height: 17px; 
		color: #62615d; 
		margin-bottom: 25px; 
	}


.foot	
	{ 
		clear: both; 
		background: url(images/shadow_beige.gif); 
		background-repeat: repeat-x; 
		float: left; 
		width: 100%; 
		height: 160px; 
		padding-bottom: 20px; 
		background-color: #e2e1d9; 
	}


.foot_big	{ font-family: arial, helvetica; font-size: 12px; line-height: 14px; color: #373734; }
.foot_sm	{ font-family: arial, helvetica; font-size: 11px; line-height: 14px; color: #373734; }


