html, body{ width: 100%; height: 1000px; margin:0; padding:0; }
body {
	/* customize page background-if not using a background image, use commented code below imstead */
	/* background: #000000; */
	background: #ffffff;
	/* don't change anything else */
	margin:0;

}

/* styles for flash content -change width and height, and top and left margin*/
#flashMovie {
	/* change flash movie width*/
	width: 100%;
	/* change flash movie height*/
	height: 1000px;
	/* change font-family, font size and  font color if needed - for no flash message */
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	/* don't change anything else */
	text-align: center;
}


#vertspacer {
	position: absolute;
	top:0px;
	left:0px;
	width: 10px;
	height: 650px;
}

/* change font color and underline (change underline to none if you dont want an underline) if needed - used for no flash message link */
a.noflash { color: #333333; text-decoration: underline; }
/* uncomment style below if needed - used for no flash message link hover state - if left commented, link does not change on mouse over*/
/*a.noflash:hover { color: #666666; text-decoration: underline;  } */

/* positioning styles for footer - dont change!! */
#footer {
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 34px;
	visibility: visible;
	display: block;
}

/* text styles for footer */
#footertxt {
	/* change font-family, font size and  font color if needed */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	/* don't change this */
	padding-bottom: 10px;
}

/* change font color and underline (change underline to none if you dont want an underline) if needed - used for footer link */
#footer a { color: #333333; text-decoration: none; }
/* uncomment style below if needed - used for footer link hover state - if left commented, link does not change on mouse over*/
/* #footer a:hover { color: #9C9EA0; text-decoration: none;  }*/

/* noscript text style - change color if needed. */
#noscript { color: #666666;}

/* site wide elements - dont change!! */
.inside{ padding:12px; }