@charset "utf-8";
html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #F9F9F9;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

#titleH1 {
	color: #FFE255;
	font-size: 36px;
	margin-left: 20px;
	padding-top: 12px;
}

.headerH2 {
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 20px;
}

p {
	font-size: 14px;
}

h2 {
	color: #336699;
	font-size: 22px;
}

#frontH2 {
	font-size: 24px;
	text-align: center;
}

h3 {
	color: #E5703C;
}

.boxH3 {
	padding: 12px 0 0 20px;
}

.nameTitle {
	margin-top: 4px;
}

.firstPageH3 {
	padding-top: 12px;
}

#pageH2 {
	padding: 12px 0 18px 20px;
}

#menuContainer {
	width: 480px;
	margin: auto;
	padding-top: 18px;
}
#pageMenuContainer {
	width: 492px;
	padding-right: 2px;
	float: right;
}
#menuListUL {
	list-style-type: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
	float: none;
}
#menuListUL li {
	float: left;
	position: relative;
	display: block;
}
.menuLeftDIV {
	background: #3d6ea3 url(../images/menu_left.png) top left no-repeat;
	height: 33px;
	width: 120px;
}

.menuRightDIV {
	background: url(../images/menu_right.png) top right no-repeat;
	height: 33px;
}

.menuLink {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 14px;
	padding-top: 6px;
}

/* LAYOUT */

#mainDIV {
	width: 924px;
	margin: auto;
	margin-top: 40px;
	background: #FFFFFF url(../images/page.png) left repeat-y;
}

#topDIV {
	width: 924px;
	height: 95px;
	overflow: hidden;
	background: url(../images/top.png) top left no-repeat;
}

#btmDIV {
	width: 924px;
	height: 49px;
	overflow: hidden;
	background: url(../images/btm.png) bottom left no-repeat;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#btmDIV div {
	margin-top: 24px;
	margin-right: 20px;
}

#leftBoxDIV {
	width: 575px;
	float: left;
	clear: left;
	overflow: hidden;
	background: url(../images/box_left_bg.png) center repeat-y;
	margin-left: 20px;
}

#leftBoxTopDIV {
	background: url(../images/box_left_top.png) top center no-repeat;
}

#leftBoxBotDIV {
	background: url(../images/box_left_bot.png) bottom center no-repeat;
	width: 575px;
	height: 10px;
	clear: both;
}

#rightBoxDIV {
	width: 295px;
	height: 321px;
	float: right;
	clear: right;
	overflow: hidden;
	background: url(../images/box_right.png) no-repeat;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 4px;
}

#rightBoxDIV p {
	text-align: center;
	padding: 150px 24px 0 24px;
	color: #FFFFFF;
	line-height: 24px;
	font-size: 14px;
}

#rightPix_01_DIV {
	background: url(../images/baobab.jpg) no-repeat;
	background-position: 50% 50px;
	height: 321px;
}

#rightPix_01_DIV p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}

#pageTextDIV {
	padding: 2px 12px 12px 20px;
	margin: 0;
	line-height: 22px;
	clear: left;
}

#videoDIV {
	margin: 12px 0 6px 0;
}

/* IMAGES */
.boxPortraitIMG {
	float: right;
	margin: 0 8px 8px 8px;
}


/* LINKS */

#btmDIV div a:link, #btmDIV div a:active, #btmDIV div a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#btmDIV div a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.menuLink a:link, .menuLink a:active, .menuLink a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menuLink a:hover {
	text-decoration: underline;
	color: #FFCC00;
}