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

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



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

		body		
		{
		background: url(images/bg.gif); 
		background-repeat: repeat-x; 
		background-color: #183866; 
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
		div#container		
		{
			margin: 1em auto;
			width: 869px;
			text-align: left;
		}




img
	{ border: 0px; }



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

.container	{ margin: 0px; width: 100%; text-align:center;}
.page		{ width: 100%; margin: 0px auto; }


div#upper-right-links
	{
		font-family: arial,helvetica;
		font-size: 11px;
		margin:5px 20px 0px 0px;
		color:#fff;
	}

div#upper-right-links a			{ color:#fff; }
div#upper-right-links a:hover	{ color:#faff6a; }
div#upper-right-links a:active	{ color:#f6ca6a; }
div#upper-right-links a:visited	{ color:#dcd8bf; }

div#footer
	{
		font-family: arial,helvetica;
		font-size: 11px;
		line-height: 14px;
		margin:23px 20px 0px 0px;
		color:#fff;
		text-align:center;
	}

div#footer a			{ color:#f4f1c5; }
div#footer a:hover		{ color:#faff6a; }
div#footer a:active		{ color:#f6ca6a; }
div#footer a:visited	{ color:#dedede; }





.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; }



