body {
	background: #999999;
	margin: 0px;
	padding: 0px;
	}

table.pages {															/*table for outline of pages*/
	width: 800px;
	border: 2px solid #000000;
	border-collapse: collapse;
	}

img.header {															/*header*/
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 250px;
	width: 800px;
	border-bottom-style: solid; border-bottom-color: #000000; border-bottom-width: 2px;
	}

img.buttonbar {															/*button bar*/
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 50px;
	width: 800px;
	border-bottom-style: solid; border-bottom-color: #000000; border-bottom-width: 2px;
	}

tr.topbar {
	height: 10px;
	}															/*TOP BAR FORMATTING*/

td.topbar {
	background: url('backgrounds/buttonbar.jpg');
	border-bottom-style: solid; border-bottom-color: #000000; border-bottom-width: 2px;
	}




tr.header {
	height: 250px;
	}															/*HEADER FORMATTING*/

td.header {
	background: url('backgrounds/header.jpg');
	border-bottom-style: solid; border-bottom-color: #000000; border-bottom-width: 2px;
	}




tr.buttonbar {
	height: 40px;
	}															/*BUTTON BAR FORMATTING*/

td.buttonbar {
	background: url('backgrounds/buttonbar.jpg');
	border-bottom-style: solid; border-bottom-color: #000000; border-bottom-width: 2px;
	}



tr.body {
	height: 600px;
	}

td.mainarea {
	background: #FFFFFF;
	width: 625px;
	border-bottom-style: solid; border-bottom-color: #000000; border-bottom-width: 2px;					/*BODY FORMATTING*/
	border-right-style: solid; border-right-color: #000000; border-right-width: 2px;
	}

td.sidearea {
	background: #FFFFFF;
	width: 175px;
	border-bottom-style: solid; border-bottom-color: #000000; border-bottom-width: 2px;
	}





tr.footer {
	height: 40px;
	}															/*FOOTER FORMATTING*/

td.footer {
	background: url('backgrounds/buttonbar.jpg');	
	}


p.titlebars {
	margin-right: 0.5cm;													/*TITLE BAR FORMATTING*/
	margin-left: 0.5cm;
	margin-bottom: 0.5cm;
	margin-top: 0.5cm;
	}

p.title {
	font: bold;
	font-family: arial;
	font-size: 12pt;
	margin-right: 0.5cm;													/*SECTION TITLE FORMATTING*/
	margin-left: 0.5cm;
	margin-bottom: 0.2cm;
	margin-top: 0.5cm;
	color: #000000;
	}

p.maintext {
	font-family: arial;
	font-size: 10pt;
	margin-right: 0.5cm;													/*MAIN TEXT FORMATTING*/
	margin-left: 0.5cm;
	margin-bottom: 0.5cm;
	margin-top: 0.2cm;
	color: #000000;
	line-height: 150%
	}

img.buttons {															/*buttons on the main page*/
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

table.sponsors {
	width: 501px;														/*table for logos on sponsors page*/
	}

td.sponsors {
	width: 167px;
	text-align: center;													/*table for logos on sponsors page*/
	}

td.mediabuttonbar {
	background: #000000;
	border: 0px;
	}

p.photocredit {
	font-family: arial;
	font-size: 8pt;
	margin-right: 0.5cm;													/*Photo credit text FORMATTING*/
	margin-left: 0.5cm;
	margin-bottom: 0.5cm;
	margin-top: 0.2cm;
	color: #000000;
	line-height: 100%
	}

table.photogallery {
	width: 441px;														/*table for photo gallery*/
	}

td.photogallery {
	width: 147px;
	text-align: center;													/*table for photo gallery*/
	}







