/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
q:before, q:after { content:''; }
/* end reset */

body, td, p {
font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
color : #000000;
text-align : left;
font-weight : normal;
}
body{
background: #0E2C20;
}
p {
	padding:7px 0;
	}
h1, h2 {
font-family : Times New Roman, Times, serif;
font-size : 22pt;
color : #0e2c20;
text-align : center;
font-weight:bold;
padding:10px 0;
}
h2 {
font-size : 14pt;
color : #000000;
font-weight : normal;
}
h3 {
font-family : Arial, Helvetica, sans-serif;
font-size : 12pt;
color : #f1a647;
text-align : left;
font-weight : normal;
}
#page {
	width:775px;
	border:none;
	text-align:center;
	padding:0;
	margin:0 auto;
	background: #0E2C20
	}
#header {
 	width:775px;
	 height:96px;
	 border:none;
	 padding:0;
	 margin:0;
	}
#logo {
  width:775px;
	 height:96px;
	 border:none;
	}
#content {
	width:655px;
	padding:0 10px;
	background:white;
	}
#footer {
	background:white;
	}
#writetop, #writeback {
	margin:5px 0;
	}
#mainpic {
  width:570px;
	height:364px;
	border: 1px solid black;
	}


.brw {
color : #f1a647;
font-size : 12pt;
}
a:hover {
color : #f1a647;
}
.pages, .crumbs, a {
font-family : Arial, Helvetica, sans-serif;
color : #f1a647;
font-size : 8pt;
border : 0;
}
.cred {
font-size : 7pt;
text-align : center;
}
#tbw {
color : white;
background-color : #ffffff;
white-space : nowrap;
}
.ft {
text-align : center;
font-size : 8pt;
color : #f1a647;
}
#tdp {
text-align : center;
color : #f1a647;
font-size : 10pt;
font-weight : normal;
}

/* Menu Styles follow */
	#menu {
    width:122px;
		vertical-align:top;
		text-align:left;
		padding:0;
		margin:0;
		background:white;
		}
	#menu ul{
		margin:0;
		padding:0;
		background-color:transparent;
		}
	#menu li {
		text-align:left;
		list-style-type:none;
		}
	#menu a {
		display:block;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		text-decoration:none;
		color: #0E2C20;

		padding-left:35px;
		margin-bottom:5px;
		width:87px;
		background:url(img/button_bg.gif) no-repeat;
		}
	#menu a:hover {
		text-decoration:none;
		color:#F1A748;
		}
	#menu #pglnk
	 {
		text-decoration:none;
		color:#F1A748;
		}



