body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #ffffff;
	margin: 0;
	background: #c6c6c6;
    background-image: url(images/bg2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    color: #333;
    margin: 0px; 
}

div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   width: 780px;   
   background-color: #FFFFFF;
}

div#header {
   height: 167px;
   margin-top: 0px;
}

.headerReplacement {
text-indent: -9999px;
height: 167px;
background: url(images/header2.gif) center no-repeat;
margin-top: 0px;
}


 div#content {
   margin: 10px 0px 0px 0px;
}

div#main {
   margin-top: 0px;
   margin-left: 11px; 
   margin-right: 10px; 
   margin-bottom: 0px;
}

#navlist
{
   text-align:center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #333;
   background: url(images/menubg1.gif) repeat-x;
   margin: 0px;
   padding: 6px 0px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
   color: #fff;
   font-weight: bold;
   text-decoration: none;
   margin: 0px;
   padding: 0px 25px;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
   text-decoration: none;
   background: none;
   color: #fff;
}

#navlist a #active { 
   color: #fff;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #999;
   text-align: center;
   font-size: 11px;
   background-color: #fff;
   height: 40px;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.2em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #aaa; /* needed becouse footer link would be same color as background otherwise */
}

ul {
	list-style-position: outside;
	list-style:disc;
	}

li {
  margin:0 0 .2em -1em;
  font-size: 13px;
  }
  
a:link
{
    COLOR: #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;      
    text-decoration: underline;
}

#contentbox {
	text-align: left;
	border: none;
	background-color:#FFFFFF;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}

#ghost {color:#FFFFFF;}