* {
	margin:0;
	padding:0;
	}
body {
	background: #c9e2ff url(../images/bg.gif) center center repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
	line-height:20px;
}
a {
	font-weight:normal;
	}
a:link {
	color: #074975;
	text-decoration:underline;
}
a:visited {
	color: #666;
}
a:hover {
	text-decoration:underline;
	color:#c88b48;
}
h1 {
	font-size: 22px;
	color:#c88b48;
	margin:0 0 15px;
}
h2 {
	font-size: 16px;
	margin:0 0 10px;
	color:#c88b48;
	text-transform:capitalize;
}
h3 {
	font-size: 14px;
	margin:0 0 5px;
}
p, ul, ol {
	margin:0 0 15px;
	}
ul, ol {
	padding:0 0 0 17px;
	}
.header {
	margin: 0 0 20px;
}
.float-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.tablebdr {
	border: 1px solid #999999;
}

#container {
	width:750px;
	background:#fff;
	padding:10px 30px;
	margin:0 auto;
	}

/* NAV */
.nav {
	list-style-type:none;
	margin:0;
	padding:10px 0 0;
	}
.nav li {
	display:block;
	float:left;
	margin:0 2px;
	padding:0;
	background:#fff;
	border-bottom:#c88b48 solid 2px;
	}
.nav li a {
	display:block;
	float:left;
	padding:10px 21px 0 20px;
	color:#999;
	text-decoration:none;
	height:30px;
	text-transform:uppercase;
	background:none;
	border-bottom:#fff solid 1px;
	}
.nav li a:hover, .nav li.active a {
	background: url(../images/navhover.gif) center bottom no-repeat;
	color:#c88b48;
	}

/* Banner Ads */ 
.bannerAd {
	width:468px;
	margin:0 0 15px auto;
	display:block;
	border:#ccc solid 1px;;
	}
/* ---------- */

.languageLinks {
	float:left;
	font-size:0.8em;
	color:#666;
	width:250px;
	padding:5px;
	text-transform:capitalize;
	}
.languageLinks a:link {
	color:#666;
	}	
.resources td {
	padding-top:3px;
	paqdding-bottom:3px;
	}
	
	
/* LISTS */
ul.linkList {
	padding-left:30px;
}
ul.linkList li a {
	text-decoration:none;
}
ul.linkList li a em {
	color:#c88b48;
	text-decoration:underline;
}
ul.linkList.sitemap {
	float:left;
	padding-right:75px;
}
	

/* FOOTER */
#footer {
	border-top:#c88b48 solid 1px;
	padding: 20px 5px;
	font-size:0.8em;
	clear:both;
	}
#footer .copy {
	float:left;
	}
#footer .footLinks {
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
	}
#footer .footLinks li {
	display:inline;
	}	
	
			
	
	
/* =self clearing
----------------- */
.clearfloat:after {
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
 
.clearfloat { display: inline-block; }
 
/* Hides from IE-mac */
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }
/* End hide from IE-mac */
/*** end clearing hack ***/ 
	
	
.clearer {
	height:0;
	margin:0;
	padding:0;
	clear:both;
	display:block;
	}	