/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-image: url(../images/bg-revised.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin: 0px;
	background-attachment: scroll;
}
a:hover {
	font-weight: bold;
	color: #DCB018;
}
a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
a:link {
	font-weight: bold;
	color: #6B87DF;
	text-decoration: underline;
}
#protect_future {
	text-align: center;
	width: 750px;
	margin-top: 30px;
	margin-bottom: 10px;
	bottom: 20px;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #DCB018;
}
#ftp {
	padding-right: 20px;
	padding-top: 10px;
}
#benefits {
	line-height: 18px;
}
#nav {
	height: 24px;
	padding: 0px;
	margin: 0px;
}
#content {
	padding: 15px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: underline overline;
	color: #FFFFFF;
}
#pic_right {
	margin: 5px;
	padding: 5px;
	border: thin solid #DCB018;
	float: right;
}
#applet {
	background-color: #DCB018;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF;
}
#pic_left {
	padding: 5px;
	border: thin solid #DCB018;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#signmein {
	background-color: #333;
	border: 1px dotted #DCB018;
	width: 320px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#divider {
	background-color: #FFF;
	height: 300px;
	width: 1px;
}

