/* CSS Document */

html, body {
	margin: 0;
}

body {
	padding: 0px;
	text-align: center;
	color: #000;
/*	background: #fff url(/images/bkgnd_rpt.gif) repeat-x;*/
}

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;		
}

#container {
	width: 800px;
	text-align: left;
	background: #fff;
	border: #15a043 1px solid;
}

#side {
	width: 154px;
	border-right: #15a043 1px solid;
}

#content {
	height: 500px;
	background: #fff url(/images/watermark.jpg) bottom left no-repeat;
	padding: 20px 10px;
}

#footer {
	height: 20px;
	vertical-align:middle;
	background-color: #15a043;	
	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: #51b557;
	font-size: 15px;
}

p {
	text-align: justify;
	line-height: 200%;
}

#strip p {
	padding: 10px 10px 0;
}

p.title {
	font-weight: bold;
	color: #51b557;
	text-decoration: underline;
}

p.news strong, p.contact_us strong {
	color: #15a043;
}

p.news a:link, p.news a:visited, p.news a:active, p.contact_us a:link, p.contact_us a:visited, p.contact_us a:active {
	text-decoration: none;
	color: #000;
}

p.news a:hover, p.contact_us a:hover {
	text-decoration: underline;
}

p.date {
	margin: -20px 0 0;
	font-style: italic;
	text-align: right;
}

a.link:link, a.link:visited, a.link:active {
	text-decoration: none;
	color: #15a043;
}

a.link:hover {
	text-decoration: underline;
}
