html {
min-height: 100%;

background-image: -moz-linear-gradient(top, #6da9fe, #fff);
background-image: -webkit-gradient(linear, left top, left bottom, from(#6da9fe), to(#fff));
background-image: -webkit-linear-gradient(top, #6da9fe, #fff);
filter: progid:DXImageTransform.Microsoft.Gradient(
gradientType=0,startColorStr=#6da9fe,
endColorStr=#ffffff);
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
    margin:0px;
    margin-top:5px;

}

#wrapper {
    display:block;
    max-width:950px;
    min-width:300px;
	margin: 0 auto;
	text-align:left;
  background:white;    
}

#leftNavTable {
    min-width:131px;}
/*    
#associationlogo {z-index: 10;
position: relative;
right: 0;
top: 0;

}    
*/
#tourismlogos {float:right;}
#tourismlogos img {border:none; padding:5px;}

.indexContent p,li a
{
    line-height: 20px;
    color: #333;
    font-size: 16px;
    max-width:800px;
    min-width:600px;
}


.insideContent
{
    display:block;
    max-width:1000px;
    min-width:600px;

    padding: 10px;
}
.insideContent p, li 
{
    line-height: 15px;
    color: #333;
    font-size: 11px;
}
.insideArticle
{
    -moz-column-count:2;
    -webkit-column-count:2;
    column-count:2;
    -moz-column-gap:2em;
    -webkit-column-gap:2em;
    column-gap:2em;
    -moz-column-rule:1px solid #c8c8ff ;
    -webkit-column-rule:1px solid #c8c8ff ;
    column-rule:1px solid #c8c8ff ;
    text-align:justify;
    text-justify:inter-word;
    orphans: 2;
    break-after: avoid;
}
.footercopyright
{
    padding: 12px 0px 0px;
    margin: 0px;
    float: left;
    position: relative;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    orphans: 2;
    text-align: start;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-size-adjust: auto;
    -webkit-text-stroke-width: 0px;
    font-size: 9px;
color: #333;

}
td {padding:0px}
table {
	width:100%;  
	border-spacing:0; 
	padding:0px;
	}