.black-heading-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.black-slogan-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.black-normal-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.navigation_text {font-size: 14px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.very_light_gray {
	color: #CCCCCC;
	font-size: 13px;
	font-family: Tahoma;
}
.orange_bold_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DD3C05;
	font-size: 14px;
}
.orange_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #DD3C05;
	font-size: 11px;
}
.gray_bold_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #44444E;
}
.black_bold_tixt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.light_gray_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #666666;
}
.smalllight_gray_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #666666;
}
.light_gray_text a{
	color: #666666;
}

.small_bold_orange_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DD3C05;
	font-weight: bold;
}
.bold_sky_text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #0A7CA1; }
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.gray_link:link {
	color: #cccccc;
	text-decoration: none;
}
.gray_link:visited {
	text-decoration: none;
	color: #cccccc;
}
.gray_link:hover {
	text-decoration: none;
	color: #FFFF00;
}
.gray_link:active {
	text-decoration: none;
	color: #000000;
}
.light_gray_link:link {
	color: #404040;
	text-decoration: none;
}
.light_gray_link:visited {
	text-decoration: none;
	color: #404040;
}
.light_gray_link:hover {
	text-decoration: none;
	color: #DC3C02;
}
.light_gray_link:active {
	text-decoration: none;
	color: #000000;
}
.orange_link:link {
	color:#DD3C05;
	text-decoration: none;
}
.orange_link:visited {
	text-decoration: none;
	color: #DD3C05;
}
.orange_link:hover {
	text-decoration: none;
	color: #44444E;
}
.orange_link:active {
	text-decoration: none;
	color: #DD3C05;
}
body {
	background-color: #44444E;
}
img:hover{
  text-decoration: none;
	color: #ffffff;
}
#selected a {
font-weight: bold;
color: #309b00;
}
/* 30 November 2009 */
#main {
	position:absolute; top:10px; left:10%;
	background:#fff;
	width:80%; 
}
#top-left {
        position:absolute; top:0; left:0;
	background: url('../images/temp_top_left_im.jpg') no-repeat;
        height:5; width:5;
}
#top-right {
	position:absolute; top:0; right:0;
	background: url('../images/temp_top_right_im.jpg') no-repeat;
        height:5; width:5;
}
#bottom-left {
	position:absolute; bottom:0; left:0;
	background: url('../images/temp_foot_left_im.jpg') no-repeat;
        height:5; width:5;
}
#bottom-right {
        position:absolute; bottom:0; right:0;
	background: url('../images/temp_foot_right_im.jpg') no-repeat;
        height:5; width:5;
}
#head {
	position: relative; top:5; left:5;         
	background: url('../images/eciti_logo_small.jpg') no-repeat;
	width:100%; height:60px;
}
#title {
	position:absolute; left:110px;
}

#menu {
	height:46px; width:100%;
	text-align:center;
        padding-top:3px;
	background:url('../images/menu_img.jpg') no-repeat center;
}

#menu ul {
	text-align:center;
	list-style:none;  
      
}
#menu ul li {
	margin: 5;
	display:inline;
}

#banner {
	position:relative; top:0; right:0; margin:0;
        height:226px;
	background:url('../images/banner1.jpg') no-repeat center;	
}
#con {
	position: relative; top:0;
	padding: 0 5px 0 5px;
        
}
#leftcon {
	float:left;
	position:relative;
	width:30%;
	margin-right:8px;
	
	
}

#rightcon {
	float:left; margin:5px;
	width:65%;

}




