body {
	background-color: #e9e9e9; 
	font-family: sans-serif;
	font-size: 13px;
	margin: 0px;
	padding:0px;
}

DIV.main {
	clear: both;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 50px;
	max-width: 800px;
}
DIV.main p {
	margin-top: 5px;
	margin-bottom: 7px;
}	
	
DIV.copyright {
	margin-top: 10px;
	margin-bottom: 10px; 
	text-align: center;
	font-style: italic;	
}

A {
	color: 	#3e4c5c;
}

A:visited,A:hover {
	color: #48a0e9;
}

li {
	margin-bottom: 0.5em;
}

h1 {
	font-size: 180%;
	font-weight: normal;
}
h2 {
	font-size: 140%;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 8px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

DIV.banner {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	background-color: #3e4c5c;

}

DIV.banner p {
	margin: 0px;
	padding: 0px;
}

DIV.mars_logo {
	background-image: url('../img/shell_logo.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	float: right;
	display: block;
	width: 200px;
	height: 60px;
}
DIV.mars_logo H1 {
	display: none;
}

DIV.banner H1 {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 25px;
	margin-left: 202px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	color: #48a0e9;
}
DIV.banner H2 {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-left: 202px;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: white;
}


DIV.bowland_logo {
	font-family: gill sans,sans-serif;
	font-size: 30px;
	padding: 10px;
	padding-top: 4px;
	float: left;
}

DIV.bowland_logo h1 {
	margin: 0px;
	padding: 0px;
	color : white;
	font-weight: normal;
	font-size: 66%; 
}

DIV.bowland_logo h1.sub {
	margin: 0px;
	padding: 0px;
	color : #ffffff; 
	font-weight: normal;
	font-size: 44%;
}
DIV.bowland_logo h3.sub {
	margin: 0px;
	padding: 0px;
	color : #48a0e9; 
	font-weight: normal;
	font-size: 40%;
}

.www {
 	background-image: url("../img/www.png");
  	padding-left: 18px;
 	line-height: 18px;
 	background-position: left center;
 	background-repeat: no-repeat;
 }	
 
 .doc {
 	background-image: url("../img/doc.png");
  	padding-left: 18px;
 	line-height: 18px;
 	padding-bottom: 4px;
 	padding-top: 2px;
 	background-position: left center;
 	background-repeat: no-repeat;
 }	
 
 .pdf {
 	background-image: url("../img/pdf.png");
  	padding-left: 18px;
 	line-height: 18px;
 	padding-bottom: 4px;
 	padding-top: 2px;
 	background-position: left center;
 	background-repeat: no-repeat;
 }	
 
  .ppt {
 	background-image: url("../img/ppt.png");
  	padding-left: 18px;
 	line-height: 18px;
 	padding-bottom: 4px;
 	padding-top: 2px;
 	background-position: left center;
 	background-repeat: no-repeat;
 }	
 
 
 .link {
 	background-image: url("../img/link.png");
  	padding-left: 18px;
 	line-height: 18px;
 	background-position: left center;
 	background-repeat: no-repeat;
 }

 .large {
 	font-size:120%;
 	/* padding-top: 10px;
 	padding-bottom: 10px; */
 }
 .small {
 	font-size: 100%;
 	font-weight: normal;
 }
 
.resources {
 	font-size:100%;
 	padding-top: 0;
 	padding-bottom: 0;
 	margin: 0;
 }
 
 table.resources th {
 	text-align: left;
 	vertical-align: baseline;
 	padding-right: 0.6em;
 	padding-left: 0;
 	font-size: 100%;
 	white-space: nowrap;
 }
 
table.resources th.number {
	text-align: right;
	font-size:100%;	
	width: 2em;
}

 table.resources td {
 	text-align: left;
 	vertical-align: baseline;
 	padding-right: 0.6em;
 	padding-left: 0em;
 }
 
 table.resources td.name {
 	font-weight: bold;
 	font-style: italic;
 }
  
 .extraindent {
 	margin-left: 3em;
 }