body {
	margin:0px;
	text-align:center;
	background-color:#D8D9D3;
	font-family:Arial, Helvetica, sans-serif;
}

#MainWindow {
	background-color:#FFFFFF;
	height:94%; 
	width:920px; 
	padding:5px;
}

#FooterSection {
	background-color:#FFFFFF;
	border-top:1px solid #CCCCCC;
	padding:15px;	
	font-size:12px;
	text-align:left;
	color:#999999;
}

#MenuSection {
	width: 915px; 
	height:78px; 
	vertical-align:middle;
	background-image:url(../../img/001/BgMenu_Blue.jpg);
	color:#FFFFFF;
}

#MenuItems {
	position: relative; 
	top: 40%;
}

#BannerSection {
	height:180px;
	padding:0px
}

#ContentSection {
	width: 915px;
	/*background-color:#33FF99;*/
	padding-top:5px

}

.ContentRight {
	width:23%;
	vertical-align:top;
	background-color: #F4F9FD;
}

.ContentMiddle {
	width:77%;
	vertical-align:top;
}

.ContentMiddle2 {
	width:57%;
	vertical-align:top;
}

.ContentLeft {
	width:20%;
	vertical-align:top;
}

/* (A) Top Menu*/

ul.TopMenu{
	width: 100%;                 /* sets the size of the menu blocks */
	padding-left: 5px;           /* stops the usual indent from ul */
	cursor: default;             /* gives an arrow cursor */
	margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
	margin:0px 
}

ul.TopMenu li {
	display:inline;
	padding:0px 15px 0px 15px;
	list-style-type: none;
	font-size:12px;
	color: #FFFFFF;
	border-right:1px dashed #95D6F4
}

/* (B) Left Menu*/

ul.LeftMenu{
	width: 90%;                 /* sets the size of the menu blocks */
	padding-left: 5px;           /* stops the usual indent from ul */
	cursor: default;             /* gives an arrow cursor */
	margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}


ul.LeftMenu li {
	list-style-type: none;
	padding:5px;
	border-bottom:1px dashed #D8DDE1;
	font-size:12px;
	font-weight:bold;
	color: #1EA7DB;
}

ul.LeftMenu li img {
	margin-right:10px
}

.HeadlineStyle {
	font-size:18px; 
	color:#333333; 
}

.MemberClassIcon {
	position:absolute;
	top:54px;
	
	
}

.MemberClassPosition {
	position:relative; 
	left: 785px;	
}

.n-menu {font-size:11px !important; font-family:Arial, Helvetica, sans-serif;font-weight:bold;}
.n-menu a {color:#4a636a;}

.n-menu2 {font-size:11px !important; font-family:Arial, Helvetica, sans-serif;font-weight:bold;color:#000;}

.ProdCell {
	font-size:10px;
	text-align:center;
	vertical-align:top;
}

.ProdCell img {
	border:1px solid #CCCCCC
}

.ContentText {
	font-size:12px; 
	text-align:justify
}

.Newli{
	 
	font-size:12px;	 
	text-decoration: none;
}
.Newli a{	 
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
	
}

a { color:#000; text-decoration:none; }

a:hover { color:#009e00; text-decoration:underline; }
