body {
background-color: #d8d3b6;
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
margin: 10px;
padding: 0;
color: #111111;
}

p.ss {
font-size: 12px;
}

h1 {
font-size: 25pt;
color: #111111;
margin: 0;
}

h2 {
font-size: 15pt;
color: #111111;
padding: 5px 0px 5px 0px;
}

.description {
font-size: 14pt;
color: #CCCCCC;
margin: 0;
}

a, a:active, a:visited {
color: #333333;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a.right, a.right:active, a.right:visited {
color: #333333;
font-weight: bold;
text-decoration: none;
display: block;
width: 190px;
padding: 3px;
margin: 0px;
border: 1px solid #cccccc;
background-color: #eeeeee;
}

a.right:hover {
text-decoration: none;
background-color: #ffffff;
}

#wrapper {
width: 960px;
background-image: url(images/wrapper.png);
margin: auto;
padding: auto;
border: 1px solid #444444;
}

#header {
clear: both;
width: 960px;
height: 123px;
background-image: url(images/header.png);
padding-top: 40px;
}

#menu {
clear: both;
width: 935px;
height: 41px;
padding-left: 25px;
background-image: url(images/menu.png);
}

* html #menu a { /* Filter for IE6 to prevent li stacking */
float: left;
text-decoration: none;
}

* html #menu a span { /* Filter for IE6 to prevent li stacking */
float: left;
text-decoration: none;
}
  
#menu a {
padding-left: 12px;
height: 41px;
background-image: none;
display: block;
color: #FFFFFF;
text-decoration: none;
float: left;
font-size: 14px;
font-weight: bold;
}

#menu a span {
padding-left: 16px;
padding-right: 30px;
padding-top: 15px;
height: 26px;
display: block;
background-image: none;
text-decoration: none;
cursor: pointer;
}
  
  
#menu a:hover, #menu a.active {
background-image: url(images/menuleft.png);
background-position: top left;
text-decoration: none;
color: #FFFFFF;
}

#menu a:hover span, #menu a.active span {
background: url(images/menuright.png) right top no-repeat;
text-decoration: none;
}

#container {
width: 960px;
clear: both;
padding-left: 50px;
}

#left {
width: 615px;
padding: 0 20px;
margin: 10px 10px 10px 0;
float: left;
line-height: 14pt;
border: 1px solid #CCCCCC;
background-color: #EEEEEE;
}

#right {
float: right;
width: 205px;
padding: 0;
margin: 10px 70px 10px 0;
line-height: 14pt;
}

#footer {
background: url(images/footer.png) no-repeat #000000;
width: 960px;
clear: both;
height: 35px;
padding-top: 30px;
text-align: center;
line-height: 14pt;
color: #FFFFFF;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

#company {
	display: none;
}


