body {
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #003;
	background-color: white;
	text-align: center;
}

/*MAIN SECTIONS*/

#index #header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 62px;
	border-bottom: 1px solid black;
	background: #FFF url(mgheaderfinal62.jpg) repeat-x;
}

#container {
	width: 860px;
	text-align: center;
	margin: auto;
}

#main {
	margin: 5px 10px 10px 10px;
	float: left;
	width: 800px;
	text-align: left;
	clear: left;
}

#centerblock {
  width: 80%;
  min-height: 350px;
  font: bold 1.2em Georgia, "Times New Roman", Times, serif;
  margin: 70px auto;
}

#footer {clear: both; border-top: 2px solid #006;}

table {
	width: 100%; 
	border: none;
	margin: 0;
	padding: 0px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

td {
	display:table-cell;	
	vertical-align: text-top;
	text-align: left;
	border: none;
	margin: 0px;
}	

/*BASIC ELEMENTS*/

a {color: #09c; text-decoration: none;}
a:link {color: #09c;}
a:visited {color: #07a;}
a:hover {background-color: #eee;}

p {
	font: normal 1.0em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #003;
	padding: 0;
	margin: .4em 0em 1.2em;
}
.bold {
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
	margin: 5px;
}

.imagehead {
	width: 220px;
	height: 30px;
	float: left;
	margin: 20px 0 0 20px;
	border: none;
}

.footleft {font: bold .8em Verdana, Arial, Helvetica, sans-serif; line-height: 1.4em; width: 450px; float: left; text-align: left;}
.footright {font: bold .8em Verdana, Arial, Helvetica, sans-serif; line-height: 1.4em; width: 380px; float: right; text-align: right;}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	text-decoration: none;
	color: #003;
}

/*Most of the following from Owen Briggs typography*/

/*h1 is page header*/
h1 {float: left; clear: both; width: 200px; text-align: left; font-size: 1.6em; font-weight: bold; margin-top: 0em; margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/}

/*h2 is descriptive product title at head of page*/
h2 {font-size: 1.2em; font-style: italic; margin: .6em 0 .2em 0; font-weight: bolder; line-height: 1.4em;}

/*h3 is general large subheading throughout product page*/
h3 {font-size: 1.2em; margin: 1.2em 0 1.2em 0; font-weight: bolder; line-height: 1.4em;}

/*h4 is author name in product page header*/
h4 {font-size: 1.2em; margin: 0 0 1em 0; font-weight: bolder;}

/*h5 is sidebar column header*/
h5 {font-size: 1.1em; margin: 1.2em 0em 1.2em 0em; font-weight: bolder; clear: both;}

/*h6 is indented smallhead for product description details... */
h6 {font-size: 1.2em; margin: 1.2em 0em 1.2em 1.5em; font-weight: bolder; font-style: italic;}

strong, b {
	font-weight: bold;
}

input.button {
	height: auto;
	width: auto;
	color: #FFF;
	background-color: #006;
	padding: 3px;
	margin: 25px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
}	

.newtablehead {font: bold .9em/1.3em Verdana, Arial, Helvetica, sans-serif; text-align: center; font-style: italic; border-bottom: none; margin:0;}

#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}

.comment {
	border: 1px dashed gray;
	padding: 15px;
	margin: 20px 10px;
	background-color: #EDF3FE;
}

.comment a:link {color:#309; text-decoration:none;} 
.comment a:visited {color:#309; text-decoration:none;}
.comment a:hover {color:#309; text-decoration:none;}
.comment a:active {color:#309; text-decoration:none;}

#commentdiv {
	border: 1px dashed gray;
	padding: 15px;
	margin: 15px;
	background-color: #EDF3FE;
}