﻿html
{
	background-color: Gray;
}

body
{
	width: 980px;
	margin: 0 auto;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
.displaySlides
{
    height: 100px;
}
.menu
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: Aqua;
}

.rightDIV
{
	float: left;
	width: 30%;
	margin: 0em;
	/* background-color: #FFFFFF; */
	background-color: #292929;
	height: 830px;
	     	
}
.rightDIVmenu
{
	float: left;
	width: 510px;
	margin: 0em;
	top: 0em;
	/* background-color: #FFFFFF; */
	background-color: white;
	height: auto;
	     	
}

.leftDIV
{  
	float: right;
    width: 70%;
    margin: 0em;
    background-color: #FFFFFF;
    height: auto;
}

.leftDIVmenu
{  
	float: right;
    width: 475px;
    margin: 0em;
    background-color: Gray;
    height: auto;
}
.cssContactUs
{  
	float: right;
    width: 80%;
    margin: 0em;
    background-color: #FFFFFF;
    height: 800;
}

.contentDIV
{
	width: 100%;
}
.style1
{
    width: 100%;
    border-collapse: collapse;
    top: 1px;
    
}


 .line1
 {
     height: 3px;
 }
 .style12
 {
     height: 32px;
 }
 .style14
 {
     height: 48px;
     
 }
 
 .style17
 {
     height: 5px;
 }
 
 .footer
 {
 	margin: 0em;
 	clear: both;
 	bottom: 0em;
 	padding: 5px 0;
	height: 20px;
    font-family: Verdana, Arial, Sans-Serif;
    background-color: #000000;
    font-size: 12px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align:center;
    line-height: 1.4em;
	
        
 }
 
 .displayPhoto
 {
 	position: absolute;
 	top: 0.5em;
 	left: 0em;
 	height: auto;
 }
 
 div.news2
{
    /* width: 570px; */
    width: 640px;
    /* background: #F0F0E7; */
    background-color: #FFFFFF;
    margin-top: 1.5em;
    margin-left: 0.5em;
    margin-bottom: 1em;
    /* border-style: solid; */
    border-width: 1px;
    border-color: #FF8C69;
    border-style: solid;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 10pt;
      
    /*padding-left: 10px;*/
}
div.news2 p.pink
{
    margin:0;
    padding: 0 0 3px;
    background: #ECDDFA;
    color: #000;
    font-size: 12pt;
    text-align: center;
    line-height: 17pt;
    font-weight:600;
}

div.news2 p.tomato
{
    margin:0;
    padding: 0 0 3px;
    background: #FF6347;
    color: #000;
    font-size: 12pt;
    text-align: center;
    line-height: 17pt;
    font-weight:600;
}

div.news2 p.salmon
{
    font-size: 12pt;
    margin:0;
    padding: 0 0 3px;
    background: #FF8C69;
    color: #000;
    text-align: center;
    line-height: 17pt;
    font-weight:600;

}

div.news2  p
{
    margin:0;
    padding: 5px 10px;
    line-height: 1.3;
    text-align: justify;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 10pt;

}
.italictext
{
    font-style:italic;
}
.author
{
    text-indent: 5em;
    font-weight: bold;
}


a.Catalog
{
	color: Blue;
	text-decoration: none;
}

a.Catalog:hover
{
	/* text-decoration: none; */
	color: #000000;
	/* border: 1px; */
	font-size: 10pt;
	/* border-style: outset; */
	background-color: #C6D800; 
}

a.Catalog:visited
{
	text-decoration: none;
	color: Blue;
}




