/*
 * Combined style sheet for the index pages and the listing pages.
 */

/* Style for all bodies. */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d9e6f2;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	color: Black;
			line-height: 150%;
}

table {
	font-size: 14px;
		padding-left: 30px;
		padding-right: 20px;
		background-image: url(images/tablebg.png);
		background-repeat: repeat-y;
		line-height: 150%;
}

table.header {
	background-image: url(images/header2010.png);
	background-repeat: no-repeat;


	}

table.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;


	}

	
/* Style for all table cells. */
/* td.nav {

	background-color: #FF6347;
	}*/




h1 {
	font-size: 24px;
	color: #CCD89C;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: White;
}
h3 {
	font-size: 10px;
	color: #F5F5F5;
	padding: -10px;
	}

/* Custom link styles */

a:link {
	text-decoration: none;
	color: #A0522D}

a:hover {
	text-decoration: none;
	color: #FF6347}
	
a:active {
	text-decoration: none;
	color: #FF9966;
}

a:visited {
	text-decoration: none;
	color: #A0522D;
}


/*#container {
	background-color: #A8ABB2;
	line-height: 100%;
	/*border: 1px outset #A39D3A; *//*
}

#menu a, #menu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#A0522D; 
    font-size: 14px;
    display: block;
	font-weight: bold;
	padding: .60em 30px;
	margin:0;padding:0;border-top:1px solid #4D0000;border-bottom:1px solid #761A1A;
    }

#menu a:hover {
  color: #FF6347;
	padding: .60em 30px;
	background-image: url(images/button_dn.gif);
	background-repeat: no-repeat;
}



#container {
	background-color: #A8ABB2;
	line-height: 100%;
	/*border: 1px outset #A39D3A; *//*
}*/

#menu a, #menu a:visited {
display:block;text-decoration:none;color:#fff;
background:#58626C;
padding: 3px 20px 3px;
width:180px;
line-height:165%;
width:200px;
    }

#menu a:hover {
background:#87929D url("images/vert-one_arrow.gif") no-repeat 0 9px;
}

#led {
	margin-bottom: 20px;
}
#led2 {
	margin-bottom: 20px;
	margin-left: 20px;


.singlespace { line-height: 8px;  color: White;         }

.small {
	font-size: 9px;
}


/*.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;
}*/




