* { margin:0; padding:0; outline:none; }
body {
	background:url(images/bkgd.jpg) top center repeat-x #e0dbca;
	margin:0;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #464646;
}
a:link, a:visited {
	color:#92783f;
	text-decoration: none;
}
a:hover, a:active {
	color: #63491c;
	text-decoration: underline;
}
h1 {
	font: bold 30px "Trebuchet MS", Arial, sans-serif;
	color: #62481b;
}
h2 {
	font: bold 20px "Trebuchet MS", Arial, sans-serif;
	color: #62481b;
	margin-top:-5px;
}
h3 {
	font: bold 20px "Trebuchet MS", Arial, sans-serif;
	color: #bdaa89;
	margin:-5px 0 5px 0;
}
h4 {
	font: bold 15px "Trebuchet MS", Arial, sans-serif;
	color: #62481b;
	margin:12px 0 0 0;
}
p {
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	color: #464646;
	padding:0 0 13px 0;
}
ul {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #464646;
}
li {
	margin:0 0 0 20px;
	padding:0 0 10px 0;
}
hr {
	border: none 0; 
	border-top: 1px dotted #7e8ab1;
	width: 100%;
	height: 1px;
	margin: 0 0 15px;
	padding: 0;
}

/* ----------divs-------------- */
#container {
	position:relative;
	width:950px;
	margin:0 auto;
	padding-bottom:10px;
	background:url(images/container-bkgd.jpg) top center no-repeat #ffffff;
}
#header {
}
#leftCol {
	float:left;
	width:609px;
	padding-left:25px;
}
#rightCol {
	float:right;
	width:255px;
	padding-right:25px;
}
#rightCol img {
	margin:20px 0 0 0;
}
#footer {
	clear:both;
	width:900px;
	margin:0 auto;
	border-top:solid 1px #91783f;
	padding:10px 0;
}
#footer p, #footer a {
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	color:#b2b2b2;
	padding:0;
}

/* ----------classes-------------- */
.png { behavior: url("iepngfix.htc"); }
.left { float:left; }
.right { float:right; }
.small { font-size:10px; }
.back{ font: normal 11px/15px Arial, Helvetica, sans-serif;	text-align:right; }

/*-------sidebar boxes-------*/
a:link span.box, a:visited span.box {
	float:right;
	background:url(images/box-bkgd.jpg) top right no-repeat;
	width:265px; 
	height:74px;
}
a:hover span.box, a:active span.box {
	background-position:bottom;
	text-decoration:none;
	cursor:pointer;
}
span.box p { 
	font: bold italic 13px/16px Arial, Helvetica, sans-serif;
	padding:20px 30px 0 26px;
	color: #62481b;
	text-transform:uppercase;
}

/* ----------nav horizontal center aligned-------------- */
#nav {
	clear:both;
	width:950px;
	height:37px;
	background:;
	margin:0 auto 18px;
	background:url(images/nav-bkgd.jpg) top left repeat-x;
}
#nav ul {
	list-style:none;
	text-align:center;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
	background:none;
}
#nav li a {
	display:inline-block;
	height:37px;
	padding:0 18px;
	color:#ffeab4;
	font: normal 16px/37px Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-variant:small-caps;
}
#nav li a:hover { color:#ffffff; }

/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.10;
	filter:alpha(opacity=10);
	-moz-opacity:0.10;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}