body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #333333;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#divHomePageBannerTop {
	background-color: #333333;
	width: 995px;
	height: 30px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	text-align: right;
}
#divHomePageBannerTop a {
	color: #FFFFFF;
	text-decoration: none;
}
#divHomePageBannerTop a:hover {
	text-decoration: underline;
}



#divContent {
	background-color: #FFFFFF;
	background-image: url(../images/MetaSIM%20HompageContent%20TopBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	margin-top: 32px;
}
#divContent a:hover {
	background-color: #D9DAFD;
}

#divContent a {
	color: #336699;
	text-decoration: none;
}


/*-----Tab Menu-----*/
#tabsB {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
      }
    #tabsB ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/tableftB.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsB a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#666;
	background-image: url(../images/tabrightB.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

        #tabsB #current a {
                background-position:0% -42px;
        }
        #tabsB #current a span {
                background-position:100% -42px;
        }
#divLeftContent {
	width: 270px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#divContentRightRed {
	width: 694px;
	border: 3px solid #990000;
	padding: 10px;
	clear: none;
	float: right;
}
#divClearer {
	clear: both;
	height: 1px;
	width: 950px;
}

.floatleft {
	clear: none;
	float: left;
}


#divLeftContent h1 {
	color: #FFFFFF;
	background-color: #990000;
	text-align: center;
	font-size: 12px;
	padding: 10px;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: -5px;
}
