/* CSS Document */
/* ################BASIC PAGE####################### */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #5b5e50;
    background-color: #d6debd;
}

html{
overflow:-moz-scrollbars-vertical;
}
/*html{ overflow:-moz-scrollbars-vertical; overflow-x: auto; } */
/* neutralize values so same on all browsers */
/*
*  {margin: 0; padding: 0;} 
ul {margin: 0; padding: 0;}
li {margin: 0; padding: 0;}
ol {margin: 0; padding: 0;}
*/
h1 {font-size: 2em; font-weight: bold; line-height: 150%; }
h2 {font-size: 1.4em; font-weight: bold; line-height: 116%; }

/*default links*/

A:link    { COLOR: #0033CC; TEXT-DECORATION: underline; }
A:visited { COLOR: #0033CC; TEXT-DECORATION: underline; }
A:hover   { COLOR: #FF3333; TEXT-DECORATION: underline; }
A:active  { COLOR: #FF3333; TEXT-DECORATION: underline; }

div#content {
    padding: 6px; 
	font-size:13px;
	text-align:left;
	line-height: 150%
}
/* div#content img { margin:6px ; padding-6px; } */
div#gallery {
    padding: 6px; 
	font-size:14px;
	text-align:left;
}

div#events {
    padding: 6px; 
	font-size:14px;
	text-align:left;
	line-height: 145%
}

div#blogcontainer {
    padding: 4px; 
	border: 1px;
	border-style:solid;
	border-color:#545e34;
	font-size:12px;
	text-align:left;
}
div#blog {
    padding: 0px; 
	font-size:11px;
	text-align:left;
}

/*  ################FONT STYLES################################  */
/* ------------------------------- */
/*       baisc page styles         */

p.superscript  {vertical-align:super ; font-size: 65%;}
p.subscript    {vertical-align:sub; font-size: 65%;}
.clearfloats   {clear:both;}
.floatright    { float: right; }
.floatleft     { float: left; }
.veranda16     {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.4em; line-height: 125%;}
.veranda15     {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.3em; line-height: 125%;}
.veranda14     {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.2em; line-height: 125%;}
.veranda14ds   {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.2em; line-height: 150%;}
.veranda13     {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.1em; line-height: 125%;}
.veranda12     {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.0em; line-height: 125%;}
.veranda12list {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.0em; line-height: 125%;}
.veranda12ds   {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.0em; line-height: 200%;}
.veranda11     {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; line-height: 125%;}
.veranda10     {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; line-height: 125%;}
.veranda10ds   {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; line-height: 125%;}
.veranda10list {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; line-height: 40%; }

.ariel09       {font-family: Arial, Helvetica, sans-serif; font-size: .7em}
.ariel10       {font-family: Arial, Helvetica, sans-serif; font-size: .8em}
.ariel12       {font-family: Arial, Helvetica, sans-serif; font-size: 1.0em}
.ariel14       {font-family: Arial, Helvetica, sans-serif; font-size: 1.2em}

.Times11       {font-family: "Times New Roman", Times, serif; font-size: 1.0em; line-height: 125%;}
.Times12       {font-family: "Times New Roman", Times, serif; font-size: 1.1em; line-height: 125%;}
.Times13       {font-family: "Times New Roman", Times, serif; font-size: 1.2em; line-height: 125%;}
.Times14       {font-family: "Times New Roman", Times, serif; font-size: 1.3em; line-height: 125%;}
.Times14ds     {font-family: "Times New Roman", Times, serif; font-size: 1.3em; line-height: 150%;}
.Times15       {font-family: "Times New Roman", Times, serif; font-size: 1.4em; line-height: 125%;}
.Times16       {font-family: "Times New Roman", Times, serif; font-size: 1.5em; line-height: 125%;}
.Times17       {font-family: "Times New Roman", Times, serif; font-size: 1.6em; line-height: 125%;}
.Times18       {font-family: "Times New Roman", Times, serif; font-size: 1.7em; line-height: 125%;}
.Times24       {font-family: "Times New Roman", Times, serif; font-size: 2.0em; line-height: 125%;}

.Title_1       {font-family: "Times New Roman", Times, serif; font-size: 2.0em; line-height: 125%;}
.Title_2       {font-family: "Times New Roman", Times, serif; font-size: 1.4em; line-height: 125%;}
.Title_3       {font-family: "Times New Roman", Times, serif; font-size: 1.2em; line-height: 125%;}
.pictureright  {float:right; padding: 8px;}
.pictureleft   {float:left;  padding: 8px;}

