div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}
*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}



@charset "utf-8";
/* CSS Document */

ul, li{
	margin-left:10px;	
}

h1 {
	font-size:small;
}

td {	
	vertical-align:top;
}

h2 {
	font-size: larger;
	padding:0px;
}



body {
	font-family: Verdana, Geneva, sans-serif;
	background-image:url(../images/tile.gif);	
	background-repeat:repeat;
	font-size:smaller;
}
#needflash{
	position:absolute;
	width:100%;
	height:20px;
	font-size:medium;
	top:50px;
}

#noflash{
	position:absolute;
	padding-top:10px;
	width:100%;
	height:30px;
	background-color:#FFF;
	top:110px;
}

#menu{
	position:relative;
	float:left;
	padding:0px 20px;
}

#content {
	position:relative;
	float:left;
	width:400px;
	z-index:1;
}

#iframe {
	position:relative;
	float:left;
	width:650px;
	height: 300px;
	overflow: auto;
	font-weight: normal;
	background-color:#EEE;
	padding-left:10px;
}


#Header{
	width:900px;
	height:160px;
	position:relative;
	margin:0 auto;
	color:#FFF;
	text-align:center;
}
	
#Main{
	width:860px;
	height:400px;
	position:relative;
	margin:0 auto;
	background-color:#FFFFFF;
	padding:0px 20px;
	}
	
#Footer{
	position:relative;
	margin:0 auto;
	width:890px;
	padding:5px;
	color:#DDDDDD;
	text-align:center;
	font-size:smaller;
}
	
#Preload{
	display:none;
	}
