html{
    color: #ffffff;
}

body {
	font: 75% verdana, helvetica, sans-serif;
	line-height: 1.4em;
	background-color: rgb(255,255,255);
	margin: 0;
	padding: 0;
	color: #ffffff;
	height: 100%;
}

h1 {
    line-height: 1.2em;
    font-size: 16px;
}

a {
	color: #ffffff;
    text-decoration: none;
}

a:hover {
	color: #ffffff;
    text-decoration: underline;
}

#ly1Outer {
	position: absolute;
	width: 800px;
	min-height: 100%;
	height: auto;
	margin-left: -400px;
	top: 0%;
	left: 50%;
	background-color: #ff9900;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
    overflow: visible;
}

#ly1Inner {
	width: 800px;
	position: relative;
	float: left;
	height: auto;
}


#ly1Head {
	width: 800px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	border-bottom: 1px #ffffff solid;
}

#ly1HeadPic {
    position: relative;
    width: 100%;
    height: 70px;
    border-bottom: 1px #ffffff solid;
    margin-bottom: 10px;
}

#ly1HeadHelpNav {
    position: relative;
    float: left;
    left: 13px;
    width: 200px;
	margin-bottom: 5px;
}

#ly1HeadNavipath {
    position: relative;
    float: right;
    right: 320px;
    width: 300px;
    font-style: italic;
}

#ly1Content {
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: auto;
	position: relative;
}

#ly1ContentText {
	width: 500px;
	margin: 40px 120px 0 40px;
	float: right;
	line-height: 1.5em;
	border-bottom: 1px #ffffff solid;
}

#ly1ContentNav {
    position: relative;
    float: left;
    left: 0;
    top: 50px;
    padding-left: 4px;
	padding-bottom: 10px;
}
