/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E0DDD6;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}




/* Style for all table cells. */
td {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 170%;
	background-color: White;
	font-size: 13px;
	}


td.contact {
	font-size: 11px;
	background-color: #E0DDD6;
	text-align: center;
	line-height: 120%;
	}

h1 {
	font-size: 13px;
	color: #3C4A64;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: Black;
}
h3 {
	font-size: 10px;
	color: #999999;
	padding: -10px;
	}

/* Custom link styles */

a:link {
	text-decoration: none;
	color: #2F4F4F}

a:hover {
	text-decoration: none;
	color: #708090}
	
a:active {
	text-decoration: none;
	color: #336666;
}

a:visited {
	text-decoration: none;
	color: #336666;
}


#menu a, #menu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#3C4A64; 
  padding: .30em 35px;
    font-size: 12px;
    line-height: normal;
    display: block;
    }

#menu a:hover {
  color: Blue;
}

.singlespace { line-height: 8px;  color: #FF0033;         }


.listing { font-size: 12px; }


.technology{ 
cursor: hand;
cursor: pointer;
 font-size: 12px;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: Black;
 font-size: 12px;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #000000;
 font-size: 12px;
}
