body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFFFFF;
	background-image: url(../images/bckgr.png);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Veranda, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7E7C7C;
	line-height: 1.7em;
}

.twoColFixRtHdr #container {
	width: 1024px;
	text-align: left;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	background-color: #E6E7E8;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #E6E7E8;
} 
.twoColFixRtHdr #header {
	background: #E6E7E8;
	width: 1024px;
	margin: 0px;
	padding: 0px;
} 
.twoColFixRtHdr #menu {
	background: #E6E7E8;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr   #maincontent{
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/bgmain.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: justify;
	margin: 0px;
	border-top-width: 10px;
	border-right-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E6E7E8;
	border-right-color: #E6E7E8;
	border-left-color: #E6E7E8;
	width: 1009px;
}
.twoColFixRtHdr   #maincontent    p{
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
}
.twoColFixRtHdr  #bottom {
	background-color: #FFFFFF;
	background-image: url(../images/bgfooter.gif);
	background-repeat: no-repeat;
	height: 51px;
	width: 1010px;
	background-position: left top;
	clear: none;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
}
#sidebar {
	position:static;
	width:200px;
	z-index:1;
	float: right;
	clear: right;
	margin-left: 20px;
	text-align: left;
}
#sidebar p {
	font-size: 11px;
	line-height: 1.4em;
	color: #64A641;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E7E8;
	border-bottom-color: #E6E7E8;
	border-left-color: #E6E7E8;
}
.greenbold {
	font-weight: bold;
	color: #64A641;
}

.prekl {
	color: #FFF;
	background-repeat: repeat;
	background-color: #900;
}

#sidebar   img {
	text-align: center;
}
#top {
	background-color: #66A743;
	color: #FFFFFF;
}

#top a {
        color: #FFFFFF;
}

#top a:hover {
              color: #FFFFFF;
			  text-decoration: underline;
}

h1 {
	color: #64A641;
	font-size: 1.3em;
	margin-left: 15px;
	margin-top: 60px;
}

h2 {
	font-weight: bold;
	color: #64A641;
	font-size: 14px;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h3 {
	font-family: Cambria, serif;
	font-size: 15px;
	font-style: italic;
	letter-spacing: normal;
	color: #64A641;
	margin-left: 7em;
	font-weight: normal;
}



h4 {
	font-family: Cambria, serif;
	font-size: 17px;
	font-style: italic;
	letter-spacing: normal;
	color: #64A641;
	margin-left: 15px;
	font-weight: normal;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	color: #666;
	font-size: 12px;
	padding-top: 5px;
}
#footer   a:link {
	color:#666;
}

#footer a:hover {
              color: #FFFFFF;
			  text-decoration: underline;
}

#footer a:visited {
              color: #FFFFFF;
		
}

li {
	text-align: justify;
	margin-right: 15px;
}
a:link {
	color: #64A641;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #64A641;
	text-decoration: none;
}

.greentext {
	color: #64A641;
	font-weight: bold;
}

.imgborder {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
}
.bold {
	color: #333;
	text-align: left;
	font-weight: bold;
}
.table    {
	margin-left: 15px;
}
.trgreenbg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81B765;
	background-color: #79B25B;
	color: #FFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFF;
	text-indent: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
