body {background-color:#00995f;
color: #005B39;
font-family:Georgia, "Times New Roman", Times, serif;}


#container
{
	margin: 0 auto;
	width: 950px;
	background:#fff;
	font-size:10px;
	background-image:url(dimstar.jpg);
	color: #005B39;
}

#header
{
	padding: 1px;
	height:auto;
}
   h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #005B39;
    text-decoration: none;
    text-align: center;
    letter-spacing: 3px;
    line-height:1.3em;
    font-size: 2.8em;
    margin-bottom: 1.5em;
	margin-top: 5px;
    }
#header h1 { margin: 0; }
/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   text-align: center;
   letter-spacing: 2px;
   line-height: 1.1em;
   font-size: 1.8em;
   font-weight:bold;
   border-bottom:3px solid #000; /* black line below menu */
   width:100%;
   text-transform:uppercase;
   font-family:Georgia, "Times New Roman", Times, serif; /* Menu font */
   font-size:1.4em; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
   margin-bottom:4em;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:1em;
   line-height:1em;
   background:#00995f;
   text-decoration:none;
   color:#fff;
   font-weight:bold;
   border-bottom:1px solid #000;
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#000;
}
#centeredmenu ul li a:hover {
   background:#f00; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#f00; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #03f;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#00995f;
   color:#fff;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#f00; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
#content h4 {font-family: Georgia;
    color: #f00;
    text-decoration: none;
    word-spacing: 0.05em;
    text-align: center;
    letter-spacing: 2px;
    font-size: 2.2em;}
   #content h3 {
        font-family: Georgia;
        color: #005B39;
        text-decoration: underline;
        word-spacing: 0.05em;
        text-align: center;
        letter-spacing: 2px;
        font-size: 2.5em;
    }

   #content p {
        font-family: Georgia;
        color: #005B39;
        font-variant:normal;
        text-decoration: none;
        word-spacing: 0.1em;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.1em;
        font-size: 1.8em;
        font-weight:bold;
        margin-left:2em;
        margin-right:2em;
        margin-top:15px;
        margin-bottom:2px;
    }
   #content h5{font-family: Georgia;
    color: #005B39;
    text-decoration: overline;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.1em;
    font-size: 1.2em;
    margin-top:5px}
#content h2
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}
#content a img {border:none;}

table {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	padding:1.2em;
	width: 700px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	font-family: Georgia;
        color: #005B39;
        font-variant:normal;
        text-decoration: none;
        word-spacing: 0.1em;
        text-align: left;
        letter-spacing: 1.1px;
        font-size: 1.3em;
        font-weight:bold;
       
	}

th {
	padding: 0 0.5em;
	text-align: center;
	text-decoration:underline
	}




td {border:thin #00995f;}


#content img.inpage {border:thin;
    border-style:solid;
    margin-left:auto; margin-right:auto; margin-top:10px;
    display:block;
	max-width:900px;}
#footer
{
	background:#ccc;
	text-align: right;
	padding: 20px;
	height: 1%;
}
#donate 
{  	text-align:center;

	display: block; 
  	margin: 0 auto;
  	width: 100px;}

