body 	{
	background-color: black;
	font-family: Segoe-ui-light, Arial, sans-serif;
	font-size:1.2em;
	margin: 0;
	padding: 0;
	}

#container{
	background: #e7e141;
	width: 900px;
	margin: auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0;
		}

section{
	background: #66A1C8;
	margin-top: -26px;
	padding: 10px 38px 10px 20px;
	width: 638px;
	float: left;
	border-right: 4px solid red;
	border-top: 4px solid red;
	}

nav{
	/*background:#66A1C8; */
	margin-top: -26px;
	padding: 10px 10px 10px 10px;
	float: right;
	width: 180px;
	height: 100%;
	border-top: 4px solid red;
/*	border: 1px #666 solid;
	text-align: center*/
	}

footer{
	clear: both;
	padding: 10px 20px;
	margin: 0;
	color: #BBB;
	font-size: 85%;
	font-weight: bold;
	background-color: #333;
	height:25px;	
	border-top: 4px solid red;
	}

li {
	margin: 0 0 6px -15px;
	list-style-type: none;
	}	

p,table {
	margin: 5px 0
	}	

table {
	/*font-size:12px*/
	width:600px;
	margin: 5px 0 0 10px;
	/*border: 1px solid #ccc */
	border-spacing: 10px 5px;		
	}	

th {
	font-weight:bold;
	border-bottom: 1px solid #e7e141  !important;
	width:45%	
	}	
	
td {
	vertical-align:top
	}

.yearcol {
	width: 10%;
	text-align:left
	}

.spacecol {
	width:50%;
	border-bottom:none;
	text-align:left
	}

.qualcol {
	width:60%;
	text-align:left
	}

.indent {
	margin-left:30px
	}	
	
.shade {
	background-color:#FFFFCC
	}	
	
h1{
	background: url(../images/title.jpg) no-repeat top left;
	margin-left: 0;
	padding: 40px 60px 55px 250px;
	font-family:  Arial;
	font-size: 3em;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 4px 4px #000;
	}

nav h2 {
	color:#0FFF;
	background:url(../images/gradient2.png) no-repeat top left;
	}	

#container nav h2{
	color:#000;
	list-style-type: none;
	}	

#container nav ul{
	list-style-type: none;
	margin-left:-25px
	}
	
nav ul a{
	text-decoration:none
	}	 
		
h2{
	margin: 18px 0 3px 0;
	padding: 16px 0 3px 8px;
	background: url(../images/gradient.png) no-repeat top left;
	font-size: 115%;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000000;
	text-decoration:none
	}

h3{
	margin: 10px 0 5px 10px;
	font-size: 90%;
	font-weight: bold;
	color: #000000
	}

img {
	float:right;
	background:#fff;
	width:250px;
	margin: 80px 10px 0 15px;
	/*padding: 1px;
	border: 1px solid #d9e0e6; */
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2
	}	
footer p { 
	margin:0
	}
	
footer img {
	margin: -35px -5px 0 10px;
	width:100px;
	}