body 
{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: black;
	background: #f0f0f0;
	text-align: center;
	margin:9px 9px 0 9px;
    padding:0;
}

a {text-decoration:none}

#pageContainer 
{
	width: 888px;
	margin-top: 10px;
	margin:auto;
	background: white;
	text-align: left;
}

/**********************************************************/
#headerAds{
	float:left;
	width: 888px;
	height: 90px;
	background: white;
	text-align: center;
}

/**********************************************************/
/* Main Menu */
#menu
{
	float:left;
	width:496px;
	margin-top: 20px;
	line-height:normal;
	border-bottom: 2px solid #e8e8e8; /*Add border strip to bottom of menu*/
}


#menu ul
{
	list-style-type: none;
	margin:0;
	margin-left: 0px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}

#menu li
{
	display:inline;
	margin:0;
	padding:0;
}

#menu a
{
	float:left;
	background:url("image/glowtab-left.gif") no-repeat left top;
	margin:0;
	margin-right: 0px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}

#menu a span
{
	float:left;
	display:block;
	background:url("image/glowtab.gif") no-repeat right top;
	padding: 5px 12px 3px 3px;
	font-weight:bold;
	color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span 
{	
	float:none;
}
/* End IE5-Mac hack */

#menu a:hover span 
{
	color: black;
}

#menu a.current
{ /*Selected Tab style*/
	background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#menu a.current span
{ /*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: black;
}

#menu a:hover
{ /*onMouseover style*/
	background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#menu a:hover span
{ /*onMouseover style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

/*Google Search Bar */
#gSearch
{
	float: left;
	width: 290px;
	background: white;
}


/**********************************************************/
#bodyContents 
{
	float:left;
	width: 658px;
	background: white;
	line-height: 18px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:30px;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

pre
{
    width: 100%;
    overflow: auto;
 #   border: 1px solid #e5e5e5;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
    
#vCode 
{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: blue;
	text-align: left;
}

#bodyContents ol li
{
	margin-left: 0px;
	padding: 0;
	padding-bottom: 10px;
	font-size: 14px;
	color:  #0000ff;
	text-decoration: none;
}


#bodyContents ul li
{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color:  #0000ff;
}

#bodyContents p 
{
	margin-left: 0px;
	padding: 0;
	padding-bottom: 5px;	
	padding-bottom: 5px;	
}

#bodyLeftAds 
{
	float: left;
	width: 160px; 
	background: white;
	line-height: 18px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 0px;	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	
}

#footerAds{
	float:left;
	width: 888px;
	height: 15px;
	background: white;
	text-align: center;
}

/**********************************************************/
#footer 
{
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color:#ccccff;
	border-top: 2px solid #e8e8e8;
	padding: 20px 25px;
	line-height: 10px;
	text-align: center;
	height: 30px;
}
/**********************************************************/