body {
	/*
	background: #396DA5;
	background: #355382;
	background: #e7e7e7;
	*/
	color: white;
	background: #355382;
	padding: 0px;
	margin: 2%;
	font-family: Georgia, sans-serif;
	font-size: 12pt;
}

img {
	border: 0px;
}

#header {
	font-size: 12pt;
	float: right;
	width: 40%;
}


#main {
	margin-right: 10px;
	padding: 0px;
	font-weight: 100;
	color: black;
	background: #355382;
	width: 57%;
	/*
	margin: 5px 60px 5px 60px;
	*/
}

td,th {
	color: white;
}

/*======== links */
a:link {
	color: #ccff00;
	font-style: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #ccff00;
}

/*====================*/

.section {
	color: white;
	margin-bottom: 2px;
}

.item {
	color: white;
	background: gray;
	/*
	background: #396da5;
	border: 1px solid black;
	*/
	margin-bottom: 1px;
	padding: 3px;
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
}

.itemdesc {
	/*
	background: #e7e7e7;
	border: 1px solid black;
	*/
	color: black;
	background: #e7e7e7;
	margin: 0px 0px 20px 0px;
	padding: 4px;
}

A:link.itemlink {
	background: gray;
	padding: 1px;
}

A:visited.itemlink {
	background: gray;
	padding: 1px;
}

div.quote {
	color: silver;
	width: 80%;
	font-style: italic;
}

