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

a {text-decoration:none}

p:first-letter 
{
	color: #0000ff;
	font-size:x-large;
}


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

/**********************************************************/
/*#headerLeft-Logo
{
	float:left;
	width: 209px;
	height: 90px
}
*/
#headerAds{
	float:left;
	width: 888px;
	height: 90px;
	text-align: center;
}

/*********************************************************/

/* Main Menu */
#menu
{
	float:left;
	width:888px;
	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*/
}

/***************************************************************/

#bodyContents 
{
	float:left;
	width: 648px;
	line-height: 18px;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

#myLogo
{
	text-align: center;
	margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
#bodyContents h1 
{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 15px;
	color:  #0000ff;
	text-align: left;
}

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


/**********************************************************/
/*Google Search Bar */
#gSearch
{
	float: left;
	width: 557px;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-left: 30px;
}


/**********************************************************/

#bodyLeftAds 
{
	float: right;
	width: 160px;
	line-height: 18px;
	padding-top: 30px;
	padding-bottom:0px;
	padding-right: 20px;
	padding-left: 20px;

}

/**********************************************************/
#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: 20px;
}
/**********************************************************/