*	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	background: #fff url(images/bg_main.gif) repeat-x left top;
	font: 67%/139% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #2f2c23;
}

a, a:link, a:visited, a:active	{
	color: #D69110;
	text-decoration: none;
}

img	{
	border: 5px solid #e8e6e2;
	margin: 0 10px 7px 0;
	float: left;
}

ul, ol	{
	list-style-type: none;
	margin: 0 0 6px 0;
}

ul.numbers, ol.numbers	{
	list-style-type: decimal;
	padding-left: 26px;
}

ul.bullets li {
	position: relative;
	background: transparent url(images/bullet.gif) no-repeat left top;
	margin: 4px 0 0 0;
	padding: 0 0 0 18px;
	color: #6d6858;
}

ul li a	{
	padding: 4px 0 3px 0;
}

ul.linklist li {
	padding: 3px 0 !important;
}

ul.linklist.rule li {
	padding: 3px 0 !important;
	background: url(images/line-dotted-d8d8cf.gif) repeat-x left bottom;
}

div#content ul li a:before	{
	content: "\BB \20";
}


#logo img	{
	border: 0;
	margin: 0;
}

div#container	{
	margin: 0 auto; 
	width: 960px; 
	position: relative;
}

div#head	{
	width: 960px; 
	height: 175px;
}

div#content	{
	margin: 0 0 0 170px;
}

div#primary	{
	float: left; 
	width: 530px;
}

div#secondary	{
	float: right; 
	width: 230px;
}

div#footerpic	{
	margin-top: 40px;
	float: left; 
	width: 790px;
}

div#contentfooter	{
	clear: both;
}

div#footer	{
	width: 790px; 
	height: 215px; 
	margin: 80px 0 0 170px; 
	background: url(images/bg_footer.jpg) no-repeat;
}

#logo	{
	width: 60px; 
	height: 81px; 
	position: absolute; 
	top: 40px; 
	left: 80px;
}

ul#mainnav	{
	position: absolute;
	top: 175px;
	left: 0;
	width: 150px;
	background: url(images/line-dotted-6d6858.gif) repeat-x left bottom;
	list-style-type: none;
	list-style-position: outside;
}

ul#mainnav li	{
	background: url(images/line-dotted-6d6858.gif) repeat-x left top;
	width: 150px;
}

ul#mainnav li a	{
	display: block; 
	padding: 4px 3px 3px 3px; 
	text-align: right;
}

ul#mainnav li a:hover	{
	color: #fff;
	background: #D69110 url(images/line-dotted-6d6858.gif) repeat-x;
}

ul#mainnav li.subnav	{
	display: none;
	margin: 0;
}

li.subnav ul li a	{
	background: url(images/subnav-arrow.gif) no-repeat 8px 8px;
	padding-left: 18px !important;
}

ul#mainnav li.subnav ul li a:hover	{
	color: #fff;
	background: #d3e87f url(images/line-dotted-6d6858.gif) repeat-x;
}

h1	{
	position: absolute; 
	width: 790px; 
	height: 21px; 
	top: 40px; 
	left: 170px; 
	padding: 111px 0 0 0; 
	font-weight: normal; 
	font-size: 1.6em; 
	color: #6d6858;
	background: url(images/header.gif) no-repeat left top;
}

h1 span	{
	font-size: 0.6em !important;
}		

h1 span:before	{
	font-size: 1em !important;
	content: "\20-\20";
}		

h2	{
	color: #6d6858;
	line-height: 1.6em;
	font-weight: normal;
	font-size: 1.35em;
	padding: 0 0 3px 0;
	margin: 18px 0 10px 0;
	background: url(images/line-dotted-a29e90.gif) repeat-x left bottom;
	clear: both;
}

h3	{
	color: #6d6858;
	line-height: 1.6em;
	font-weight: normal;
	font-size: 1.25em;
}

div#footer h3	{
	padding-top: 70px;
	font-size: 1.15em;
	padding-bottom: 3px;
}

h4	{
	color: #6d6858;
	line-height: 1.3em;
	font-size: 1.1em;
	padding: 6px 0 4px 0;
	margin: 0 0 6px 0;
	background: url(images/line-dotted-a29e90.gif) repeat-x left bottom;
	clear: both;
}

p	{
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 9px 0;
}

blockquote	{
	color: #6d6858;
	font-size: 1.2em;
	font-family: georgia, serif;
	font-weight: normal;
	line-height: 1.8em;
	padding: 8px 0 8px 13px;
	border-left: #f1f0ed solid 5px;
	margin: 0 0 9px 0;
}

blockquote span.source	{
	display: block;
	text-align: right;
	color: #b1b0ad;
	font-weight: bold;
	margin-bottom: -6px;
}

div#footer p	{
	font-size: 1em;
	padding: 6px 0 0px 0;
	width: 530px;
	border-top: 1px #c5c1b6 solid;
}

table	{
	border-top: 1px solid #f1f0ed;
	width: 100%;
	margin: 0 0 6px 0;
}

table tr th	{
	display: none;
}

table tr:hover td	{
	background: #f8f7f3;
}

table tr td	{
	padding: 4px 3px 4px 6px;
	border-bottom: 1px solid #f1f0ed;
	color: #6d6858;
}

table tr td span	{
	margin: 0;
	padding: 0 0 2px 0;
	display: block;
	font-size: 1.1em;
}

table tr td img	{
	border-width: 1px !important;
	margin: 0 !important;
}

table tr td a	{
	font-weight: bold;
}

.tdata05	{width: 5%;}
.tdata15	{width: 15%;}
.tdata25	{width: 25%;}
.tdata75	{width: 75%;}
.tdata90	{width: 90%;}
