* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

a:link{color: #2244DD; text-decoration:none}
a:active{color: #DD2222; text-decoration:none}
a:hover {color: #2244DD; text-decoration:none}
a:visited{color: #8800BB; text-decoration:none}

body {
	background-color:#DDDDDD;
	background-image: url(gradient.png);
	background-repeat: repeat;
	background-attachment:fixed;
	background-position: top left;
	text-align:center;  /* horiz center for IE Win */
	}

p,table,tr,td {
	margin-bottom:1em;
	margin-left:75px;
	font-family:arial;
	font-size:11px;
	color: #000000;
	}
	
p.nav {
	margin-top:2em;
}

p.footer {
	margin-top:2em;
	margin-bottom:0em;
	font-size:10px;
	}
	
p.noscript {
	font-size:10px;
	}

img {
	border-style: solid;
	border-width: 0px;
	}

#parent { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of flashcontent's height */
	float:left;
	}

#flashcontent {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:600px;
	width:900px;
	clear:left;
	}
	
embed:focus { outline:none; }