body {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 12px;
   line-height: 16px;
   margin: 0;
   padding: 0;
   background-image: url(../../img/site/bg_165.gif);
   background-repeat: repeat-x;
   background-position: top;
   min-width:950px;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}
.general{
	background-image: url(../../img/site/bg_165.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.home{
	background-image: url(../../img/site/bg_185.gif);
	background-repeat: repeat-x;
	background-position: top;
}

form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

td, th, p, div, span {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1 {
	font-size:1.9em;
	margin-bottom: 10px;
	color: #369;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
    clear:left;
	margin-top: 2px;
}

.articleTitle {
  font-size: 16px;
  margin-bottom: 8px;
}

.articleSubTitle {
  font-size: 14px;
  margin-bottom: 4px;
}

.imagelisttd {
       padding-bottom:8px;
}


h2 {
 font-size: 14px;
 margin-bottom: 4px;
}

h3 {
   font-size: 14px;
   margin-bottom: 4px;
   clear:left;
   color: #003366;
}

h4 {
 font-size: 11px;
 margin-bottom: 6px;
 color: #666;
 font-weight:normal;
}



.listEntry {
	margin-bottom: 10px;
}

a, a:link, a:visited, a:active, a:focus {
	color: #003366;
	text-decoration: none
}
a:hover {
	color: #006699;
	text-decoration: underline;
}

.articleText { 
	margin-bottom: 3px;
	text-align: left;
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #4A5966;
	font-weight: normal;
	text-decoration: none;
}
.nav_table a:hover {
	text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #4A5966;
	font-weight: bold;
	text-decoration: none;
}

.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
ul.list_top, ul.list_level {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
ul.list_top li, ul.list_level li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;
}
ul.list_top li a, ul.list_level li a {
	padding: 3px 0.5em;
	margin: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
ul.list_top li a:link, ul.list_level li a:link { color: #5E747F; }
ul.list_top li a:visited, ul.list_level li a:visited { color: #5E747F; }
ul.list_top li a:hover, ul.list_level li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
ul.list_top li.active a, ul.list_level li.active a {
	background: white;
	border-bottom: 1px solid white;
}



/** 
 * Sample CSS for DIV pagelayout 
 */
#container {
	width: 100%;
	padding: 0px;
	background-image: url(../../img/site/header_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#container_general {
	width: 100%;
	padding: 0px;
	background-image: url(../../img/site/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
}
#container_general_reports {
	width: 100%;
	padding: 0px;
	background-image: url(../../img/site/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	/*background-color: #EFEFEF;*/
}

#innercontainer {
	width: 950px;
	padding: 0px;
	margin: 0px auto;
	text-align:left;	
}

#innercontainer_lg {
	width: 100%;
	padding: 12px 0px 0px 0px;
	margin: 0px auto;
	text-align:center;
	background-color: #EFEFEF;
	min-height:620px;
}
#reports {
	width: 760px;
	padding: 12px;
	margin: 0px auto;
	text-align:left;
	background-color: #EFEFEF;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#innerheader {
	width: 950px;
	padding: 0px;
	margin: 0px auto;
	background-image: url(../../img/site/header_fern.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	overflow:visible;
}
.inner_content{
	margin-left:0px;
    float:left;
    width:485px;
    margin-bottom:8px;
    padding-right:15px;
	padding-top:14px;
	background-image: url(../../img/site/band_light_blue.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display:none;
}
.inner_content_funding{
	margin-left:0px;
    float:left;
    width:695px;
    margin-bottom:8px;
    padding-right:15px;
	padding-top:14px;
	background-image: url(../../img/site/band_light_blue.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display:none;
}
.inner_content h3{
	margin-bottom:8px;
	background-color: #FFF;
}
.inner_content h1{
	background-color: #FFF;
	font-size: 1.6em;
	line-height: 1.7em;
}
.inner_content h3{
	background-color: #FFF;
}




.inner_content ul{
	padding-top:0px ! IMPORTANT;
}

ul{
	padding-top:0px ! IMPORTANT;
}

.inner_content_teaser{
    width: 710px;
    clear:right;
    border-top: 10px solid #CCC;
}

/*.inner_content_wide{
	margin-left:0px;
    float:left;
    width:710px;
    margin-bottom:8px;
	background-image: url(../../img/site/band_light_blue.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}*/

.inner_content_wide{
	width: 736px;
    clear:right;
	display:none;
}

.inner_content_wide h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #39C;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
.inner_content_wide h1 {
	background-color: #FFF;
	background-image: url(../../img/site/1px_white.gif);
}
.homeTeaser{
	float:left;
	width:355px;
	padding:0px;
	margin:0px 7px 14px 0px;
	display: block;
	height: auto;
	background-image: url(../../img/site/teaser_bottom_fnl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.homeTeaser h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:normal;
	margin: 0px;
	width:355px;
	height:28px;
	line-height:28px;
	padding: 0px 0px 0px 10px;
	background-image: url(../../img/site/fnl_teaser_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.homeTeaser a {
	color: #FFFFFF !IMPORTANT;	
}
.homeTeaser a:hover {
	color: #FFF;
	text-decoration: underline;	
}

.homeTeaser p{
      line-height:19px ! IMPORTANT;
      padding: 4px 20px 16px 10px !IMPORTANT;	
      font-size: 12px !IMPORTANT;	
}

/*.homeTeaser{
	float:left;
	width:345px;
	padding:8px 8px 15px 10px;
	margin:0px 0px 15px 0px;
	display: block;
	height: auto;
	background-image: url(../../img/site/teaser_bottom_fnl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.homeTeaser h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #39C;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	width:320px;
	padding: 8px 8px 8px 0px;
	background-color: #D1EFFF;	
}*/



.inner_content_map{
	width: 710px;
    clear:right;
}

.menuTop{
	margin:16px 0px 0px 6px;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF ! IMPORTANT;;
	height:24px;
	vertical-align: middle;
	text-align:left;
}
.menuTop a{
	color:#fff ! IMPORTANT;
}

#header_menu_right{
	position: absolute;
	margin:0px;
	padding:0px;
	width: 315px;
	height: 131px;
	left: 638px;
	top: 22px;
}

.menuInput{
	padding-left:4px;
	margin-left:4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width:100px;
	height:14px;
	border:0px;
	position:absolute;
	margin-top:0px;
}

#headerBlock_home {
	height: 195px;
	width: 950px;
	position: relative;
	margin:0px;
	padding:0px;
}

#headerBlock {
	height: 185px;
	width: 950px;
	position: relative;
	margin:0px;
	padding:0px;
}

#headerBlock_general {
	height: 165px;
	width: 950px;
	position: relative;
	margin:0px;
	padding:0px;
}

#headerBlock_small {
	
}
#mainBlock {
	margin: 0px;
	border-top: 1px none #efefef;
	width: 710px;
	float: right;
	min-height: 750px;
}
#backDiv{
	width: 710px;
	float: right;
	height:14px;
	text-align:left;
	background-color: #fff;
}
#backDivGrey{
	width: 710px;
	float: right;
	height:1px;
	text-align:left;
	background-color: #ccc;
	margin-top:14px;
}
#backDivGold{
	width: 675px;
	float: right;
	height:1px;
	text-align:left;
	background-color: #C90;
	margin-top:14px;
}
#backDivOrange{
	width: 675px;
	float: right;
	height:1px;
	text-align:left;
	background-color: #F90;
	margin-top:14px;
}
#backDivGreen{
	width: 710px;
	float: right;
	height:1px;
	text-align:left;
	background-color: #690;
	margin-top:14px;
	margin-bottom:24px;
}
#mainBlock p {
	line-height: 1.7em;
	padding: 0px 20px 6px 0px;
}



#home_menu_lg{
	float:right;
	width:250px;
	height:272px;
}


#mainBlockWide {
	margin: 0px;
	padding-left: 8px;
	width: 710px;
	float:right;
	border-left: 1px solid #efefef;
	text-align: left;
}

#mainBlockWide p {
	line-height: 1.7em;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 230px;
}

#header_funding{
	position: absolute;
	width: 392px;
	height: 72px;
	left: 507px;
	top: 68px;
	background-image: url(../../img/site/header_home_funding.jpg);
}

#header_logo_small{
	background-image: url(../../img/site/header_logo_sm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 108px;
	width: 320px;
	left: 25px;
	top: 20px;
}



#header_funding_small{
	position: absolute;
	width: 240px;
	height: 38px;
	left: 237px;
	top: 123px;
	background-image: url(../../img/site/header_home_funding_small.gif);
	background-repeat: no-repeat;
}

.header_banner_lblue{
	height:2px;
	width:500px;
	margin:0px;
	padding:0px;

}


#leftBlock {
	float: left;
	padding: 0px;
	background-color: #FFF;
	width: 210px;
	margin: 14px 0px 14px 0px;
	border-top: 1px solid #CCC;
	height: auto;
}

#rightBlock {
	float: right;
	width: 195px;
	background-image: url(../../img/site/fern_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px solid #CCC;
	min-height: 670px;
	padding: 0px;
	margin-bottom: 14px;
	height: auto;
	display:none;
}

#rightBlockWide{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 718px;
	margin-bottom:24px;
}

#footerBlock {
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color: #000B1C;
	width:100%;
	background-image: url(../../img/site/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footerFixed{
	height:165px;
	width:950px;
	margin:0px auto;
	position:relative;
	background-image: url(../../img/site/header_fern.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
}
#footer_menu{
	position:absolute;
	height: 85px;
	width: 148px;
	left: 790px;
	top: 38px;
}
#footer_label{
	position:absolute;
	height: 65px;
	width: 160px;
	left: 315px;
	top: 44px;
	font-size: 11px;
	color:#FFF;
	line-height:16px;
	padding-left:7px;
	border-left: 1px solid #CCC;
}
#footer_label_2{
	position:absolute;
	height: 65px;
	width: 200px;
	left: 490px;
	top: 44px;
	font-size: 11px;
	color:#FFF;
	line-height:16px;
	padding-left:7px;
	border-left: 1px solid #CCC;
}

#footer_label_2 a {
	color:#FFF;
}

#footer_logo_small{
	background-image: url(../../img/site/footer_logo_sm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 90px;
	width: 280px;
	left: 5px;
	top: 20px;
}

.imgDIVinTextLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 1px;
    margin-top: 5px;
	padding: 0;
    display:block;
	width:auto;
}
.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
	width:auto;
} 
.imgDIVtopLeft { 
	margin:8px 10px 5px 0px; 
	padding:0px; 
	border:0; 
} 
.imgDIVtopCenter { 
	margin:8px -50% 5px -50%; 
	padding:0px; 
	border:0; 
}

.imgDIVblockImgLeft { 
	margin-right: 10px;
}
.imgDIVblockImgRight {
	margin-left: 10px; 
} 

.phpwcmsImgListRight {
	text-align: right;
	margin: 0;
	padding: 0;
}
.phpwcmsImgListLeft {
	text-align: right;
	margin: 0;
	padding: 0;
}


.phpwcmsSearchResult {
	margin: 15px 0 15px 0;
}
.phpwcmsSearchResult h3 {
	margin: 10px 0 1px 0;
	font-size: 12px;
	font-weight: bold;
}
.phpwcmsSearchResult p {
	margin: 0;
}
.phpwcmsSearchResult em.highlight, em.highlight {
	background-color: #FFFF00;
	font-style:inherit;
}


#VisualModeIndicator {
	position:absolute;
	left:5px;
	bottom:5px;
	padding:5px;
	z-index:10000;
	background-color:#FF3300;
	color:#FFFFFF;
	border:1px solid #000000;
}

.phpwcmsArticleListEntry {
	clear: both;
}
.phpwcmsArticleListImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	width:auto;
}
.phpwcmsArticleListImageCaption {
	padding-top: 5px;
}

div.cpPagination {
	margin: 10px 0 10px 0;
	text-align: right;
}

.MenuItem_lvl_1, .homeLink {
	border-bottom: 1px solid #CCC;	
}


#activeSection .MenuItem_lvl_1 a, .MenuItem_lvl_1 a, .homeLink a {
	display:block;
	color: #369;
	text-decoration: none !important;
	padding: 2px 0px 2px 16px;
	margin: 2px 0px 2px 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 27px;
	background-image: url(../../img/site/button_bg_static.gif);
	background-repeat: no-repeat;
}

.MenuItem_lvl_1 a:hover, .homeLink a:hover {
	text-decoration: none !important;
	background-image: url(../../img/site/button_bg.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
.MenuItem_lvl_2 {
	background-color:#fff;
    border-bottom: 1px solid #CCC;
}

#activeSection .MenuItem_lvl_2 a, .MenuItem_lvl_2 a {
	display:block;
	color: #369;
	text-decoration: none !important;
	padding: 2px 0px 2px 26px;
	margin: 2px 0px 2px 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	background-image: url(../../img/site/button_bg2_static.gif);
	background-repeat: no-repeat;
}
.MenuItem_lvl_2 a:hover {
	text-decoration: none ! important;
	background-image: url(../../img/site/button_bg2.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
.MenuItem_lvl_3 {
	background-color:#fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#activeSection .MenuItem_lvl_3 a, .MenuItem_lvl_3 a {
	display:block;
	color: #369;
	text-decoration: none ! important;
	padding: 2px 0px 2px 36px;
	margin: 2px 0px 2px 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	background-image: url(../../img/site/button_bg3_static.gif);
	background-repeat: no-repeat;
}
.MenuItem_lvl_3 a:hover {
	text-decoration: none ! important;
	background-image: url(../../img/site/button_bg_3.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}

#activeSection{
}

#activeSection a{
	background-image: url(../../img/site/button_bg4.gif);
	background-repeat: no-repeat;
	background-color: #60BDF2;
	color: #FFF;
}
#activeSection a:hover {
	background-image: url(../../img/site/button_bg4.gif);
	background-repeat: no-repeat;
	color: #FFF;
}

.article_contents img {
       float:left;
       margin-top:4px;
       margin-right:4px;
}
.article_contents p {
      line-height:18px ! IMPORTANT;
      margin-left: 30px ! IMPORTANT;
      padding: 0 20px 0px 0 ! IMPORTANT;
      font-size:12px ! IMPORTANT;
}

.article_contents{
   padding-top:4px;
   min-height:20px;
}

.articleText h1 span {
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

div.articleText h1{
    margin: 4px 0px 4px 0px;
    padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:24px;
}

div.articleText h3{
	margin: 4px 0px 4px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	color: #39C;
}
.content_right{
    text-align:left;
	width: 180px;
	min-height:250px;
	padding-left:12px;
	height:auto;
	display:none;
}
.content_right p{
    font-size:10px;
    line-height:18px;
    text-align:left;
}
.content_right h3{
    margin-left:0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

.content_left{
    margin:30px 0px 0px 0px;
    text-align:left;
	width: 100%;
	float:left;
	display:none;
}
.content_left p{
    font-size:11px;
    line-height:18px;
    text-align:left;
}
.content_left h3{
    margin-left:0px;
}

.content_article{
    margin-top: 8px;
}

div.spaceBeforeCP {
    display:block  ! IMPORTANT;
    clear:both;
}

.linkMore{
   margin: 3px 0px 9px 30px ! IMPORTANT;
   display: block ! IMPORTANT;
}

a.linkMore {
	height:16px;
	width:120px;
	overflow:hidden;
	background-image: url(../../img/site/button_more_link_fnl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.linkMore:hover  {

	text-indent:-120px;
	background-image: url(../../img/site/button_more_link_fnl.gif);
	background-repeat: no-repeat;
	background-position: -120px top;
}

.phpwcmsBackLink{
   margin: 0px 0px 36px 0px ! IMPORTANT;
   display: block ! IMPORTANT;
}
a.phpwcmsBackLink {
	height:16px;
	width:120px;
	overflow:hidden;
	background-image: url(../../img/site/button_back_link_fnl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.phpwcmsBackLink:hover {
	text-indent:-120px;
	background-image: url(../../img/site/button_back_link_fnl.gif);
	background-repeat: no-repeat;
	background-position: -120px top;
}

.phpwcmsBackLinkShort{
   margin: 0px 0px 16px 0px ! IMPORTANT;
   display: block ! IMPORTANT;
}
a.phpwcmsBackLinkShort {
	height:16px;
	width:120px;
	overflow:hidden;
	background-image: url(../../img/site/button_back_link_fnl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.phpwcmsBackLinkShort:hover {
	text-indent:-120px;
	background-image: url(../../img/site/button_back_link_fnl.gif);
	background-repeat: no-repeat;
	background-position: -120px top;
}

.phpwcmsMoreBar{
   margin: 12px 0px 16px 0px ! IMPORTANT;
   display: block ! IMPORTANT;
   clear:left;
}
a.phpwcmsMoreBar {
	height:18px;
	width:454px;
	overflow:hidden;
	background-image: url(../../img/site/more_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.phpwcmsMoreBar:hover {
	background-image: url(../../img/site/more_bar.gif);
	background-repeat: no-repeat;
	background-position: left -18px;
}

.buttonBackTop{
   margin: 0px 0px 0px 0px ! IMPORTANT;
   display: block ! IMPORTANT;
}

a .buttonBackTop {
	height:16px;
	width:120px;
	overflow:hidden;
	background-image: url(../../img/site/button_back_link_fnl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a:hover .buttonBackTop {
	text-indent:-120px;
	background-image: url(../../img/site/button_back_link_fnl.gif);
	background-repeat: no-repeat;
	background-position: -120px top;
}




#flashContent{
	width: 710px;
	float: right;
	height: 210px;
	margin-bottom:18px;
	border-top: 0px solid #fff;
}



.buttonStaff, .buttonStaffLogout, .buttonMembers, .buttonMembersLogout,.buttonVenue, .buttonDonations {
   margin: 0px;
   padding: 0px;
   width:157px;
   height:44px;
   float:left;
}


a.buttonStaff   {
	height:44px;
	width:157px;
	overflow:hidden;
	background-image: url(../../img/site/bttn_staff.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.buttonStaffLogout   {
	height:44px;
	width:157px;
	overflow:hidden;
	background-image: url(../../img/site/staff_logout.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.buttonStaff:hover {
	text-indent:-157px;
	background-image: url(../../img/site/bttn_staff.gif);
	background-repeat: no-repeat;
	background-position: -157px top;
}

a.buttonMembers   {
	height:44px;
	width:157px;
	overflow:hidden;
	background-image: url(../../img/site/bttn_members.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.buttonMembersLogout{
	height:44px;
	width:157px;
	overflow:hidden;
	background-image: url(../../img/site/member_logout.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.buttonMembers:hover {
	text-indent:-157px;
	background-image: url(../../img/site/bttn_members.gif);
	background-repeat: no-repeat;
	background-position: -157px top;
}

a.buttonVenue {
	height:44px;
	width:157px;
	overflow:hidden;
	background-image: url(../../img/site/bttn_venue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.buttonVenue:hover {
	text-indent:-157px;
	background-image: url(../../img/site/bttn_venue.gif);
	background-repeat: no-repeat;
	background-position: -157px top;
}

a.buttonDonations {
	height:44px;
	width:157px;
	overflow:hidden;
	background-image: url(../../img/site/bttn_donations.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.buttonDonations:hover {
	text-indent:-157px;
	background-image: url(../../img/site/bttn_donations.gif);
	background-repeat: no-repeat;
	background-position: -157px top;
}

.menuBottom{
	margin:0px;
	padding:0px;
	height: 88px;
	width: 314px;
}

#backDivFunding{
	width: 710px;
	float: right;
	text-align:left;
	background-image: url(../../img/site/banner_funding.jpg);
	margin-bottom: 12px;
	margin-top: 14px;
	background-repeat: no-repeat;
	background-position: left -3px;
	height:40px;
}
#backDivHome{
	width: 710px;
	float: right;
	text-align:left;
	background-image: url(../../img/site/banner_home_fnl.jpg);
	margin-bottom: 12px;
	margin-top: 14px;
	background-repeat: no-repeat;
	background-position: left -3px;
	height:40px;
}
#backDivSearch{
	width: 710px;
	float: right;
	text-align:left;
	background-image: url(../../img/site/banner_search.jpg);
	margin-bottom: 12px;
	margin-top: 14px;
	background-repeat: no-repeat;
	background-position: left -3px;
	height:40px;
}

#backDivGaming{
	width: 710px;
	float: right;
	text-align:left;
	background-image: url(../../img/site/banner_gaming.jpg);
	background-repeat: no-repeat;
	background-position: left -3px;
	height:40px;
	margin-bottom: 12px;
	margin-top: 14px;
}
#backDivAbout{
	width: 710px;
	float: left;
	height:40px;
	text-align:left;
	background-image: url(../../img/site/banner_about.jpg);
	background-repeat: no-repeat;
	background-position: left -3px;
	margin-bottom: 12px;
	margin-top: 14px;
}
#backDivStaff{
	width: 710px;
	float: right;
	height:40px;
	text-align:left;
	background-image: url(../../img/site/banner_staff.jpg);
	background-repeat: no-repeat;
	background-position: left -3px;
	margin-bottom: 12px;
	margin-top: 14px;
}
#backDivContact{
	width: 710px;
	float: right;
	height:40px;
	text-align:left;
	background-image: url(../../img/site/banner_contact.jpg);
	background-repeat: no-repeat;
	background-position: left -3px;
	margin-bottom: 12px;
	margin-top: 14px;
}
#backDivMedia{
	width: 710px;
	float: right;
	height:40px;
	text-align:left;
	background-image: url(../../img/site/banner_media.jpg);
	background-repeat: no-repeat;
	background-position: left -3px;
	margin-bottom: 12px;
	margin-top: 14px;
}
#backDivMember{
	width: 710px;
	float: right;
	height:40px;
	text-align:left;
	background-image: url(../../img/site/banner_members.jpg);
	background-repeat: no-repeat;
	background-position: left -3px;
	margin-bottom: 12px;
	margin-top: 14px;
}
#backDivSitemap{
	width: 710px;
	float: right;
	height:40px;
	text-align:left;
	background-image: url(../../img/site/banner_sitemap.jpg);
	background-repeat: no-repeat;
	background-position: left -3px;
	margin-bottom: 12px;
	margin-top: 14px;
}

.buttonBtIndex, .buttonBtGaming, .buttonBtFunding, .buttonBtContact {
   margin: 0px;
   padding: 0px;
   width:148px;
   height:17px;
   float:left;
}

a.buttonBtIndex {
	height:17px;
	width:148px;
	overflow:hidden;
	background-image: url(../../img/site/bttn_btm_index.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.buttonBtIndex:hover {
	text-indent:-148px;
	background-image: url(../../img/site/bttn_btm_index.gif);
	background-repeat: no-repeat;
	background-position: -148px top;
}

a.buttonBtGaming {
	height:17px;
	width:148px;
	overflow:hidden;
	background-image: url(../../img/site/bttn_btm_gaming.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.buttonBtGaming:hover {
	text-indent:-148px;
	background-image: url(../../img/site/bttn_btm_gaming.gif);
	background-repeat: no-repeat;
	background-position: -148px top;
}

a.buttonBtFunding {
	height:17px;
	width:148px;
	overflow:hidden;
	background-image: url(../../img/site/bttn_btm_funding.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.buttonBtFunding:hover {
	text-indent:-148px;
	background-image: url(../../img/site/bttn_btm_funding.gif);
	background-repeat: no-repeat;
	background-position: -148px top;
}

a.buttonBtContact {
	height:17px;
	width:148px;
	overflow:hidden;
	background-image: url(../../img/site/bttn_btm_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.buttonBtContact:hover {
	text-indent:-148px;
	background-image: url(../../img/site/bttn_btm_contact.gif);
	background-repeat: no-repeat;
	background-position: -148px top;
}

#credits{
	position:absolute;
	height: 100px;
	width: 80px;
	left: 862px;
	top: 30px;
	font-size: 9px;
	color:#FFF;
	line-height:14px;
	padding-left:10px;
	border-left: 0px solid #CCC;
}

#footer_menu_about{
	position:absolute;
	height: 85px;
	width: 148px;
	left: 660px;
	top: 30px;
}

.staffElement p, .imageElement p{
    font-size:10px;
    line-height:10px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.staffElement{
	width:684px;
	height:60px;
	border-top: 1px solid #EFEFEF;
	padding-top: 6px;
	margin-left:30px;
}
.repElement{
	height:50px;
	border-top: 1px solid #EFEFEF;
	padding-top: 6px;
	margin-left:10px;
	font-size: 10px;
}
.repElement p{
	font-size: 10px;
}

.imageElement{
	width:215px;
	float:left;
	height:auto;	
}

.imageElement img{
	float:left;
	margin-right:8px;	
}

.moreElement{
	width:35px;
	float:right;
	height:auto;	
}
.summaryElement{
	margin-left:250px;
	margin-right:10px;
}

.titleOnly h1{
    margin-left:0px;
}
.fileEntry h2 {
    font-size:11px;
	margin-top:0px;
}

.fileEntry {
    margin-left:0px;
}

.fileEntry p {
    font-size:11px;
	margin-top:0px;
}

.fileEntry a {
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
}

.image_img{
  margin-top:0px;
}

.content_left h4{
    color:#CC9900;
}

.fileEntryWrapper{
	margin-top: 0px; 
	padding-top: 5px; 
	border-top: 1px dotted #CCCCCC;
	padding-left: 0px;
}


.error{
	color: #900;
	font-style:italic;
	font-size: 10px;
}

.sidebarTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #69C;	
}

.sidebarSubTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #C90;
	text-align:right;
}

.sidebarText {
	color: #666;
	margin-bottom: 14px;
	display:block;
}
.sidebarText p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	padding:0px 0px 16px 0px! IMPORTANT;
}
.sidebarText_justifyLeft p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 13px;
	text-align: left;
}
.sidebarText_justifyRight p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 13px;
	text-align: right;
}

.sidebarContainer_FR {
	float:right;
}

.sidebarContainer{
	margin-bottom:18px;
	height:auto;
}

.sidebarContainer_FL {
	float:left;
}

.sidebarImagesContainer{
	padding:0px;
	margin:0px;
	
}

.sidebarRightContainer {
	float:left;
	padding:0px;
	margin:0px;
}



.sidebarTextRight p{
	padding: 0px 0px 16px 0px ! IMPORTANT;
	font-size: 10px;
}

.img-wrapper {
 background:url(../../img/site/shadow_L.gif) no-repeat right bottom;
 float: left;
 margin-top:1px;
 margin-bottom:2px;
 margin-right:10px;
}

.img-outer {
  background:url(../../img/site/bottom-left2_L.gif) no-repeat left bottom;
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}

.img-inner {
  background:url(../../img/site/top-right2_L.gif) no-repeat top right;
  padding: 0 10px 9px 0;
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}

.img-wrapper img {
  background-color: #fff;
  padding: 0px;
  display: block;
}

.bqstart {
	float: left;
	height: 45px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 700%;
	color: #69C;
	font-family: Georgia, "Times New Roman", Times, serif;
 }

 .bqend {
     display: block;
     height: 25px;
     margin-top: -12px;
     padding-top: 0px;
     font-size: 700%;
     color: #69C;
	 font-family: Georgia, "Times New Roman", Times, serif;
 }
 
.quotation_right{
	width:170px;
	margin:0px;
	padding-left:8px;
	border-left: 1px solid #CCC;
}

.quotation_right p{
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	margin-top: -3px;
	padding-right: 10px ! IMPORTANT;
}

.quotation_right_sm{
	width:170px;
	margin:0px;
	padding-left:8px;
	border-left: 1px solid #CCC;
}

.quotation_right_sm p{
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0px;
}

.navList{
	margin:0px;
	padding:0px;
}

#rotatorContainer {
	width:175px;
	height:380px;
	display:none;
}


.rotator {
	width: 175px;
	height: 380px;
	list-style-type: none;
	margin: 40px 0px 18px 0px;
	padding-top: 18px;
	padding-left: 18px;
	float: left;
	border-left: 1px solid #CCC;
}
.rotator img{
	padding-left:10px ! IMPORTANT;
	display:none;
}
.rotator li {
	margin: 0;
	padding: 0px;
	float: left;
}
.clear {
	clear: both;
}

#rotatorContainer ul{
	margin:0px;
	padding:0px;	
}

.gt_blue{
	background-image: url(../../img/site/banner_gt_blue.jpg);
	float: left;
	width: 500px;
	margin-bottom: 18px;	
}
.gt_blue img{
	padding-left:12px;	
}

.panelImagesRight{
	float:right;
	display:block;
	width:260px;
	height:260px;
	margin:4px 8px 0px 4px;
	padding:4px;
	overflow: hidden;
	position: relative;
}

.panelImagesRightOpaque{
	float:right;
	display:block;
	width:250px;
	height:260px;
	margin:4px 8px 4px 4px;
	padding:4px;
	overflow: hidden;
	position: relative;
}

.panelImagesLeft {
	float:left;
	display:block;
	width:186px;
	height:260px;
	margin:4px 4px 4px 8px;
	overflow: hidden;
	padding:4px;
}
.panelImagesLeftOpaque {
	float:left;
	display:block;
	width:186px;
	height:260px;
	margin:4px 12px 4px 8px;
	overflow: hidden;
	padding:4px;
}

.panelImageL {
	float:right;
	margin-left:8px;
}
.panelImageLOpaque {
	float:right;
	margin:0px;
}
.panelImageR {
	float:left;
	margin:0px 4px 0px 4px;
}
.panelImageROpaque {
	float:left;
	margin:0px 0px 0px 4px;
}

.readMe {
	width:100px;
	height:52px;
	background-image: url(../../img/site/export_footnote_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 167px;
	top: 216px;
}

.readMeLeft {
	width:100px;
	height:52px;
	background-image: url(../../img/site/export_footnote_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 94px;
	top: 216px;
}


.clickToEnlarge{
	background-image: url(../../img/site/clickMe.gif);
	background-repeat: no-repeat;
	background-position: center -3px;
	padding:3px 0px 3px 0px;
	width:100%;
	height: 12px;
	margin: 0px;
}

.backLink{
	clear:left;
	margin-top: 16px;
	padding-top: 16px;
	display:none;
}
