body {
}
.container_area
{
    margin:auto;
}
.main_cnt
{
    margin:auto;
}
.topheader
{
	width: 885px;
	margin: auto;
	background-position: left top;
	background-image: url(images/top_header.jpg);
	background-repeat: no-repeat;
	background-color: transparent; 
	padding-left: 20px;
	padding-top: 5px;
	font-size: 7pt;
	color: #5e6d74;
	font-family: 'Arial';
}
.mainheader
{
    width: 885px;
    margin: auto;
    background-position: left top;
    background-image: url(images/main_header.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
}
.sitemap
{
    width: 865px;
    margin: auto;
    background-position: left top;
    background-image: url(images/sitemap.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 20px;
	padding-top: 5px;
	font-size: 7pt;
	color: #5e6d74;
	font-family: 'Arial';
}
.content
{
    width: 874px;
    min-height:700px;
	margin: auto;
    background-position: left top;
    background-image: url(images/concept1_02.jpg);
    background-repeat: repeat-y;
    background-color: #f7f9f8 ;
    padding-left: 11px;
}
.footer
{
	width: 885px;
	margin: auto;
	background-position: left bottom;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	padding-bottom: 15px;
}

.menu
{
    width: 170px;
    
    height: auto;
    background-position: left top;
    background:#f7f9f8 url(images/concept12_05.jpg) repeat-x;
    float: left;
}
.banner
{
	background-position: left top;
	margin-left:170px;
	width: 695px;
	height: 70px;
	background-image: url(images/concept12_07.jpg);
	background-repeat: no-repeat;
	position: static;
}
.contentarea
{
    width:647px;
    margin-left:170px;
    padding-right: 19px;
    padding-left: 10px;
    background-color:#f7f8f8;
}
.homepagecnt
{
    margin: 10px auto auto;
}

.homepagetd
{
    float: left;
    margin-right: 10px;
    background-image: url(images/tblback.jpg);
    background-repeat: no-repeat;
    
}
  .otherRelateInfoTab
  {
	background-position:left top;
	padding-left: 5px;
	background-image: url(images/tblback2.jpg);
	background-repeat: no-repeat;
    margin-bottom: 10px; 
    width: 369px;
    height: 172px;
   }  
    
.sdmenu
{
	width: 160px;
	font-family: Arial;
	font-size: 12px;
	padding-bottom: 0px;
	color: #000000;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #e9eff3;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #045597;
    text-decoration: none;
}
.sdmenu .submenu a:hover {
    background : #d5dadd;
    color: #000000;
}
.sdmenu2 .submenu2 a {
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #045597;
    font-size:7.5pt;
    text-decoration: none;
}
.sdmenu2 .submenu2 a:hover {
    background : #d5dadd;
    color: #000000;
}
.accordionHeader
{
    border: 1px solid #d4d0c8;
    font-family:Arial;
    font-size:7pt;
    color: black;
    background: #ffffff url(images/webpart.png) repeat-x;
    font-weight: bold;
    padding: 5px;
    margin-top: 2px;
    cursor: pointer;
}

.accordionContent
{
	background-color: #f4f4f5;
	font-family: Arial;
	font-size: 7pt;
	color: black;
	border: 1px solid #d4d0c8;
	border-top: none;
	list-style-type: disc;
	line-height: 1.1em;
}
.left_div
{
	border-top:solid 1px gray;
	border-right:solid 2px gray;
	border-bottom:solid 2px gray;
	border-left:solid 1px gray;
	font-family:Verdana;
	font-size:8pt;
	background:#ffffff url(images/title_bk.jpg) repeat-x top;
	padding:1px 10px 10px 10px;
	margin: 10px 5px 10px 5px;
	
	}
/*	
	.CSSContent
{
	font-family: Arial;
	font-size: 9pt;
	color: #045598;
	background-color: white;
	width: 625px;
	height: 336px;
	border-right: #dcdddf 1px solid;
	padding-right: 10px;
	border-top: #dcdddf 1px solid;
	padding-left: 10px;
	margin-bottom: 5px;
	border-left: #dcdddf 1px solid;
	border-bottom: #dcdddf 1px solid;
}*/

/*Style for the button to print*/
.printButton
{
	background-image: url(images/Print.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    text-align: right;
    cursor: hand;        
}
.aa
{
	font-family: Cursive;
	color: green;
}
/*Expandable Menu Start Here*/
.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #878993;
color:White;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: bold 10px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
font-weight:bold;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #878993;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 10px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #e9e8e7;
color: black;
}
.title
{
    BORDER-RIGHT: #f7f9f8 1px dotted; 
    BORDER-LEFT: #f7f9f8 1px dotted; 
    WIDTH: 100px; 
    HEIGHT: 18px; 
    font-size: 10pt; 
    color: white; 
    font-family: Arial;
    font-weight:bold;
    PADDING-RIGHT: 10px; 
    PADDING-LEFT: 10px; 
    HEIGHT: 17px; 
    BACKGROUND-COLOR: #677786;
}
.Csscontent
{
    TEXT-ALIGN: center;
    background-color:White;
    font-family:Arial;
    font-size:8pt;
    PADDING-RIGHT: 5px; 
    PADDING-LEFT: 5px; 

}
.table1
{
    border-left:solid 1px #677786;
    border-bottom:solid 1px #677786;
    border-right:solid 1px #677786;
    margin-right:10px;
    margin-left:10px;
}
.mainimg
{
    MARGIN-TOP: 5px; 
    FLOAT: left
}
.mainimg2
{
    FONT-WEIGHT: bold; FONT-SIZE: 8pt; FLOAT: left; MARGIN-RIGHT: 3px
}
.fronthyp
{
    background-position: left center;
    padding-left: 10px;
    background-image: url(images/arrow2.png);
    background-repeat: no-repeat;
    margin-left:0px;
}
.fronttable
{
    background-position: left top;
    padding-left: 5px;
    font-size: 7.5pt;
    background-image: url(images/tblback.jpg);
    margin-bottom: 10px;
    width: 386px;
    background-repeat: no-repeat;
    font-family: Arial;
    height: 172px;
    float: left;
}
.fonttable2
{
    BACKGROUND-POSITION: left top; 
    PADDING-LEFT: 5px; 
    FONT-SIZE: 7.5pt; 
    BACKGROUND-IMAGE: url(images/tblback2.jpg); 
    MARGIN-BOTTOM: 10px; 
    WIDTH: 386px; 
    BACKGROUND-REPEAT: no-repeat; 
    FONT-FAMILY: Arial; 
    HEIGHT: 172px;
}
a
{
    text-decoration:none;
    color:#45515d;
    font-family:Arial;
    font-size:7.5pt;
}
a:Hover
{
    text-decoration:underline;
    color:#45515d;
}

.homepagetd