body {
	margin: 0 0 0 0;
	background-color: #000;
        background-image:url(images/gradient-bg.jpg);
        background-repeat:repeat-x;
	color: #770000;
	font-family: Arial, Helvetica, sans-serif;
        }
#container {
        position:relative;
        width:800px;
        height:auto;
        margin-top:5px;        
        margin-right:auto;
        margin-left:auto;
        border-right:2px solid #fafbfb;
        border-bottom:1px solid #fafbfb;
        border-left:2px solid #fafbfb;
        background-color:#eef3f6;
        }
#header {
	border-top: 4px solid #fafbfb;
	border-bottom: 4px solid #fafbfb;
	height: 5.5em;
        }

#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.4em;
        }
        
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.6em;
        }



#content p {
	font-size: 75%;
	line-height: 1.6em; 
	padding-left: 1.2em;
        }

table    {
         font-family: "Times New Roman",Arial, verdana;
         font-weight: bold;
         font-size: 12px;
         background-color: transparent;
         color: #2A4F6F;
         }
td      {
         padding-right: 5px;
         }
th      {
         font-family: "Times New Roman",Arial, verdana;
         font-weight: bold;
         font-size: 12px;
         color: #770000;
         text-align: left;
         }
     
#table .altrow {
        background-color: #EEF3F6;
        color: #2A4F6F;
}
#table a:link, table a:visited {
	text-decoration: none;
	color: #770000;
	background-color: transparent;
}
#table a:hover {
	color: #FF9900;
	text-decoration: underline;
}



caption {
	font: 120% Georgia, Arial, "Times New Roman", Times, serif;
        font-weight: bold;
        color: #2a4f6f;
        }

.clear  {
          clear: both;
         }  



#copyright {
        font: 54% Georgia, "Times New Roman", Times, serif;
        color: #770000;
        background-color: #e7edf1;
        text-align: center;
        border-top: 2px solid #ffffff;
	border-bottom: 3px solid #c2d0da;
        height: 3em;
        padding: 8px; 
        }        