body {
	background: #000;
	color: #fff;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 12px 0px;
	padding: 0px;
}

/* HTML selectors */
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	padding: 0;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	padding: 0;
}

tr{
	vertical-align: top;
	padding: 0 6px 0 0;
}


h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	color: #EAC800;
	background: transparent;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: black;
	background: transparent;
	margin: 16px 0px -10px;
	border-bottom: 1px solid black;
}
h2.mainbar {
	margin: 0 0 8px 0;
}
h2.sidebar {
	font-size: 13px;
	border-bottom: 1px dotted black;
	margin: 16px 0 6px 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #069;
}

h5 {
	font-size: 13px;
	font-weight: bold;
}

p, ul, ol, td {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
p.date {
	text-transform: lowercase;
	margin-bottom:0;
	color: #C6C7BA;
}
p.archive {
	margin: 0 0px 6px 10px;
}
pre {
	font-family: monospace;
	font-size: 12px;
}

acronym {
	border-bottom: 1px dashed Gray;
	cursor: default;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 12px;
}

img {
	border: 0px;
}

img.icon {
	padding: 0 3px 0 0;
	margin:0;
	vertical-align: bottom;
}
.photos img {
	padding: 5px 4px;
}
img.cover {
	margin: 6px 6px 2px 0;
	border: 1px solid #000;
}
img.maincover {
	border: 2px solid black;
	padding: 0;
}

/* Links */
a {
	text-decoration: transparent;
}

a:link {
	color: #B8860B;
	background-color: transparent;
}

a:visited {
	color: white;
	background-color: transparent;
}

a:hover {
	color: black;
	background-color: #9A9881;
}
.photos a:hover {
	background-color: white;	
}

.divider {
	border-bottom: 1px dashed silver;
}
.topdiv {
	background: transparent;
	color: #907066;
}

/* Layout table */
table.banner,table.content {
	border: 0px;
	width: 661px;
	color: #fff;
	background: #525142;
	margin: 0px;
	text-align: center;
	clear: both;
}
table.content {
	border: 1px solid #E7D784;
}
td.contentleft {
	padding: 20px 20px 20px 50px;
	width: 50%;
}
td.contentright {
	padding: 20px 50px 20px 20px;
	width: 50%;
}
td.contentmain {
	padding: 20px 46px 20px 50px;
}
/* Document footer and secondary navigation. */
#footer {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
	background: #cc9;
	color: #000;
	text-align:right;
	z-index: 2;
}

#footer a:link, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #036;
	background: transparent;
}

#footer a.active:link, #footer a.active:visited, #footer a:hover {
	color: #069;
	background: #e7e7cf;
}
	
#footer a:hover {
	color: #069;
	background: transparent;
}

#footerbar {
	width: 100%;
	padding: 0px;
	margin: 0;
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
	background: #036;
	color: #fff;
	text-align: center;
}

.footertext {
	font-size: 70%;
	line-height: 115%;
	margin: 0px 5px 1px 3px;
}


/* Used for the thumbnail image script */
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
