body {
	margin-top: 4; 
	text-align: center; /* required for centering the page in IE */
	font-family: Georgia;
	font-size: 12px;
	line-height: 15px;
	background: #3a3a3a;
}



A:link						{ color: #33648E; text-decoration:none;  font-weight: bold; }
A:visited					{ color:#33648E; text-decoration:none;  font-weight: bold; }
A:hover						{ color:Green; text-decoration:underline; }
A:active					{ color:Green; }

#wrapper {
	width: 840px;
	margin: 0 auto; /* centering the page */
	/* text-align: left;*/
	background: url(images/mainbody_background.jpg) repeat-y;
	background-color: FFFFFF;

	}
#header {
	height: 70px;
	background: #3a3a3a;
	background: url(images/mainbody_background.jpg) repeat-y;
	}
#menu {
	height: 52px;
	width: 840px;
	background: #3a3a3a;
	}
#banner {
	height: 100px;
	background: #3a3a3a;
	background: url(images/mainbody_background.jpg) repeat-y;
	}
	
#locationbar {
	height: 28px;
	background: #3a3a3a;
	}
	
	
#content {

	text-align: justify;
	margin-bottom: 5px;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 5px;
	background-color: FFFFFF;
	
	}
	
	#container {
	background-color: FFFFFF;

	}
	
	#content_forum {
	text-align: justify;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right:30px;
	margin-top: 0px;
	background-color: FFFFFF;
background: url(images/white.gif) repeat;

	}
	
	#container {
	background-color: FFFFFF;

	}
	
	p {line-height: 17px;}
	
	ul {line-height: 17px;}
	
	iframe {
 	background-color: FFFFFF;
	background: url(images/white.gif) repeat;
	}
	
#table_winners {
	padding-left: 8px; padding-right:0px;text-align: left;}
#table_winners td {padding-left: 8px; padding-top: 8px; padding-bottom: 8px;padding-right:0px;  vertical-align: top; }
	
#footer {
	clear:both;
	height: 185px;
	background: url(images/bottom_image.jpg) no-repeat;
	font-size: 11px;
	}
	
a.footer, a.footer:visited {
font-size: 11px;
color:#33648E;
font-weight:normal;
text-decoration:none;
}	

a.footer:hover {
font-size: 11px;
color:Green;
font-weight:normal;
text-decoration:underline;
}
	
	
	.imageright
{
/* margin: top, right, bottom, left */
/* float: right;
/* padding: top, right, bottom, left */
margin: -10p 0px 0px 10px; 
padding: 10px 0px 2px 16px; /* This pushes the text away from the image */ 
text-align: center;
font-weight: bold;
}

.imageleft
{
/* margin: top, right, bottom, left */
float: left;
margin: 0px 5px 0px 2px; 
/* padding: top, right, bottom, left */
padding: 0px 10px 0px 0px; /* This pushes the text away from the image */ 
text-align: center;
font-weight: bold;
}
	
	
	
	h1 {
	font-family: Georgia;
	font-size: 17px;
	font: bold;
	color: #006400;
	padding-top: 12px;
	padding-bottom: 10px;
}
#clearfooter {width:100%;height:60px;clear:both} /* to clear footer */

/*---------- bubble tooltip -----------*/
a.tt, a.tt:visited {
    position:relative;
    z-index:24;
    color:#33648E;
	font-weight:bold;
	line-height: 17px;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/

a.tt:hover{ z-index:25; color: Green; text-decoration:underline; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-8px; left:300px;
	padding: 15px 0 0 0;
	width:400px;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
    text-align: left;
	 text-decoration:none;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}
