html, body {
background-color:#737E8F
}
.LeftShadow {
	background-image: url(../images/left-Shadow.gif);
	background-repeat: repeat-y;
	width: 8px;
}
.RightShadow {
	background-image: url(../images/Right-Shadow.gif);
	background-repeat: repeat-y;
	width: 8px;
}
.Middle {
width: 764px;
background-color:#FFFFFF

}
.navbar{
background-image: url(../images/nav-bar.gif);
background-repeat: repeat-x;
height:28px;
}

.Leftbar{
background-image: url(../images/left-bg.jpg);
background-repeat: repeat-x;
}
.Greyline{
	background-image: url(../images/leftline.gif);
	background-repeat: repeat-y;
	width: 2px;
}

#TitleTable {
	background-image: url(../images/who-we-are.gif);
	background-repeat: repeat-y;
	width: 524px;
	height: 27px;
}
.Leftnavbg{
	background-image: url(../images/leftnavbg.jpg);
	height: 31px;
	width: 236px;
	background-repeat: no-repeat;
}
.navHT{
	
	height: 31px;
	
}
a.leftlink:active, a.leftlink:visited, a.leftlink:link {
color:#8A6E13;
text-decoration:none;
font:1.00em arial, helvetica, sans-serif;
font-weight:bold;
}
a.leftlink:hover {
color:#3F5C8E;
text-decoration:underline;
font:1.00em arial, helvetica, sans-serif;
font-weight:bold;
}

a.bottomlink:active, a.bottomlink:visited, a.bottomlink:link {

color:#3F5C8E;
text-decoration:none;
font:1.00em arial, helvetica, sans-serif;

}
a.bottomlink:hover {
color:#8A6E13;
text-decoration:underline;
font:1.00em arial, helvetica, sans-serif;

}
.leftnavht{
width:48px;
}
#maincontent {
margin-top:10px;
margin-left:20px;
margin-right:20Px;
margin-bottom:10px;
text-align:justify;
}
.testimonialcolor {
background-color:#E6E8EF;
padding-top:0;
padding-left:10px;
padding-right:10px;
padding-bottom:0px;
text-align:justify;
}
.Dottedline {
margin-top:0px;
margin-left:0px;
margin-right:0Px;
margin-bottom:0px;
background-image:url(../images/dottedline.gif);
background-repeat:repeat-y;
width:28px;
height:275px;
float: left;
}
.HeadlineColor{
background-color:#EFF8FD;
}
.leftbox{
	background-image:url(../images/leftbox.jpg);
	height: 134px;
	width: 215px;
	background-repeat: no-repeat;
	padding-top:5;

padding-bottom:5px;
color:#012E63;
}
.footer{
	background-image: url(../images/bottombg.jpg);
	background-repeat: repeat-x;
	height: 33px;
}
hr {
	background-color: #E6E8EF;
	width: auto;
	height: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/*ticker*/

        #ticker-container {
        position:relative;
        overflow:hidden;
        width: 390px;
        height: 200px;
        background-color: #F0F9FE;
        background-repeat: repeat;
        padding: 0px;
        /*border:  dotted ;*/
        }
	
	#ticker {
		position:relative;
		width:390px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: 11px;
            font-weight: normal;
            color: #183C4F;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: 11px;;
            font-weight: bold;
            color: #183C4F;
            text-decoration: underline;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-family: arial;
            font-size: 11px;;
            color: #AF943B;
            text-decoration: underline;
            padding-left: 2px;
        }

/*ticker end*/
