﻿/* __________________________ BASIC __________________________________*/
html {
 background: url(../imgs/logo_green.jpg) top center;
 padding: 0;
 margin: 0;
}
body {
 font			: 12px Verdana,tahoma,arial,sans-serif;
 color			: #222;
}
#bodybody {
 width: 700px;
 margin: 0px;
 margin-left: auto;
 margin-right: auto;
 padding: 0px 20px 0px 20px;
 /*
 font			: 12px Verdana,tahoma,arial,sans-serif;
 color			: #222;
 */
}

/* __________________________ HEADINGS __________________________________*/

h1 {
 padding: 20px;
 margin: 0px;
 font-size:24px;
}
h2 {
 font			: lighter 230%/0.95 "Trebuchet MS",arial,sans-serif;
 color			: #007700;
 margin			: 0px 0px 10px 0px;
 padding		: 5px 0px 10px 0px;
 background		: #fff;
}
h3 {
 font-size      : 12pt;
 font-weight    : bold;
 color			: #007700;
 letter-spacing : 2px;
 margin			: 10px 0px 10px 0px;
 padding		: 0px 0px 0px 10px;
 border-left	: 10px solid #007700;
 border-right	: 10px solid #007700;
 background		: #ddffdd;
}

/* __________________________ LINKS __________________________________*/

a:link {
 color           : #6ab600;
 text-decoration : none;
}
a:visited {
 color           : #6ab600;
 text-decoration : none;
}
a:hover {
 text-decoration : underline;
 color           : #E56D00;
}

/* _____________________ LISTS AND PARAGRAPHS ___________________________*/

ol {
 margin:5px 40px;
 padding:0px 40px;
}
ol li {

}
ul {
 margin:5px;
 padding:0px 20px;
}
ul li {
 list-style:none;
 background:url(../imgs/bullet.gif) no-repeat top left;
 vertical-align:top;
 padding: 2px 0 2px 20px;
 margin:0;
 font-size: small;
 color:#29303B;
 line-height:1.5;
}

p, li {
/*	padding: 0px 30px 0px 30px;*/
	margin:0 0 .7em 0;
	font-size: small;
	color:#29303B;
	line-height:1.5;
}
