html, body {
	/* position:relative; */
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
}

html {
	background-image: url('../../../img/bg.png');
	background-repeat: repeat;
}

body {
	position:relative;
	font-size: 10pt;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url('../../../img/bgGraphic.png');
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	color:#FFB900;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
}

h1 {
	color:#FFB900;
	font-size:16pt;
	padding:0px;
	margin:0px;
}

h2 {
	color:#FFB900;
	font-size:13pt;
	padding:0px;
	margin:0px;
}

h2 a {
	text-decoration: none;
}

h3 {
	color:#FFFFFF;
	font-size:12pt;
	padding:0px;
	margin:0px;
}

p {
	padding: 8px 0px;
}

iframe {
	position:relative;
}

.clearBoth {
	display:block;
	clear:both;
}

#wrapper {
	z-index:1;
	position:relative;
	width: 898px;
	margin: 0px auto;
}

/* header and nav elements */

#topGlobal {
	height:18px;
	padding:10px 0px;
	color:#742a16;
	text-align:right;
	font-size: 8pt;
}

#topGlobal a {
	color:#742a16;
	text-decoration:none;
}

#topGlobal a:hover {
	text-decoration:underline;
}

#bottomGlobalLeft {
	float:left;
	width:170px;
	padding-top:14px;
}

#header {
	width: 100%;
	height: 240px;
	background-image: url('../../../img/headerBG.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#570054;
	overflow:hidden;
}
	
#headerLeft {
	float:left;
	width:216px;
	text-align:center;
}

#headerRight {
	float:left;
	width:680px;
}

#mainLogo {
	margin-top:24px;
}

#newsEvents{
	margin-top:16px;
}

#horizDivider {
	clear:both;
	background-image: url('../../../img/beadStrip.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 22px;
}

/* content elements */

#content {
	min-height: 270px;
	height:auto !important;
	height:270px;
	width:100%;
	background-image: url('../../../img/contentBG.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#570054;
}

#contentLeftHolder {
	min-height: 270px;
	height:auto !important;
	height:270px;
	/*background: url('../../../img/sliver.png') right 10px no-repeat;*/
	float:left;
	width:218px;
	text-align:center;
	position:relative;
}

#contentLeft {
	width:162px;
	margin:0px auto;
	text-align:left;
	padding:28px 0px;
	position:relative;
	z-index:1;
}

#treeBottom {
	background-image: url('../../../img/treeBottom.png');
	background-repeat: no-repeat;
	height:66px;
	width:73px;
	position:absolute;
	left:0px;
	top:270px;
	z-index:0;
}

#contentRightHolder {
	min-height: 270px;
	height:auto !important;
	height:270px;
	float:left;
	width:680px;
	text-align:center;
}

#contentRight {
	width:624px;
	margin:0px auto;
	padding:28px 0px;
	text-align:left;
}

#contentRight .title {
	display:inline;
	padding-right:12px;
}

#contentRight .subTitle {
	display:inline;
	padding-left:12px;
	border-left:1px solid #FFFFFF;
}

#contentRight .mainContent {
	clear:both;
	/* margin-top:28px; */
}

/* left nav */

#leftNav {
	font-size:12pt;
	list-style-image: none;
	list-style-type: none;
	margin:36px 0px;
	padding:0px;
}

#leftNav li {
	padding:0px;
	margin:4px 0px;
}

#leftNav li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

#leftNav li a:hover {
	color:#FFB900;
}

/* footer */

#footer {
	clear:both;
	background: url('../../../img/footerBG.png');
	background-repeat: no-repeat;
	width: 100%;
	height:93px !important ;
	text-align: center;
	color: #FFB900;
	position:relative;
	z-index:-1;
	font-size: 7pt;
	color:#742a16;
}

#bottomGlobal {
	text-align:center;
	width:100%;
	margin-top:5px;
	font-size: 8pt;
	color:#742a16;
}

#bottomGlobal a {
	color:#742a16;
	text-decoration:none;
}

#bottomGlobal a:hover {
	text-decoration:underline;
}

#bottomGlobalLeft {
	float:left;
	width:170px;
	padding-top:14px;
}

#bottomLogos {
}

#bottomGlobalRight {
	float:left;
	width:728px;
}

#bottomInfo1 {
	width:100%;
	text-align:right;
	padding-bottom:21px;
	font-weight:bold;
}

#bottomInfo2 {
	width:100%;
	text-align:right;
}
