body {
	font: 14px arial, sans-serif;
	color: #FFFFFF;
	margin: 240px 0px 0px;
	padding: 0px;
	background: url(i/bg.jpg) repeat-x;
	max-width: 1000px;
}
* html body {
  width: expression(Math.min(document.documentElement.clientWidth - 20, 1000));
}
a {
	font-weight: normal;
	color: #0000FF;
}

a:visited {
	font-weight: normal;
	/* text-decoration: underline; */
	color:#660099;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	/* color: #0000FF; */
}
#logo {
	position: absolute;
	left: 45px;
	top: 35px;
	background-color: #FFFFFF;
}
#midway {
	position: absolute;
	left: 0px;
	top: 70px;
}
#nav {
	position: absolute;
	left: 45px;
	top: 179px;
	width: 650px;
}
#wrapper {
	margin: 0 50px 0 50px;
}
#mainheader {
	border-bottom: 4px dashed #999;
	font-weight: normal;
	padding: 0px;
	color: #9A090C;
}
#content p {
	text-align: justify;
	color: #000000;
}

#content .FloatRight {
	float: right;
	clear: right;
	margin-left: 10px; /* Cannot specify?  Inherit only? */
}

#content .FloatLeft {
	float: left;
	clear: left;
	margin-right: 10px; /* Cannot specify?  Inherit only? */
}

#content .ElementContainer400 {
	width:400px;
	background:#fff;
	font:12px arial, sans-serif; 
	color:#000;
	margin-top:10px; 
	margin-bottom:10px;
}

#content .ElementContainer300 {
	width:300px;
	background:#fff;
	font:12px arial, sans-serif; 
	color:#000;
	margin-top:10px; 
	margin-bottom:10px;
}

#content .ElementContainer200 {
	width:200px;
	background:#fff;
	font:12px arial, sans-serif; 
	color:#000;
	margin-top:10px; 
	margin-bottom:10px;
}

#content .ElementCaption {
	width:inherit;
	font:bold 11px/12px arial, sans-serif; 
	color:#000;   
	padding-top: 3px;
}

#content blockquote {
	text-align: justify;
	color: #000000;
}

#content td {
	color: #000000;
}
#footer {
	border-top: 4px dashed #999;
	padding: 4px 0 2px 0;
	margin: 0 0 4px 0;
	color: #000000;
}

#skipnav {
	display:none;
}
