/* Custom style sheet for pages using picnav javascript slideshow ---- */
/* This styles sheet contains all styles necessary for rendering the   */
/* latest version of the Picnav javascript/css slideshow scripts       */
/* Bruce Sharp - Mekong Network - Updated: 20090916                    */
/* --------------------------------------------------------------------*/


/* Body display settings below -----------------------------*/


html {
	/* Addresses IE font scaling problems */
	font-size: 100%;
}



body {
	background: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	color: #000000;
}



/* Misc style settings below -------------------------------*/


a {
	text-decoration: none;
}



a:link {
	color: #0000ff;
}


a:visited {
	color: #0099ff;
}


a:active {
	color: #0000ff;
}


a:hover{
	color: #cc0099;
}



h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 5px;
	text-transform: uppercase;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	padding-top: 4px;
	text-transform: uppercase;
}



h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	padding-top: 3px;
	text-transform: uppercase;
}


hr {
	border: 0;
	color: #999999;
	height: 1px;
	width: 95%;
	text-align: center;
}



img {
	border-width: 0;
}



img#leftHeader {
	float: left;
	text-align: left;
}



img#rightHeader {
	float: right;
	text-align: right;
}



ul {
	list-style: square;
}



/* Class selectors below -----------------------------------*/



.centeredText {
	text-align: center;
}





.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.hfTable {
	width: 100%;
	background-color: #ffffff;
	border: 0;
	border-collapse: collapse;
	color: #000000;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}



.leftAlign {
	text-align: left;
}



.navigationLook {
	background-color: #cccccc;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}




.normalLook{
	color: black;
}



.rightAlign {
	text-align: right;
}



.selectedLook {
	color: black;
	background-color: #9999ff;
}



.smTxt {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: .92em;
}



.vSmTxt {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: .66em;
}



/* ID selectors below --------------------------------------*/



#cellCredit {
	border-top: 1px solid #3a3a3a;
	text-align: left;
	vertical-align: bottom;
}


#cellTitle {
	border-bottom: 1px solid #3a3a3a;
	text-align: left;
	vertical-align: top;
}


#contentWhite {
	background-color: #ffffff;
	border: 0px;
	color: #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align:left;
}



#contentWhite a:link {
	color: #0000ff;
}



#contentWhite a:visited {
	color: #ff00ff;
}



#contentWhite a:active {
	color: #0000ff;
}



#navHeader {
	vertical-align: top;
}



#navFooter {
	vertical-align: bottom;
}



#picCaption {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: .92em;
	text-align: left;
}



#picDisplay {
	height: 590px;
	width: 580px;
	text-align: center;
	vertical-align: bottom;
}



#picCell img{
	border: 2px solid #3a3a3a;
}



#picMenu {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: .92em;
	text-align: center;
}




#picNavigation {
	height: 595px;
	width: 290px;
	background-color: #ffffff;
	border: 1px solid #3a3a3a;
	font-family: verdana, sans-serif;
	font-size: 8pt;
}



#picNavigation a:link {
	text-decoration: none;
	color: #0000ff;
}



#picNavigation a:visited {
	text-decoration: none;
	color: #0099ff;
}



#picNavigation a:hover{
	color: #cc0099;
}



#picNavigation td {
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
}



#picnavTable img {
	border: 0px;
}



#slideshowTable {
	width: 880px;
	height: 600px;
	background-color: #ffffff;
	border-collapse: collapse;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}




