body {
	color: #333;
	background-image: url(../images/redtheme/bg_gray_btm.jpg);
	background-repeat: repeat-x;
	background-color: #d8d3d3;
}
h1 , h2, h3, h4, h5, h6{
	color: #333;
}
a {
	text-decoration:none;
	font-weight:bold;
	background-color:transparent;
}

a:link {
	color: #1b148a;
}

a:visited {
	color: #78968b;
}

a:hover {
	text-decoration: underline;
	color: #6a62e8;
}

a:active {
	text-decoration: underline;
	color: #6a62e8;
}
#leftcolumn ul a , a:link, a:visited, a:hover, a:active{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

ul li h2  {
	color: #FFF;
}
ul li h2 span   {
	color: #175285;
}
#header {
	background-image: url(../images/redtheme/eci_red_logo.jpg);
	background-color: #FFF;
}
#container {
	background-color: #FFF;
}

#container #nav {
	background-color: #b80000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#main  {
	background-image: url(../images/redtheme/mainbg_960.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFF;
	min-height: 480px;
}
#leftcolumn ul li    {
	background-color: #e39999;
	border-top-color: #c88787;
	border-right-color: #c88787;
	border-bottom-color: #c88787;
	border-left-color: #FFF;
	color: #fff;
}
#rightcolumn ul li     {
	border-color: #c88787;
}
#rightcolumn #ecilogin   {
	border-color: #c88787;
}
#footer {
	background-image: url(../images/redtheme/footertop_gray.gif);
	background-repeat: repeat-x;
	background-color: #B80000;
}
#footer li a:link, #footer li a:hover, #footer li a:visited {
	color:#fff;
	font-weight:normal;
}

#footer #copyright {
	background-color: #FFF;
}
.green {
	color: #090;
}

