#textcontainer a:link {
	color: #CCCCCC;
}
#textcontainer a:visited {
	color: #CCCCCC;
}
#textcontainer a:hover {
	color: #33FF00;
}


#overlay{
	background-image: url(img/overlay.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 51px;
	width: 718px;
	height: 131px;
	left: 10px;
}
#overlay2{
	background-repeat: no-repeat;
	position: absolute;
	top: 37px;
	width: 169px;
	height: 138px;
	left: 696px;
}
#overlay3{
	background-repeat: no-repeat;
	position: absolute;
	top: 37px;
	width: 169px;
	height: 138px;
	left: 828px;
}
#contentwrapper, #contentcolumn, #leftcolumn, #rightcolumn{
	height:180px;
}

#navwrapper{
	float: left;
	width: 100%;
	z-index: 1;
}


#contentwrapper{
	float: left;
	width: 100%;
	z-index: 1;
}

#contentcolumn{
	margin-top: 0;
	margin-right: 174px;
	margin-bottom: 0;
	margin-left: 198px;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(img/header_r1_c2.png);
}

#leftcolumn{
	float: left;
	width: 198px; /*Width of left column*/
	margin-left: -100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(img/header_r1_c1.png);
}

#rightcolumn{
	float: left;
	width: 174px; /*Width of right column*/
	margin-left: -174px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(img/header_r1_c3.png);
}


body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	float: left;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #99987C;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
h2 {
	font-size: 16px;
	font-weight: bold;


}


#insidecontainer {
	z-index: 1;
	height: 500px;
	width: 60%;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	margin-left: 0%;
	height: auto;
	float: left;
	}
	

#textcontainer {
	width: 30%;
	text-align: left;
	font-size: 12px;
	padding: 20px;
	height: auto;
	float: left;
	margin-top: 1em;
	
}
ul, li{border:0; padding:0; margin:0; list-style:none;}

/* ----------- NAVIGATION----------- */
#top-navigation{
	background:url(img/topnav-bg.gif) repeat-x;
	width:100%;
	height:48px;
	margin:0 auto;
}
#navigation{
	background:url(img/nav-bg.gif) repeat-x;
	height:32px;
	margin:0 auto;
	width:100%;
	}
	#navigation .right_link{
		float:right;
		font-size:11px;
		line-height:32px;
		margin:0 10px;
	}
	#navigation ul{
	 height:32px;
	 line-height:32px;	
	}
	#navigation ul li{
		display:inline;
	}
	#navigation ul li a,
	#navigation ul li a:visited {
		background:url(img/line-a.gif) right no-repeat;
		padding:0 20px;
		display:block;
		text-decoration:none;
		float:left;
		color:#000000;
		font-weight:bold;
	}
	#navigation ul li a:hover{
		color:#FFFFFF;
		background:#A5A5A5;
	}	
/* ----------- SUBLINKS ----------- */
#sublinks{
	width:auto;
	margin:0 auto;
	background:#888888 url(img/sublink.gif);
	height:30px;
	font-size:11px;
}	
	#sublinks ul{
	 height:32px;
	 line-height:31px;	
	}
	#sublinks ul li{
		display:inline;
	}
	#sublinks ul li a,
	#sublinks ul li a:visited {
		padding:0 20px;
		display:block;
		text-decoration:none;
		float:left;
		color:#FFFFFF;
	}
	#sublinks ul li a:hover{
		text-decoration:underline;
	}	

