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 a:link, #content a:visited {
	font-size: 11px;
        font-weight:normal;
        text-decoration: none;
	color: #2a4f6f;
	background-color: none;
        }

#content a:hover {
	color: #AA8888;
        font-weight: normal;
	text-decoration: none;
        }

#nav    {
	position: absolute;
	top: 16em;
	left: 1em;
	width: 13em;
        background-color: #E7EDF1;
        border-right:2px solid #dddddd;
        border-left: 2px solid #ffffff;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #dddddd;
        }

#nav ul {
 	list-style: none;
	margin-left: 1em;
	padding-left: 0;
        }

#nav li {
	font: .7em "Times New Roman", Arial, sans-serif;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0;
        }

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
        }

#nav a:hover {
	color: #aa8888;
        font-weight: normal;
        }

#nav a:active {
	color: #770000;
        }


#nav h2 {
	font: 98% Georgia, "Times New Roman", Times, serif;
	color: #770000;
	background-color: transparent;
	border-bottom: 2px solid #CCCCCC;
        padding-left: 5px;
        padding-top: 5px;
        }

#content {
	margin-left: 20em;
	margin-right: 1em;
        }

h1      {
	font: 125% Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
        padding-left: 0;
        }

h2      {
	font: 90% Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
        }

h3      {
	font: 68% Arial, "Times New Roman", Times, serif;
        font-weight: bold;
        padding-left: 0;
        }

caption {
	font: 108% Arial, "Times New Roman", Times, serif;
        font-weight: bold;
        color: #2A4F6F;
        }

#content p {
	font-size: 75%;
	line-height: 1.6em; 
	padding-left: 0;
        }


.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: 2px solid #c2d0da;
        height: 4em;
        padding: 8px; 
        }        