/* CSS Document */

html, body {
	margin: 0;
}

body {
	padding: 0px;
	text-align: center;
	color: #000;
	background: #fff url(/images/bkgnd_rpt.gif);
}

body, html, table, th, td, * p, h1, h2, div, a, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
	padding: 0;		
}

#header {
	background: #000;
}

#container {
	width: 800px;
	text-align: left;
	background: #fff;
	border: #000 1px solid;
}

#menu-bar {
	width: 100%;
	height: 22px;
	background-color: #000;
}

#content {
	height: 400px;
	background: #fff url(/images/watermark.jpg) bottom left no-repeat;
	padding: 20px 10px;
}

#footer {
	height: 24px;
	vertical-align:middle;
	background-color: #000;	
	color: #fff;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

/* */

#logo {
	margin-bottom: -2px;
}

#strip {
	width: 275px;
	background-color: #edf7f0;
	padding-top: 20px;
}

h1 {
	color: #000;
	font-size: 15px;
}

p {
	text-align: justify;
	line-height: 150%;
}
/*
#strip p {
	padding: 10px 10px 0;
}
*/
.title {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 140%
}

p strong {
	color: FF9900;
}

p a:link, p a:visited, p a:active {
	text-decoration: none;
	color: #ff9900;
}

p a:hover {
	text-decoration: underline;
}

p.date {
	margin: -10px 0 0;
	font-style: italic;
	text-align: right;
	font-size: 90%;
}

a.link:link, a.link:visited, a.link:active {
	text-decoration: none;
	color: #15a043;
}

a.link:hover {
	text-decoration: underline;
}

#cards {
	text-align: right;
	vertical-align: bottom;
	
}

#slideshow {
	float: right;
	margin: 0 0 10px 20px;
	border: 1px #000 solid;
}
