﻿html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9F9F9F;
}

h1, h2, h3 {
	margin: 0px;
	text-transform: lowercase;
	font-weight: normal;
	color: #696969;
}

h1 b, h2 b, h3 b, h1 strong, h2 strong, h3 strong {
	color: #7bc143;
}

h1 {
	letter-spacing: -2px;
	font-size: 36px;
}

h2 {
	letter-spacing: -1px;
	font-size: 22px;
}

h2.h2-style1 {
	font-size: 18px;
	color: #C1C1C1;
}

h3 {
	font-weight: bold;
	font-size: 13px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8;
}

ul.ul-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
}

ul.ul-style1 li {
	float: left;
	padding: 0px 0px 16px 16px;
}

ul.ul-style1 li.leftmost {
	padding-left: 0px;
}

strong {
	color: #787878;
}

a {
	color: #7bc143;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

a.a-style1 {
	padding-left: 27px;
	background: url(images/homepage_09.gif) no-repeat left center;
}

a.comments {
	padding-left: 22px;
	background: url(images/homepage_05.gif) no-repeat left center;
}

a.more {
	padding-left: 19px;
	background: url(images/homepage_06.gif) no-repeat left center;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 0px 23px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 23px;
}

img.aligncenter {
	margin: 0px auto;
}



/** MENU */

.menuul {
    float: left;
	margin: 0px;
	padding: 34px 0px 0px 10px;
	list-style: none;
	line-height: normal;
	width: 580px;
}

.menuli {
	float: left;
	padding: 0px 0px 0px 37px;
	font-family: "Trebuchet MS", tahoma, Arial, Verdana, helvetica;
	color: White;
}

.menuli a {
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 18px;
	color: white;
}

.menuli a:visited {
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 18px;
	color: white;
}

.menuli a:hover {
	text-decoration: underline;
	color: #7bc143;
}

.Box275Top
{ width: 275px;
  background-image: url(images/Box275Top.jpg);
  background-repeat: no-repeat;
  background-position: top;
}
.Box275Bottom
{ width: 275px;
  background-image: url(images/Box275Bottom.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  
}
.Box275Content 
{
    padding: 15px 20px 15px 20px;
}

.DebugCode
{
    color: Red;
    font-family: Calibri; }
