body.splash {
	font: 11pt Arial, Verdana, Helvetica, sans-serif;
	background: #F2BC46;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}

#container {
	/*width: 850px;*/  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 885px;
	background: #FFFFFF;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	margin:25px 35px;
        *margin:25px 15px;
	float: right;
	width: 355px;
	height: 500px;
}

#footer {
	/*width: 850px;*/
	width: 885px;
	margin: 10px auto;
	text-align: left;
	font:normal 10pt/1.1 Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

A {
	COLOR: #EB8321; TEXT-DECORATION: underline
}

A:link {
	COLOR: #EB8321; TEXT-DECORATION: underline
}

A:visited {
	COLOR: #EB8321; TEXT-DECORATION: underline
}

A:hover {
	COLOR: #0066cc; TEXT-DECORATION: none
}

A:active {
	COLOR: #EB8321; TEXT-DECORATION: underline
}

.selectprovince {
	font-size:14px;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: normal 14px/16px arial}

/* #sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 26px 4px 10px;
	width:190px;
	_width:225px;
	background: url(http://convio.cancer.ca/ccs/relayforlife/images/provincemenu_bg.gif) no-repeat 0 0;
	color: #333;
	text-align: center;
	text-decoration: none}
	*/

/* new style to widen drop-down */	
/* added 8/18/2010 by Jean Vestal */

#sddm li a {
background:url("http://convio.cancer.ca/ccs/relayforlife/images/provincemenu_bg_new.gif") no-repeat scroll 0 0 
transparent;
color:#333333;
display:block;
margin:0 1px 0 0;
padding:4px 26px 4px 0px;
text-align:center;
text-decoration:none;
width: 225px;
_width: 260px;
}

#sddm li a:hover {
	color: #0066cc}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #fff}

/*#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 0px;
	width: 191px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background-color:#FDD71B;
	color: #333;
	font: 14px arial
}*/

/* new style to widen drop-down */
/* added 8/18/2010 by Jean Vestal */

#sddm div a {
background-color:#FDD71B;
color:#333333;
display:block;
font:14px arial;
margin:0;
padding:4px 0;
position:relative;
text-align:center;
text-decoration:none;
white-space:nowrap;
width:228px;
}

#sddm div a:hover
{
background-color: #fff;
color: #0066cc}

#flashContent{
float:left;
width:425px;
}






