/* CSS Document */

img.floatLeft { 
    float: left;
    margin-left:0; 
    width:auto; 
}
img.floatRight { 
    float: right;     
    margin-right: 0px;
    width:auto; 

}

.style2 {
	color: #FFFF66;
	font: bolder normal small/normal Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.style3 {font-size: large;
         font-weight: bold;
         color: #009900;  
}

.style5 {
	font: bolder normal medium/normal Arial, Helvetica, sans-serif;
	color: #000000;
	float: none;
	margin: 5px;
	height: auto;
	width: auto;
}
.ptitle {
	font-family: "Times New Roman", Times, serif; 
    text-align:center;
	font-size: large;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	text-transform: uppercase;
	color: #00008b;
	background-repeat: no-repeat;
	background-position: center center;
}

.styleRED {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

.styleORN {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color:#FF8C00;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}


/* used in table to replace link characteristics */
.on { font-size: 10px;
      font-family: "Comic Sans MS", sans-serif;
	    text-decoration: underline;
	    color: #990000;
}

.off { font-size: 12px;
       font-family: "Comic Sans MS", sans-serif;
	     text-decoration: underline;
	     color: #000000;
}


.contact1 {
	font-weight: bold; font-size:14px; font-family:"Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #000099;
	border-top: groove #00CCFF;
	border-right: outset #00CCFF;
	border-bottom: outset #00CCFF;
	border-left: groove #00CCFF;
	
}

.h1BLUE {
	font: bold normal 24px Geneva, Arial, Helvetica, sans-serif;
	color: #0033FF;
}

.h1GREEN {
	font: bold normal 24px Geneva, Arial, Helvetica, sans-serif;
	color: #006400;
}


h1 {
	font: bold normal 24px Verdana, Arial, Helvetica, sans-serif;
	color: #03C;
}

h2 {
	font-weight:900; 
    font-size:20px; 
    font-family: Verdana, Geneva, sans-serif;
	color: #006600;
	text-decoration: none;
}

h3 {
	font-weight:bolder; font-size:18px; font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #006400;
}

h4 {
	font: bold normal 16px "Times New Roman", Times, serif;
    color:#000000
}

p {
	font-family:"Times New Roman", Times, serif;
	color: #000000;
	font-weight:bolder;
	font-size: medium;
	clear:both;
}

P.let { font-family:"Times New Roman", Times, serif;
	color: #0000FF;
    font-weight:bolder;
	font-size: large;
    font-style:italic;
}

hr { border-style:groove; border-top-color:#00C000; border-width:thin;
     color: #FFFFFF;
     background-color: #FFFFFF;
     height: 2px;
     width: 100%;
}

hr.a {border-style:solid; /*solid */
      color:#690000;
      text-align: center;/*this will align it for IE*/
      margin: 0 auto 0 0; /*this will align it left for Mozilla*/
     }
hr.b { border-top: 2px dashed #006400;/*the border dashed darkgreen*/
	  height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
	  margin: 0 0 0 auto; /*this will align it right for Mozilla*/
     }

hr.c {border-top: 2px dashed #F60000;/*the border*/
	height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
	}

hr.h {
	border-style:double; border-top-color:#F00000; border-bottom-width:thin; border-bottom-color:#999000; 
	}	

#leftnav {
    float: left;
    width: 160px;
    margin: 0;
    padding: 1em;
}

#container {
    width: 90%;
    margin: 10px auto;
    background-color: #f0e68c;
    color: #333000;
    border: 1px solid gray;
    line-height: 130%;
}

#content {
    margin-left: 200px;
    border-left: 1px solid gray;
    padding: 1em;
}

#top h1 {
padding: 0;
margin: 0;
}

#top h2 {
padding: 0;
margin: 0;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
}

div#header {
    clear: both;
    height: 50px;
    background-color: aqua;
    padding: 1px;
}
div#left {
    float: left;
    width: 160px;
    background-color:#dcdcdc;
}
div#right {
    float: right;
    width: 160px;
    background-color:#dcdcdc;
}
div#middle {
    padding: 0px 160px 5px 160px;
    margin: 0px;
    background-color: silver;
}
div#footer {
    clear: both;
    background-color: yellow;
}

.picture { background-color: #F9F9F9;
    border: 1px solid #CCCCCC; padding: 3px;
    font: 11px/1.4em Arial, sans-serif;
    alignment-baseline:central;
}
.picture img { border: 1px solid #CCCCCC;
    vertical-align:middle; margin-bottom: 3px;
    alignment-adjust:central;
    display:block; 
}
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; 
}
.left { margin: 0.5em 0.8em 0.5em 0; float:left;
} 

.caption {
margin: 5px;
padding: 5px;
/* width: 45px; */ /* width cannot go here unless all images are same size so put width inline instead */
border: 1px solid #777; /* I changed this to for demo */
background: #E5F2FF;
font-size:90%;
color: blue;
}
.caption img {border: 1px solid #777;} /* adjust to suit */
.left {
	float: left;
	text-align: center;
}
.right {float: right;} 

div.wrapper{  
    position:relative; /* important(so we can absolutely position the description div */ 
}  
div.description{  
   position:absolute; /* absolute position (so we can position it where we want)*/  
   bottom:0px; /* position will be on bottom */  
   left:0px;  
display:block;
/* display:none;  hide it */  
   /* styling bellow */  
   background-color:black;  
   font-family: tahoma, sans-serif;  
   font-size:15px;  
   color:white;  
}  
div.description_content{  
   padding:10px;  
}  
.Letfont {
	font-family: Verdana, Geneva, sans-serif;
}
.Letfont {
	font-family: Verdana, Geneva, sans-serif;
}
