body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	font-family:"Times New Roman", Times, serif;
}
.textfield {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	border:1px solid #000000;
	padding:1px;
}
.button {
	background-color:#000000;
	color:#FFFFFF;
	cursor:pointer;
}
#menu {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 27px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
#bg {
	width: 1003px;
	min-height: 245px;
	text-align: left;
	background-image: url(../img/back.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
#content {
	width: 685px;
	font-size: 14px;
	line-height:18px;
	text-align:left;
	padding: 30px 30px 30px 30px;
}
a {
	color:#000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:24pt;
	color: #000000;
	font-weight: normal;
	text-decoration:none;
	line-height: 24pt;
}
#footer {
	width: 963px;
	line-height: 40px;
	background-color: #000000;
	padding: 0px 20px 0px 20px;
	font-size: 11px;
	text-align: left;
	color: #FFFFFF; 
}
#float {
	float: right;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
.imageBorder {
	border:1px solid #000000;
}
.imageBorderLeft {
	border-left:1px solid #FFFFFF;
}
