﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* BEGIN BODY */

body{
	background-image:url('pursuitimages/pagebackground.png');
	height:100%;
	width:100%;
	background-color:gray;

	}
	
h1{
	font-family:Fantasy, sans-serif;
	font-weight:800;
	font-size:xx-large;
	text-indent:1em;
	color:#996633;
	font-variant: small-caps;
	}

h2{
	font-family:Lucida, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:x-large;
	text-indent:2em;
	color:#996633;
	margin-bottom:15px;
}

ul{
	list-style:disc;
	list-style-position:outside;
	margin-bottom:15px;
	text-indent:2em;
}

.clear{
	line-height:1px;
	clear:both;
	visibility:hidden;
}
	
#header{
	height:192px;
	width:100%;
	margin-left:0;
	margin-right:;
	background-image:url('pursuitimages/orangeback.png');
	background-repeat:repeat-x;
	z-index:5;
	overflow:visible;
	}

#header2{
	position:relative;
	background-image:url('pursuitimages/africaheader.png');
	height:192px;
	width:1100px;
	overflow:visible;
	margin-left:auto;
	margin-right:auto;
	z-index:6;
}

#header2 p{
	position:absolute;
	bottom:3px;
	width:100%;
	margin-left:30px;
	color:white;
	font-family:Tahoma;
	font-size:large;
	font-weight:600;
	line-height:20px;
	z-index:7;
}

#header a:link{
	color:white;
}

#header a:hover{
	color:maroon;
}

#header a:visited{
	color:maroon;
}


#content{
	width:950px;
	height:99%;
	margin-left:auto;
	margin-right:auto;
	margin-top:-5px;
	padding-right:60px;
	padding-bottom:25px;
	background-image:url('pursuitimages/columnbackground1.png');
	background-repeat:repeat-y;
	background-position:50% top;
	position:relative;
	z-index:1;
	
}

#content p{
		margin-bottom:1.5em;
		font-family:Tahoma;
		font-size:large;
		font-weight:200;
}

#leftcolumn{
 width:190px;
 float:left;
 padding-left:75px;
 margin:0;
}

#rightcolumn{
	width:610px;
	padding-left:35px;
	padding-top:10px;
	margin-left:270px;
}

#rightcolumn a:link{
	color:maroon;
}

#rightcolumn a:hover{
	color:olive;
}

#rightcolumn a:visited{
	color:olive;
}

#footer{
	clear:both;
	text-align:center;
	margin-bottom:50px;
	padding-bottom:100px;
}

#bottom{
	position:relative;
	background-image:url('pursuitimages/footerbackground.png');
	background-repeat:no-repeat;
	background-position:center;
	height:250px;
	width:100%;
	margin-top:-50px;
	z-index:5;
}

.header {
		text-indent:.5in;
		font: 16pt Bolder Tahoma;
		text-decoration: underline;
		margin-bottom: 14px;
}
.desc	{
		text-indent:.75in;
		font:  12pt Tahoma;
		margin-top:0px;
		margin-bottom:0px;
}
