/* Google Zoogle.com style sheet */

/* tag elements *********************************************************************************/
html, body {
	margin:0;
	scrollbar-face-color: #380000; 
	scrollbar-highlight-color: #a4a4a4; 
	scrollbar-shadow-color: #d4d4d4; 
	scrollbar-3dlight-color: #c4c4c4; 
	scrollbar-arrow-color: #c6c6c6; 
	scrollbar-track-color: #a9a9a9; 
	scrollbar-darkshadow-color: #d3d3d3;
}
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#ffffff;
	color: #333333;
	font-size: 12px;
	width: 100%;	
	behavior:url("images/csshover.htc");	/* Silly IE... *************************************/
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
img {
	padding: 0;
	border: 0;
}
img.page_image {
	width:180px;
	border: 0;
}
hr.flash {
	color: #FF0000;
}
p.byline {
	font-style:italic;
	text-align: right;
}
p.small {
	font-size: 90%;
}
p.small_0 {
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 0;
}
p.smallBold {
	font-size: 90%;
	font-weight: bold;
}
p.smallBold_0 {
	font-size: 90%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	color: #33CCFF;
}
.heading {
	/*color: #330099;*/
}
.article_heading {
	font-size: 90%;
	font-weight: bold;
	color: #CCCCFF;
	margin-top: 0;
	margin-bottom: 0;
}

/* template objects ****************************************/
#top {
	position: relative;
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	text-align: center;
}
#google_bar {
	position: relative;
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	text-align: center;
}
#content {
	position: relative;
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
}


