html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { 	line-height: 1;
	font: 9pt helvetica;
	/*  background-color:#85993A;  #84814C*/
	background-color:#A5A065;
}

b {font-weight:bold;}
i {font-style:italic;}

a.link:link {color:#6E6E2D;
	padding:10px;}   		/* unvisited link */
a.link:visited {color:#6E6E2D;
	padding:10px;} 			/* visited link */
a.link:hover {color:#6E6E2D;
	background-color:#ffffff;
	padding:10px;}   	/* mouse over link */
a.link:active {color:#6E6E2D;
	background-color:#ffffff;
	padding:10px;}  		/* selected link */


a:link {color:#6E6E2D;}   		/* unvisited link */
a:visited {color:#6E6E2D;} 			/* visited link */
a:hover {color:#6E6E2D;}   	/* mouse over link */
a:active {color:#6E6E2D;}  		/* selected link */

a {text-decoration: none;}

table { border-collapse: collapse;
	border-spacing: 0;	
	width:900px;}

div.nothing {
	position: relative;
	top: 150px;
	width:100%;}

p.title {width:400px;
	font-weight:bold;
	font-style:italic;
	font-size:24pt;
	color:#ffffff;
	position:relative;
	top:30px;
	left:50px;
	margin:10px;
	padding:5px;
	padding-left:15px;
	background-color:#D2DB89;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	border:2pt solid;
	color:#6E6E2D;}

div.main {
	background-image:url("diamond-tile.png");
	height:543px;
	width:900px;
	border:2pt solid;
	color:#6E6E2D;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;}


div.displayimage { background-color:#ffffff;
	border:1.5pt solid;
	border-spacing: 0;	
	-moz-border-radius: 15px;
	border-radius: 15px;
	color:#A5A065;
	width:630px;
	height:480px;
	margin-left:15px;
	padding:15px;
	position:relative;
	top:15px;}

div.image {
	width:630px;
	height:480px;
	min-height: 10em;
    	display: table-cell;
   	vertical-align: middle;
	text-align: center;}

div.description {
	position: relative;
	top: -475px;
	left:690px;
	width:200px;
	font-size:9pt;
	color:#6E6E2D;}

div.linkbar {
	background-color:#D2DB89;
	width:885px;
	height:30px;
	padding-top:10px;
	padding-left:15px;
	border:2pt solid;
	border-top:0px;
	color:#6E6E2D;
	font-size:12pt;
	color:#6E6E2D;
	word-spacing:130px;}


div.bottomborder {
	background-color:#D2DB89;
/*	height:330px;  */
	height:100%; 
	width:900px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border:2pt solid;
	color:#6E6E2D;
	margin-top:15px;}


div.imagelist {
	background-image:url("diamond-tile.png");
	background-repeat:repeaty;
/*	background-color:#ffffff; */
/*	height:265px; */
	height:100%; 
	width:837px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:15px;
	padding:15px;
	border:2pt solid;
	color:#6E6E2D;}

img {	background-color:#ffffff;
	margin:5px;
	padding:5px;
	border:1pt solid;}

p.copyright {
	padding-top:15px;
	padding-bottom:15px;
	font-size:8pt;
	color:#6E6E2D;}