*{
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	background-color: #626262;
	background-image: url(bg_main.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma;
	font-size: 11px;
}
p { 
	font: 11px Tahoma; 
	margin-top: 8px;
	margin-bottom: 20px;
	text-align: justify;
}
h1,h2,h3 {
	margin-top: 15px;
}
h3 { 
	font: bold 11pt Tahoma;
	margin-bottom: 0px; 
	color: #9CCE63;
	padding-bottom: 0px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7F7F7F;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7F7F7F;
}
a:hover, a.active { 
	text-decoration: underline; 
	color: #3C9A35;
}

#container {
	width: 650px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bg_main.gif);
}
#leftSide {
	width: 600px;
	background-color: #fff;
	float: left;
}
#rightSide {
	width: 400px;
	background-color: #FDF6E6;
	float: right;
	padding-top: 100px;
}
#header {
	height: 150px;
	background-color: #549BEB;
	width: 455px;
	float: left;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headerRight {
	height: 150px;
	background-color: #549BEB;
	color: #FFFFFF;
	width: 168px;
	float: right;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	background-position: right bottom;
}
#header h1 {
	text-indent: -5000px;
	overflow: hidden;
	background-image:  url(eii.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	background-position: left top;
	color: #FFFFFF;
}
#header h2 {
	text-indent: -5000px;
	overflow: hidden;
}
#content {
	float: left;
	width: 435px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 15px;
}
#content LI {
	padding-top: 3px;
	padding-bottom: 3px;

}
#content UL {
	LIST-STYLE-TYPE: circle;
	list-style-position: inside;
	padding-left: 20px;
}
#nav {
	float: right;
	width: 168px;
	font: 10px Tahoma; 
	margin: 0px;
	padding: 0px;
}
#footer {
	text-align: center;
	width: 455px;
	font: bold 10px Tahoma;
	text-transform: uppercase;
	border-top: 1px dashed #dddddd;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#breadcrumb {
	float: left;
	width: 445px;
	padding: 5px;
}


#lnavigation,#lport,#lcontact {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
/*	to add seporated image
	padding: 0px 15px 45px 15px;
	background-image: url(images/seporator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
#lnavigation ul, #lport ul, #lcontact ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#lnavigation li, #lport li, #lcontact li {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(images/arrow-new.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#List #lnavigation ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
}
#List #lport ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
}
#List #lcontact ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
}
#content h3 span {
	padding-left: 24px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.form {display: block;}