body {
	margin: 0;
	padding: 0;
	font: Arial, Helvetica, san-serif;
	color: #000000;
}

#container{
	margin: 0px;
	padding: 0px;
}
#logo {
	position: absolute;
	top: 40px;
	left: 50px;
	right: 0px;
	bottom: 0px;
	width: 94px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 0;
}
/*#home a {
	color: #000000;
}*/
/*#home a:hover {
	color: #666666;
}*/
/*#navbar {
	position: absolute;
	left: 170px;
	top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	width: 568px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	z-index: 99;
	color: #212120;
}
#navbar a {
color: #212120;
	text-decoration: none;
}
#navbar a:hover {
	color: #777777;
	text-decoration: none;
}*/
#header {
	position: absolute;
	left: 60px;
	top: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 116%;
	width: 500px;
	line-height: 140%;
	font-weight: bold;
	color: #212120;
	z-index: 1;
}
#text {
	position: absolute;
	left: 60px;
	top: 206px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 500px;
	line-height: 120%;
	color: #212120;
	z-index: 1;
}
#text a {
	color: #465EB8;
	text-decoration: underline;
}
#text a:hover {
	color: #897183;
	text-decoration: underline;
}
#skipnavigation {
	position: absolute;
	left: 170px;
	top: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 200px;
	color: #CCCCCC;
	z-index: 0;
	visibility: hidden;
}
#skipnavigation a {
	color: #CCCCCC;
	text-decoration: underline;
}
/*.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 100%;
	font-weight: bold;
}*/
.cssform p{
     width: 198px;
     clear: left;
     margin: 0;
     padding: 5px 0 8px 0; /*distance between lines (leading)*/
     padding-left: 150px; /*width of left column containing the label elements*/
     border-top: 1px dashed white;
     height: 1%;
}

.cssform label{
	font-weight: normal;
	float: left;
	margin-left: -150px; /*width of left column*/
	width: 130px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 280px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

