/* CSS Document */
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

body {
	background-color: #623113;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
}

#topSpacer {
	text-align: right;
	height: 25px;
	margin: 0 auto;
	left: 0px;
	top: 0px;
	display: table;
	width: 1000px;
}

#topSpacer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.pMenu {
	position: absolute;
	width: 175px;
	left: 634px;
	top: 145px;
	background-color: #bc5d23;
	text-align: left;
	background-color: #bc5d23;
	display: none;
}
#pMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#pMenu a:hover {
	color: #000000;
	text-decoration: none;
}


#headerWrapper {
	background-color: #582C11;
	position: relative;
	height: 150px;
	width: 1000px;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	background-image: url(../images/assets/headerBg.gif);
	background-repeat: repeat-x;
	background-position: center;
	z-index: 10000;
}
#contentWrapper {
	background-color: #E8E0DD;
	position: relative;
	width: 1000px;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	background-image: url(../images/assets/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	z-index: 0;
}
#headerWrapper #topLinksWrapper a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#footerLinks {
	background-color: #2E180B;
	position: relative;
	width: 1000px;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	display: table;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
li {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
}


#footer {
	background-color: #BC5D23;
	position: relative;
	width: 1000px;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	display: table;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}


#logoWrapper {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFD0A1;
	position: relative;
	height: 120px;
	width: 1000px;
	left: 0px;
	top: 0px;
	text-align: left;
	background-image: url(../images/assets/headerVis.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#topLinksWrapper {
	text-align: right;
	height: 30px;
	left: 0px;
	top: 0px;
	width: 1000px;
	position: relative;
}

.linkCell {
	background-color: #E78200;
	background-image: url(../images/assets/button_org_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #000000;
	font-weight: bold;
}

#leftCol {
	text-align: center;
	vertical-align: top;
	position: relative;
	width: 690px;
	left: 20px;
	top: 20px;
}
.pgContent {
	background-color: #200C03;
	text-align: left;
	vertical-align: top;
	width: 650px;
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
}


#rightCol {
	text-align: center;
	vertical-align: top;
	position: absolute;
	width: 250px;
	left: 730px;
	top: 20px;
	float: right;
}
.txtBox {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	border: solid 1px #CC6600;
}


p {
	text-align: justify;
}
#leftCol a {

	color: #FFFFFF;
	text-decoration: none;
}
