html, body, 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #336;
	background: white;
}
ol, ul {
	list-style: none;
}

html, body {
	height: 100%;
	margin-bottom: 1px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(images/tile.jpg) repeat-x left top;
	margin: 0; 
	padding: 0;
	text-align: center;
}

#container {
	margin: 0 auto;
	text-align: left;
	font-size: 0.8em;
	width: 80em;
} 
#header {
	background: url(images/banner.jpg) no-repeat left top;  
	height: 110px;
} 

#fusion {
	width: 80em;
	background: url(images/splash.jpg) no-repeat left top;
	font-size: .999em;
	height: 13.5em;
	border: 1px solid #E6E6FF;
}

#content {
	width: 80em;
	font-size: .975em;
	border: 1px solid #E6E6FF;
}

#LftTbl {
	width: 55em;
	font-size: .975em;
	margin: .5em 0em .5em 3em;
	text-align: left;
}

#RghtTbl {
	width: 35em;
	vertical-align: middle;
	font-size: .975em;
	margin: .5em 0em .5em 0em;
	text-align: left;
}

#LftTbl ul {
	list-style-type:circle;
	font-style:italic;
	margin: 1.5em 0em .5em 5em;
}

#LwrDiv {
	width: 80em;
	font-size: .987em;
	margin: .5em 0em .5em 0em;
	text-align: left;
	padding: .5em .5em .5em .5em;
}

#footer {
	padding: 0.75em 0.5em 0.5em; 	
	background:#272E42 url(../images/foot.jpg) repeat-x left top;
	text-align: center;
	color: #CCC;
	font: 0.7em Helvetica, Arial, Verdana, sans-serif;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}

p {
	font: 1em/1.5 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-top: .7em;
	margin-bottom: 0.7em;
	margin-left: 1.4em;
	margin-right: 1.4em;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.open {
	background: #EFE5EB;
}

