/*HTML Page style applies to entire html unless specify in inner tags or styles*/
html {height:100%;padding:0;margin:0;border:0;font-family:Arial;font-size:75%;overflow: hidden;}
/*HTML Page BODY style applies to entire html Body unless specify in inner tags or styles*/
body {height:100%;overflow:auto;padding:0;margin:0;border:0;}
/*Style applies to A tag in entire page contents unless specify in inner tags or styles*/
a{text-decoration:none; color:Black; cursor:hand;}
a:hover{text-decoration:underline;}
a, a.visited, a.active{cursor:hand;}
/*Temp Style for content area table to reduce font size until and unless all fonts get thr font properly*/
#content table {font-size:10pt;}
/*Style for HEAD Area DIV, Div contains Top Logo inner div and rounded top link menu*/
#head {position:absolute;margin-left:-400px;left:50%;top:5px;width:801px;height:85px;z-index:5;}
/*Child div of HEAD div, display company logo at left corner of page*/
#topLogo {text-align:center;position:absolute;margin-left:0;left:0;width:220px;z-index:5;height:83px;}
/*Child div 'topLinkMenu' of HEAD div: styles for this div, topline menu text 
	and its rounded area is define in TopMenu.css file.*/
/*div with background image as topcurve, this div is displayed before content area and 
		provide rounded corver for content area*/
#contentTopRound{background-image:url(../Images/topcurve.jpg);display:block;
	position:absolute;z-index:13;top:89px;height:18px;
	width:800px;margin-left:-400px;left:50%;border:none;}
/*Main content area include Top Welcome message, Main menu and content area. */

#content {display:block;overflow:hidden;position:absolute;z-index:3;bottom:22px;
	width:624px;margin-left:-400px;left:50%;top:103px;height:445px;border-left:2px solid #b0b0b0;border-bottom:2px solid #b0b0b0;}
/*Styles for Welcome message span */
#TopMessageTable td{border:none;height:50px;vertical-align:middle;padding:6px 0 12px 2px;font-size:large;}
/*Main menu styles are define in MainMenu.css file.*/
/*style for Div to display Contents*/
.divMainContainer {display:block;margin-left:2px;margin-right:2px;padding-top:10px;padding-right:6px;padding-bottom:2px;padding-left:2px;
	text-align:left;overflow:auto;height:369px;width:615px;z-index:40;top:195px;}
.divMainContainer a{color:#7ebb23}
/*center line div split Content area and headlines area*/
#centerLine{display:block;overflow:hidden;position:absolute;z-index:3;top:110px;
	margin-left:224px;left:50%;width:1px;
	height:415px;
	background:#b0b0b0;}
/*Main Headline area include Headline windows, more news links and Right bottom Quick Link Area*/
#headlineContent{overflow:hidden;position:absolute;z-index:20;bottom:21px;
	width:175px;margin-left:225px;left:50%;top:103px;bottom:21px;height:445px;border-right:2px solid #b0b0b0;
	border-bottom:2px solid #b0b0b0;} /*overflow:hidden;*/
/*Styles for Headline TEXT span */		
#TopMsgHeadlineTable td{border:none;height:50px;vertical-align:middle;padding:6px 0 12px 2px;font-size:large;}
/*Styles for Headline Div which includes new span, Bullet Image with more a tag */
#divHeadlineData{height:140px;width:160px;}
.moreAnchor{text-align:left;font-weight:bold;color:#7ebb23}
/*Styles for more linke and news archive div include two A Tag */
#MoreLinkArea{text-align:center;width:160px;margin-top:6px;margin-bottom:10px;margin-left:5px;margin-right:5px;}
/*Styles for Right Side Bottom Quick link area div*/
#divQuickLinkData{width:160px;overflow:hidden;text-align:center;margin-left:5px;margin-right:5px;height:205px;}
#divQuickLinkData a{color:#7ebb23}
/*Styles Footer of the web site which includes bottom link menu*/
#foot {text-align:center;position:absolute;margin-left:-400px;left:50%; top:546px;bottom:2px;width:800px;height:20px;background-position:0 100px;z-index:5;}

/*Bottom link menu styles also defined in BottomMenu.css file.*/
#divBottomMessage{margin-left:-400px;left:50%;font-size:8pt;width:800px;top:568px;text-align:center;position:absolute;}
