*
{
margin: 0px;
padding: 0px;
}
.MainPageTable {
BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; MARGIN-BOTTOM: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 480px; MARGIN-RIGHT: 4px; PADDING-TOP: 2px; BORDER-BOTTOM: #cccccc 1px solid
}
.MainPageTable1 {
BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 8px; MARGIN-BOTTOM: 8px; PADDING-BOTTOM: 8px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 520px; MARGIN-RIGHT: 8px; PADDING-TOP: 8px; BORDER-BOTTOM: #cccccc 1px solid
}
.MainPageTablemain {
BORDER-RIGHT: #cccccc 1px solid; background-color: #F8F8F8; PADDING-RIGHT: 8px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 8px; MARGIN-BOTTOM: 8px; PADDING-BOTTOM: 8px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 520px; MARGIN-RIGHT: 8px; PADDING-TOP: 8px; BORDER-BOTTOM: #cccccc 1px solid
}
.MainPageTableprofile {
BORDER-RIGHT: #cccccc 1px solid; background-color: #F8F8F8; PADDING-RIGHT: 8px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 8px; MARGIN-BOTTOM: 8px; PADDING-BOTTOM: 8px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 163px; MARGIN-RIGHT: 8px; PADDING-TOP: 8px; BORDER-BOTTOM: #cccccc 1px solid
}
.MainPageTablescript {
BORDER-RIGHT: #cccccc 1px dotted; background-color: #E8E8E8; PADDING-RIGHT: 8px; BORDER-TOP: #cccccc 1px dotted; PADDING-LEFT: 8px; MARGIN-BOTTOM: 8px; PADDING-BOTTOM: 8px; BORDER-LEFT: #cccccc 1px dotted; WIDTH: 450px; MARGIN-RIGHT: 8px; PADDING-TOP: 8px; BORDER-BOTTOM: #cccccc 1px dotted; font-size: 10px
}
.MainPageTableend {
#E8E8E8; PADDING-RIGHT: 8px; PADDING-LEFT: 8px; MARGIN-BOTTOM: 8px; PADDING-BOTTOM: 8px; WIDTH: 500px; MARGIN-RIGHT: 8px; PADDING-TOP: 8px; 
}
body
{
background-color: #fff;
color: Gray;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
}

a
{
text-decoration: underline;
color: #93B300;
}

a:hover
{
text-decoration: none;
color: #fff;
background: #D3E378 url('images/bbg1.gif') repeat-x;
}

strong
{
background: inherit;
color: #50514D;
}

#header
{
width: 100%;
height: 104px;
background-color: #4d4d4d;
background: url('images/a1.gif') repeat-x;
color: #ffffff;
}
/******
 * The basics. All the browsers get this bit right.
 ******/

#wrap {
  position: relative;
}
#wrap #main {
  margin: 0 20em;
  width: 620px;
}
#wrap .sidebar {
  width: 4em;
  position: absolute;
  top: 0;
}
#wrap .sidebar1 {
  width: 16.8em;
  position: absolute;
  top: 0;
}

/******
 * The following left:0 and right:0 properties ought to be
 * enough to finish the trick. Netscape 4 seems to want the
 * floats in there too though. Not sure why.
 ******/

#left {
  left: 0;
  float: left;
}
#right {
  right: 0;
  float: right;
}

/******
 * If you thought Netscape 4 was a pain, now we come to Internet
 * Explorer. First of all we use a slash-star-slash-star-slash
 * comment hack to stop Netscape 4 from going any further. Netscape
 * 4 is fine as it is now.
 *
 * Then we feed IE 5, 5.5 and 6 a bogus "left:-10em" value. Other-
 * wise the left column will overlap the centre one.
 *
 * Then we have to use a child selector to re-affirm the original
 * "left:0" value in decent browsers.
 *
 * While we're at it, we might as well remove the floating that
 * we added for Netscape 4's benefit.
 ******/

/*/*/
#left {
  left: -18em;
  float: none;
}
#wrap>#left {
  left: 0;
}
#right {
  float: none;
}
#header_inner
{
position: relative;
width: 980px;
height: 104px;
margin: 0px auto;
}

#header_inner h1
{
	background: inherit;
	position: absolute;
	left: 0px;
	bottom: 10px;
	text-transform: lowercase;
	font-size: 39px;
	color: #fff;
	font-weight: normal;
	letter-spacing: -2px;
	width: 295px;
}

#header_inner h1 span
{
background: inherit;
color: #DADADA;
}

#slogan
{
background: inherit;
position: absolute;
right: 100px;
bottom: 0px;
color: #DADADA;
text-transform: lowercase;
font-size: 13px;
}

#main
{
padding-top: 20px;
position: relative;
width: 950px;
margin: 0px auto;
padding-bottom: 10px;
}

#menu ul
{
list-style: none;
margin: 0px;
}

#menu li
{
background: none;
padding: 0px;
font-weight: bold;
}

#menu a
{
display: block;
position: relative;
width: 168px;
height: 27px;
margin-bottom: 1px;
text-decoration: none;
background: inherit;
background-image: url('images/bbg0.gif');
padding-left: 17px;
padding-top: 11px;
color: #636363;
text-transform: lowercase;
font-size: 13px;
}

#menu a span
{
position: absolute;
right: 0px;
margin-top: 5px;
margin-right: 15px;
width: 7px;
height: 7px;
background: url('images/x1.gif') no-repeat; 
}

#menu a:hover span
{
position: absolute;
right: 0px;
margin-top: 0px;
margin-right: 15px;
width: 7px;
height: 7px;
background: url('images/x2.gif') no-repeat;
}

#menu a:hover
{
background: inherit;
color: #fff;
background-image: url('images/bbg1.gif');
}

#menu_end
{
height: 30px;
background-image: url('images/a2.gif');
}

h1
{
background: inherit;
color: #50514D;
text-transform: lowercase;
font-size: 26px;
}

h1 span
{
background: inherit;
color: #85AC1E;
}

h1 span sup
{
background: inherit;
color: #85AC1E;
font-size: 14px;
}

h3
{
margin-top: 30px;
background: inherit;
color: Black;
font-size: 18px;
text-transform: lowercase;
height: 30px;
background: url('images/a3.gif') repeat-x 0px 21px;
}

h3 span
{
background: inherit;
color: #85AC1E;
}

h3.first
{
margin-top: 0px;
}
h4
{
margin-top: 3px;
background: inherit;
color: Black;
font-size: 15px;
text-transform: lowercase;
height: 3px;
background: url('images/a3.gif') repeat-x 0px 18px;
}

h4 span
{
background: inherit;
color: #85AC1E;
}

h4.first
{
margin-top: 0px;
}

#lcol
{
position: relative;
width: 190px;
float: left;
}
#rrcol
{
position: relative;
margin-right: 200px;
margin-left: 200px;
height: 100%;
top: 0;
}

#lcontent
{
position: relative;
padding: 0px 18px 0px 15px;
}

#rcontent
{
position: relative;
padding: 25px 20px 0px 0px;
}
#rrcontent
{
position: right;
padding: 25px 20px 0px 20px;
}

ul
{
list-style: none;
}

li
{
background: url('images/x1.gif') no-repeat 0px 5px;
padding-left: 15px;
}

p
{
margin-bottom: 25px;
text-align: justify;
line-height: 20px;
}

#lcol p
{
font-size: 10px;
line-height: 16px;
margin: 0px;
}

.divider
{
font-size: 0px;
position: relative;
border-bottom: solid 1px #F5F5F5;
height: 1px;
width: 100%;
margin: 10px 0px 10px 0px;
}

.summary
{
text-align: left;
font-style: italic;
}

ul.divided li
{
border-top: solid 1px #F5F5F5;
margin-top: 4px;
padding-top: 4px;
background-position: 0px 9px;
}

ul.divided li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
background-position: 0px 5px;
}

#rcol
{
position: relative;
margin-left: 190px;
width: 550px;
background-image: url('images/a2.gif');
background-repeat: repeat-x;
}

#slogan2
{
font-size: 14px;
position: relative;
top: -5px;
}

.box
{
position: relative;
border: dashed 1px #dadada;
margin-top: 15px;
background: inherit;
color: #AAB165;
}

.box h2
{
background: inherit;
color: #6C7425;
text-transform: lowercase;
font-weight: normal;
font-size: 18px;
margin-bottom: 5px;
}

.box p
{
font-size: 10px;
line-height: 16px;
margin: 0px;
}

.box_inner
{
border: solid 1px #fff;
padding: 15px;
background: #FFFFE9 url('images/a4.gif') repeat-x;
color: inherit;
}

.captioned_image
{
position: relative;
padding-bottom: 15px;
float: left;
margin-right: 17px;
}

.captioned_image div
{
position: absolute;
font-size: 9px;
bottom: 0px;
left: 0px;
}

#footer
{
clear: both;
background: url('images/a2.gif') repeat-x;
width: 680px;
margin: 0px auto;
margin-bottom: 25px;
padding-top: 10px;
text-align: center;
text-transform: lowercase;
}