﻿html {margin:0;padding:0}

body {
	font: 0.8em Arial,sans-serif;
	background-color: white;
	margin: 0;
	padding: 0;
	color: black;
	background-image: url('images/l-b.jpg');
}
#container {
	margin: 20px auto 20px auto;
	padding: 10px;
	text-align: center;
	width: 580px;
	border: 10px solid #999999;
	background-color: white;
	color: #7899BB;
}
img.header {
	padding: 0px;
	margin: auto 0;
}
.navcontainer {
	width: 515px;
	padding: 5px;
	margin: 3px auto 5px auto;
	background: #fff;
	color: #999999;
}

/* the nav items with semi-circle indicator */

#navCircle {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #D1D4DB;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #aabdce;
}

#navCircle a:link {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #999999;
	text-align: center;
}

#navCircle a:hover {
	padding-bottom: 6px;
	color: #999999;
	background: url('images/circle.gif') no-repeat center bottom;
}
#navCircle a:visited.active {
	padding-bottom: 6px;
	color: #AABDCE;
	background: url('images/circle.gif') no-repeat center bottom;
}
 
 #navCircle a:link.active {
	padding-bottom: 6px;
	color: #aabdce;
	background: url('images/circle.gif') no-repeat center
bottom;
}
 
 #below {
	margin: 5px;
	padding: 5px;
	text-align: center;
}
h1 {
	margin: 5px;
	font-size: 1.8em;
	color: #959595;
	text-align: center;
}
      
h2 {
	font-size: 1.2em;
	color: #959595;
	font-weight: bold;
}
       
blockquote {
	border: 1px dotted #959595;
	padding: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.olist {
   list-style: upper-alpha;
}

.olist li{
   line-height: 125%;
}

a:link {
	color: #4D6580;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #7892AE;
	text-decoration: none;
}
#footer {
	width: 565px;
	padding: 5px;
	margin: 3px 0 3px 0;
	border: 1px solid #D1D4DB;
	background: #fff;
	font-size: 10px;
}
.centre {
	text-align: center;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	color: #b6b6b6;
}
       

       
    
