﻿ #UCaboutusTabContainer
{
    width: 200px;
    height: auto;
    overflow: visible;
    float: left;
    position: relative;
    z-index: 1;
}
 
 .UCaboutusTab
{
    width: 198px;
    height: 90px;
    
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #B0BAC3;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #B0BAC3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #B0BAC3;    
    margin-bottom: 10px;
    float:left;
    position:relative;
}
 
  .UCaboutusTab2
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #B0BAC3;
    width: 198px;
    height: 100px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #B0BAC3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #B0BAC3;
    margin-bottom: 10px;
    float:left;
    position:relative;
}
   .UCaboutusTab3
   
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #B0BAC3;
    width: 198px;
    height: 100px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #B0BAC3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #B0BAC3;
    margin-bottom: 10px;
    float:left;
    position:relative;
}

 .UCaboutusTitle
{
    width: 198px;
    height: 25px;
    background-color: #D7E7F7;
    border-top-color: #B0BAC3;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #B0BAC3;
    position: relative;
} 

 .UCaboutusTitle span
{
    float: left;
    color: #006699;
    margin-left: 15px;
    margin-top: 4px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
}

 .UCaboutusTitle span a
{
	color: #006699;
	text-decoration: none;
}

 .UCaboutusTitle span a:link
{
	color: #006699;
}

 .UCaboutusTitle span a:hover
{
	color: #006699;
	text-decoration: underline;
}

 .UCaboutusTitle span a:active
{
	color: #006699;
}

 .UCaboutusTitle span a:visited
{
	color: #006699;
}

.UCListStyle
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.UCListStyle li
{
    width:178px;
    padding-left: 0px;
    margin-left: 15px;
    line-height: 20px;
    font-family: Verdana;
    font-size: 14px;
    color: #333333;
    display: block;
}

.UCListStyle li a
{
    color: #006699;
    /*margin-left:15px;*/
}

.UCListStyle li a:link
{
    color: #006699;
}

.UCListStyle li a:hover
{
    color: #006699;
    text-decoration: underline;
}

.UCListStyle li a:active
{
    color: #006699;

}
.UCListStyle li a:visited
{
    color: #006699;
}

.UCListStyle .underLine
{
    text-decoration: underline;
    font-size: 12px;
}

.UCListStyle .FontTimesNewRoman
{
    font-family: 'Times New Roman';
}