body {
	background-image: url(background.jpg);
	background-position: 0 0;
	background-attachment: fixed;
}

body, td, div {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

A:link {
	text-decoration: none;
	color: #1B6292;
}

A:visited {
	text-decoration: none;
	color: #1B6292;
}

A:active {
	text-decoration: none;
	color: #000046;
}

A:hover {
	text-decoration: underline;
	font-weight: 100;
}

.header-transparent-shadow {
	float: left; 
	width: 98%;
	background-image: url(background-shadow.jpg);
	background-position: 0 0;
	background-attachment: fixed;
	margin: 12px 1% 12px 1%;
}

#header {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	position: relative;
	background: white;
	/*
	background-image: url(background-light.jpg);
	background-position: 0 0;
	background-attachment: fixed;
	*/
	margin: -6px 6px 6px -6px;
	padding: 0px;
}

#header-image {

}

.main-container {
	float: left;
	width: 80%;
	margin: 0px 0px 0px 0px;
	clear: left;
	/* padding: 0px; */
	/* padding: 10px 0.5% 1% 1%; */
}

.small-container {
	float: right;
	clear: both;
	display: block;
	width: 20%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/* padding: 10px 1% 1% 0.5%; */
}

.main-transparent-shadow {
	float: left; 
	width: 98%;
	background-image: url(background-shadow.jpg);
	background-position: 0 0;
	background-attachment: fixed;
	margin: 12px 1% 12px 1%;
}

.main-transparent {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	display: block;
	position: relative;
	background-image: url(background-light.jpg);
	background-position: 0 0;
	background-attachment: fixed;
	margin: -6px 6px 6px -6px;
	padding: 15px;
}

div.main-titlebar {
	background: #336699;
	margin: -15px -15px 15px -15px;
	padding: 5px;
	display: block;
}

h2.main-titletext {
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	font-family: verdana;
}

h2.main-date {
	display: inline;
	clear: none;
	float: right;
	padding: 0px;
	margin: 0px;
	color: white;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	font-family: verdana;
}

.small-transparent-shadow {
	float: left;
	width: 95%;
	background-image: url(background-shadow.jpg);
	background-position: 0 0;
	background-attachment: fixed;
	margin: 12px 2% 12px 3%;
	padding: 0px;
}

.small-transparent {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	position: relative;
	background-image: url(background-light.jpg);
	background-position: 0 0;
	background-attachment: fixed;
	margin: -6px 6px 6px -6px;
	padding: 5px;
}

.small-titlebar {
	background: #336699;
	margin: -5px -5px 5px -5px;
	padding: 5px;
}

h2.small-titletext {
	padding: 0px;
	margin: 0px;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	font-family: verdana;
}

.title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.heading {
	font-weight: bold;
	text-decoration: underline;
}

.quote {
	z-index: 1;
	font-style: italic;
	left: 5px;
	bottom: 5px;
}

.w3c {
	position: relative;
	right: -90%;
	bottom: 2px;
}

#bottom {
	width: 99%;
	padding: 5px;
	display: block;
	position: relative;
	clear: both;
}

.quote {
	font-style: italic;
	float: right;
	font-size: 0.9em;
	font-weight: normal;
	font-face: verdana;
}

