body
{
	background-color: #eee;
	background-image: url(images/pearses_background.png);
	background-size: 100%;
	text-align: center;
	font-family: helvetica;
	font-size: 10pt;
	font-color: #000;
	margin: 0;
}

h1
{
  font-size: 24pt;
  font-weight: bold;
  font-family: Segoe print;
  color: green;
  background-image: url(images/titlebackground.png);
  background-repeat: repeat-y;
  text-align: left;
  padding: 0 0 0 40px;
  margin: 15px 0 0 0;
}

h2
{
  font-size: 18pt;
  font-weight: bold;
  font-family: Segoe print;
  color: green;
  background-image: url(images/titlebackground.png);
  background-repeat: repeat-y;
  text-align: left;
  padding: 0 0 0 40px;
  margin: 15px 0 0 0;
}

h3
{
  font-size: 12pt;
  font-weight: bold;
  color: #ffe41b;
  padding: 0 0 0 10px;
}

h4
{
  font-size: 12pt;
  font-weight: bold;
  color: green;
  padding: 0 0 0 10px;
}

th
{
  background-color: green;
  font-weight: bold;
  font-size: 10pt;
  color: #fff;
}

td
{
  background-color: #eee;
  font-size: 10pt;
}

#header, #body
{
	width: 1000px;
	margin:0 auto; 
	border-left: solid 1px #000;
	border-right: solid 1px #000;
        background-color: #fff;
}

#body
{
	background-color: #fff;
	padding: 20px 0 20px 0;
}

#menu ul
{
	padding: 0;
	margin: 0;
	background-image: url(images/MenuBackground.png);
	height: 30px;
        font-weight: bold;
	font-size: 12pt;
}

#menu li
{
        padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline;
        vertical-align: middle;
        height: 30px;
        padding-top:2px;
        !padding-top: 0px;
}

#menu a.selected
{
  padding: 4px 20px 4px 20px;
  margin: 0px;
  !margin-top: -2px;
  color: #fff;
  background-image: url(images/MenuBackground3.png);
  vertical-align: middle;
  height: 30px;
}

#menu a:link, #menu a:visited, #menu a:active
{
	text-decoration: none;
	height: 30px;
	padding: 0px 20px 0px 20px;
      !padding-top: 4px;
color: green;
}

#menu a:hover
{
  padding: 4px 20px 4px 20px;
  margin: 0;
  !margin-top: -2px;
  color: #fff;
  background-image: url(images/MenuBackground3.png);
  vertical-align: middle;
  height: 30px;
}

#body
{
	width: 1000px;
	vertical-align: top;
}

#footer
{
  font-size: 8pt;
}

#footer a:link, a:visited, a:active
{
	color: green;
	text-decoration: none;
        padding: 0 10px 0 10px;
        margin: 0;
}

#footer a:hover
{
	color: green;
	text-decoration: underline;
        padding: 0 10px 0 10px;
        margin: 0;
}

#content
{
	float:left;
        display: inline;
	margin:0;
	width: 698px;
	text-align: left;
}

#content a:link, a:visited, a:active
{
	color: green;
	text-decoration: none;
	padding: 0;
        margin: 0;
        height: auto;
}

#content a:hover
{
	text-decoration:underline;
}

#content p
{
  padding: 2px 10px 2px 10px;
}

#content img
{
	border: solid 2px green;
}

#sidebar
{
	float:right;
        width: 300px;      
        padding: 10px 0 0 0;
        margin: 0;
        background-image: url(images/background7.png);
        background-repeat: repeat-x;	
        text-align: left;
}

#sidebar h1
{
	font-family: Segoe print;
	font-size: 12pt;
	color: green;
        background-image: none;
        padding: 0; 
        margin: 0;
}

#sidebar ul
{
	padding: 0;
        margin: 0;
}

#sidebar li
{
	padding: 0 15px 0 15px;
        margin: 0;
        list-style-type: none;
        text-align: left;
}

#sidebar a:link, a:visited, a:active
{
	color: green;
	text-decoration: none;
	padding: 0;
        padding: 0 10px 0 10px;
}

#sidebar a:hover
{
	text-decoration:underline;
        padding: 0 10px 0 10px;
}

.clear
{
	clear: both;
}