@charset "utf-8";

/* -- General ------------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	position: relative;
	font-family: Arial Narrow, Helevetica, Arial, Verdana;
	font-size: 16px;
	color: #333333;
	
	background-color: #114B70;
	background-image: url(images/layout/bg.jpg);
	background-repeat: repeat-x;
}

p{
	padding: 0px 0px 10px 0px;
	}

h1 { font-size: 22px;
	 font-weight: bold;
	 color: #d1732f; 
	 }
h2 { font-size: 18px;
	 padding: 0px;
	 color: #1a5071;
	 font-weight: bold; 
	 }
	 
h3 { font-size: 14px;
	 padding: 0px;
	 color: #1a5071;
	 font-weight: bold; }	 

h4 { font-size: 14px;
	 padding: 0px; 
	 font-weight: 100;
	 }
	 
h5{
	font-size: 18px;
	 padding: 0px;
	 color: #d1732f;
	 font-weight: bold; 
	 }
		 

hr
{
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #444444;
	
	padding: 0px;
	margin: 10px 0px 10px 0px;
	
}
ul
{
	margin-left: 20px;
}

.pic{
	border-style:solid;
	border-width:thin;
	border-color: #b8b8b8;
		}
		
a:link{
	color: #d1732f;
	text-decoration: underline;
	}
	
a:visited{
	color: #d1732f;
	text-decoration: underline;
	}
	
a:hover{
	color: #1a5071;
	text-decoration: underline;
	}		
	
a:active{
	color: #d1732f;
	text-decoration: underline;
	}	
				
	
/*table th, table td
{
	font-size: 11px;
}
/* ------------------------------------------------------------------ */
/* -- Links --------------------------------------------------------- */
a:link.highlight{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a:visited.highlight{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a:hover.highlight{
	color: #1a5071;
	text-decoration: underline;
	}		
	
a:active.highlight{
	color: #d1732f;
	text-decoration: underline;
	}	
/* ------------------------------------------------------------------ */
/* -- Layout -------------------------------------------------------- */
#containerBKG
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 465px;
	overflow: hidden;
	text-align: center;
}
#container
{
	position: relative;
	width: 853px;
	margin: 0px auto 0px auto;
	z-index: 1;
}
#container div.body
{
	position: relative;
	width: 803px;
	left: 50px;
}
#content div.text
{
	position: relative;
	z-index: 2;
	padding: 0px 40px 10px 30px;
}

#content{
width:570px;
}

#content div.bkg
{
	position: absolute;
	right: 0px;
	top: 0px;
	min-height: 100%;
	z-index: 1;
}

.left{
	background:url(images/layout/hack.png) repeat-y;	
}

.right{
	background:url(images/layout/bkg_right2.png) repeat-y;
}

/*/////footer//////////////////////////
////////////////////////////////*/

.footer
{
	position: relative;
	text-align: right;
	z-index: 4;
}	

#footlinks
{
	position: absolute;
	text-align: left;
	left: 220px;
	z-index: 5;
	color: #FFFFFF;
	width: 853px;
	
}

a:link.feet{
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:visited.feet{
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:hover.feet{
	color: #d1732f;
	text-decoration: underline;
	}		
	
a:active.feet{
	color: #FFFFFF;
	text-decoration: underline;
	}	


/*/////////////////////////////////////////*/

#news
{
	overflow:hidden;
	position:relative;
	width:227px;
}
#news div.header
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#news div.footer
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#news div.content
{
	position: relative;

}
#news div.content div.stories
{
	position: relative;
	width: 197px;
	left: 30px;
	
	background-image: url(images/layout/bkg_stories.gif);
	background-repeat: repeat-x;
	background-color: #aa5723;
	color: #FFFFFF;
	
	/*padding: 12px 0px 0px 14px;*/
}
#news div.content div.bkg
{
	position: absolute;
	right: 0px;
	top: 0px;
	min-height: 100%;
	margin-bottom: 12px;
}

#under{
	background-image: url(images/layout/bkg_left2.png);
	padding: 30px 10px 20px 42px;
	}
/* ------------------------------------------------------------------ */

/* -- Tables -------------------------------------------------------- */
.tblColumns
{
	width: 100%;
	border: none;
}
.tblColumns td
{
	vertical-align: top;
}
.tblColumns td.left
{
	padding:0px;
	margin:0px;
	width: 228px;
	overflow:hidden;
}
#under{
	width: 175px;
	overflow:hidden;
}

.tofc
{
	font-size:14px; 
	color:#036;
}
a:link.tofc{
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:visited.tofc{
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:hover.tofc{
	color: #d1732f;
	text-decoration: underline;
	}		
	
a:active.tofc{
	color: #FFFFFF;
	text-decoration: underline;
	}	



.tblColumns td.right
{
	width: 575px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/* ------------------------------------------------------------------ */

