﻿@import url('boxes.css');
@import url('form.css');
@import url('structure.css');
/* std template004 style sheet */
body {
	background: #000000;
	color: #000000;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a {
	color: #ffdb00;
}
h1 {
	border-bottom: 1px #3b3b3b solid;
	color: #ffffff;
	font-family: Georgia, Garamond, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 1em 0 0 0;
	padding: 0 0 2px 0;
	text-align: right;
}
div.column2 h1 {
	margin: 1em 0 16px 0;
}
h2 {
	color: #ffdb00;
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 0 .5em 0;
}
h3 {
	font-size: 1em;
	margin: .5em 0 .5em 0;
}
img {
	border: none;
}
ol, ul {
	margin: 0 1em 1em 2em;
}
ul ul {
	margin: 0 1em .5em 1em;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: justify;
}
p.galleryLink {
	margin: .5em 24px;
	text-align: right;
}
/*********************************************************************************/
/* header */
/*********************************************************************************/
/* top nav */
/*********************************************************************************/
/* content */
div.column2 .content {
	border: 1px #3b3b3b solid;
	color: #ffffff;
	font-size: 9pt;
}
/*********************************************************************************/
/* footer */
div.footerContainer {
	font-size: 8pt;
}
div.footerContainer li {
	border-left: 1px #000000 solid;
}
div.footerContainer a, div.footerContainer span {
	color: #ffffff;
	text-decoration: none;
}


