/* Presentation Stylesheet */ 

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;

}

.center {
        text-align: center;
}

h1 {
	font-size: 18px;
	color: #404040;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 26px;
}

h2 {
	font-size: 12px;
	color: #ff9900;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	line-height: 1.4em;
	font-weight: bold;	
	border-bottom: dotted 1px #404040;
}
h2 .feed {
	background: url(image/feed-10px-white.png) left center no-repeat;
	padding-left: 13px; 
}
div {
	font-size: 12px;
	color: #404040;
	line-height: 1.4em;
}

p.lead {
	font-weight: bold;
}

#l-col p {
	padding-left: 12px;
	padding-right: 7px;
	font-size: 11px;
	color: #404040;
}

#l-col p.subscribe {
	padding-top: 0;
}

#l-col ul li {
	font-size: 11px;
	line-height: 1.4em;
}

#l-col p.center {
	padding-left: 7px;
	padding-right: 7px;
}

#l-col span {
	line-height: 1.2em;
	font-weight: normal;
}

#l-col h1 {
	font-size: 11px;
	line-height: 1.2em;
	padding: 4px;
	background-color: #f0f0f0;
	background-image: url(image/column-header.png);
	background-repeat: repeat-y;
}

#l-col .feed {
	background: url(image/feed-10px.png) left center no-repeat;
	padding-left: 13px; 
}

#l-col span.note {
  	font-size: 10px;
	color: #404040;
	line-height: 1.2em;
	padding: 0px;
}

#cont p {
/*	text-indent: 1em; */
	padding-top: 0px;
	padding-bottom: 0px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

div.copyright {
	padding-top: 4px;
	font-size: 11px;
	color: #000000;
	line-height: 1.6em;
}

div.copyright a {
	color: black;
	text-decoration: underline;
}

img.header {
	position: absolute;
	margin: 0;
	border: none;
	width: 750px;
	height: 110px; 
}

li.button a {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

li.lead { 
	background-image: url(image/lead.png);
	background-position: -14px 0;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 80px;
	height: 24px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.button { 
	background-image: url(image/unselected.png);
	background-position: -7px 0;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 87px;
	height: 24px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.button.slim {
	width: 72px;
	background-position: -22px 0;
}

.button a { 
	padding-top: 2px;
}

.button.selected { 
	background-image: url(image/selected.png);
	background-position: -7px 0;
}
.button.slim.selected { 
	background-image: url(image/selected.png);
	background-position: -22px 0;
}
.button a:hover { 
	background-image: url(image/unselected-line.png);
	background-position: -7px 0;
}
.button.slim a:hover { 
	background-image: url(image/unselected-line.png);
	background-position: -22px 0;
}
.button a.selected:hover { 
	background-image: url(image/selected-line.png);
	background-position: -7px 0;
}
.button.slim a.selected:hover { 
	background-image: url(image/selected-line.png);
	background-position: -22px 0;
}

.button img {
	width: 87px; 
	height: 24px; 
	border: 0px;
}
.button.slim img {
	width: 72px; 
	height: 24px; 
	border: 0px;
}

ul.buttonmenu {
	width: 750px;
	align: left;
	position: absolute;
	margin: 0px;
	padding-right: 0px;
	padding-top: 86px;
	padding-left: 0px;
	list-style-type: none;
	display: inline;
}

ul.buttonmenu li {
	float: right;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

* html a:hover {
	visibility: visible;
}

div.spacer {
  clear: both;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}

a.inline {
	font-weight: normal;
}

.copyright a {
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

ul {
	list-style-type: square; 
/*	list-style-image: url(image/bullet.png); */
}

li {
	color: #FF9900;
	text-decoration: none;
}

li td {
	font-size: 12px;
}

span.li {
	color: #404040;
}

span.superscript {
	vertical-align: super;
	font-size: 75%;
}

table {
	border-collapse: collapse;
	border-style: hidden;
	border: none;
}

tr {
	border: none;
	margin: 0px;
	padding: 0px;
	height: 60px;
}

td {
	margin: 0px;
	padding: 0px 6px 0px 0px;
	border: none;
	vertical-align: center;
}

form select {
	font-size: 75%;
}

.note {
	font-size: 80%;
	line-height: 1.4em;
}

img.preview {
	margin-bottom: 6px;
}
img.animated {
	margin-right: 1px;
}

p.gallery span {
	font-weight: normal;
}
