a{  outline:none; }
A:link,A:visited,A:active {color:white;font-size:15px;font-weight:normal;font-family:Arial;text-decoration:none;}
A:hover{text-decoration:none;color:white;font-size:15px;font-weight:normal;font-family:Arial;text-decoration:none;}
.Textunderline{background-image:url(../images/grey-dot-right.gif);height:5px; align:center;}
.Heading{font-size:22px;font-weight:bold;font-family:Arial;color:#3B8EC0;line-height:25px;}
.Matter{font-size:12px;line-height:23px;font-family:Arial,sans-serif;padding:0px 0px 10px 20px;}

.Dotvertical{background-image:url(../images/grey-dot.gif);backgroung-repeat:repeat-y; height:3px;}
.Sideheading{font-size:16px;font-weight:bold;color:#4F4F4F;font-family:Arial;padding:0px 0px 10px 20px;}
.watwedo{font-size:12px;valign:top;color:#010101;font-weight:normal;valign:top;font-family:Arial;}
.RightMatter A:link,.RightMatter A:visited,
.RightMatter A:active{font-size:12px;valign:top;color:#010101;font-weight:normal;valign:top;font-family:Arial;}
.RightMatter A.hover{font-size:12px;valign:top;color:#010101;font-weight:normal;font-family:Arial; align:center;}
.Headingone{font-size:22px;font-weight:bold;font-family:Arial;color:#3B8EC0;padding:0px 0px 10px 20px;}
.Headerunderline{background-color:#F0F0F0; height:4px;}
.Footer{font-family:Arial;font-size:12px;color:#818181;}
.Headerdata{background-image:url(../images/head-blue-bg.jpg); height:37px; width:1px;}
.Readmore A:link,.Readmore A:visited,.Readmore A:active{font-family:Arial;text-decoration:none;color:0189F9;font-weight:normal;padding:0px 0px 0px 20px;font-size:10px;}
.Readmore A:hover {font-family:Arial;text-decoration:none;color:0189F9;font-weight:normal;padding:0px 0px 0px 20px;}

.Mattercs{font-size:12px;line-height:23px;font-family:Arial,sans-serif;}

.Sideheadingcs{font-size:16px;font-weight:bold;color:#3B8EC0;font-family:Arial;}
.Bodytext{font-size:12px;font-family:Arial,sans-serif;color:black;}

#menu{
	width:980px;
	height: 37px;
}
#LCurve{
	width:5px;
	height: 37px;
	float:left;
	background:url(../images/head-blue-left.jpg) no-repeat left top;
}
#mContent{
	width:970px;
	height: 37px;
	float:left;
	background:url(../images/head-blue-bg.jpg) repeat-x left top;
	color:#ffffff;
	font-size:10px;
	border:0;
}
#mContent a{
	color:#ffffff;
	padding: 0px 16px 8px 16px;
	text-decoration:none;
	border:0;
}
#RCurve{
	width:5px;
	height: 37px;
	float:left;
	background:url(../images/head-blue-right.jpg) no-repeat left top;
}
/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 8px Arial;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 0;
	border-top:none;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle li a{
	display: block;
	width: 230px; /*width of menu (not including side paddings)*/
	color: #ffffff;
	background-color: #0086cb;
	text-decoration: none;
	padding: 8px 5px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 230px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	background-color: #669DFA;
	color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left:6px;
	border: 0;
}
.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 970;
	border: 0;
}

.mattblackmenu li{
	display: inline;
	margin: 1;
}

.mattblackmenu li {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 9px 8px; /*padding inside each tab*/
	/*border-right: 1px solid #ffffff;*/ /*right divider between tabs*/
	background:url(../images/menuSeperator.jpg) no-repeat right center;
	color: #ffffff;
	border: 0;
}
.mattblackmenu li.menuLast{background:none;}
.mattblackmenu li a:visited{color: white;}

 A.otherLink:link    { color:#0189F9; text-decoration:none; }
 A.otherLink:visited { color:#0189F9; text-decoration:none; }
 A.otherLink:hover   { color:Red; text-decoration:underline; }
 A.otherLink:active  { color:#0189F9; text-decoration:none; }

 A.footer:link    {font-family:Arial;font-size:12px; color:#818181; text-decoration:none; }
 A.footer:visited {font-family:Arial;font-size:12px; color:#818181; text-decoration:none; }
 A.footer:hover   {font-family:Arial;font-size:12px; color:Red; text-decoration:underline; }
 A.footer:active  {font-family:Arial;font-size:12px; color:#818181; text-decoration:none; }

