/* Body Styles */
html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49555A;
	text-align: left;
	width: 100%;
	line-height: 1.5;
}

a:link, a:visited {color:#999999; text-decoration: none;}
a:hover {background-color: #999999; color: #FFFFFF; text-decoration: none;}
a:active {color:#999999; text-decoration: none;}

#header {
	position: absolute;
	top: 20px;
	left: 20px;
}

#background {
	position: absolute;
	top: 120px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 168px;
	background-color: #49555A;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	z-index: 2;
}
.links {
	position: absolute;
	top: 10px;
	float: left;
	margin: 0;
	padding: 0;
	width: 144px;
	height: 168px;
	display: block;
	z-index: 5;
}
.links a:link, .links a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 144px;
	height: 17px;
	padding-top: 6px;
	text-align: left;
	padding-left: 22px;
	border-bottom: 1px solid #FFFFFF;
}
.links a:hover {
	color: #FFFFFF;
	background-color: #F79630;
	text-decoration: none;
	display: block;
	width: 144px;
	padding-left: 22px;
	height: 17px;
	padding-top: 6px;;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}
.links a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 144px;
	padding-left: 22px;
	height: 17px;
	padding-top: 6px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}
.line {
	position: absolute;
	top: 130px;
	float: left;
	margin: 0;
	padding: 0;
	width: 144px;
	height: 35px;
	display: block;
	z-index: 5;
}
.line a:link, .line a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 144px;
	height: 23px;
	padding-top: 6px;
	text-align: left;
	padding-left: 22px;
}
.line a:hover {
	color: #FFFFFF;
	background-color: #F79630;
	text-decoration: none;
	display: block;
	width: 144px;
	padding-left: 22px;
	height: 23px;
	padding-top: 6px;;
	text-align: left;
}
.line a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 144px;
	padding-left: 22px;
	height: 23px;
	padding-top: 6px;
	text-align: left;
}

#content {
	position: relative;
	width: 49%;
	left: 375px;
	top: 10px;
}
#photo {
	position: relative;
	float: left;
	width: 225px;
	top: 130px;
	left: 145px;
	z-index: 10;
}
#photo img {
	border-left: 8px solid #283439;
	border-right: 8px solid #283439;
}
#text {
	position: relative;
	margin: 0;
	top: 5px;
	left: 15px;
	padding-right: 30px;
	font-color: #FFFFFF;
}

#terms {
	padding-top:1px;
	padding-left:1px;
	
	

}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.title1 {
	font-weight: bold;
	font-size: 16px;
}
.title2 {
	font-weight: bold;
	color: #F79630;
	font-size: 13px;
}
#privacy {
	position: absolute;
	margin:0;
	font-size: 9px;
	top: 300px;
	left: 20px;
}
#whitearea {
	position: absolute;
	margin: 0px;
	width: 45%;
	background-color: #DEDEDE;
	top: 280px;
	left: 355px;
	border-left: 8px solid #9EA3A5;
	border-bottom: 8px solid #9EA3A5;
	border-right: 8px solid #9EA3A5;
	padding: 20px;
	z-index: 1;
}
#whitearea a:link, #whitearea a:visited {color:#283439; text-decoration: none;}
#whitearea a:hover {background-color: #283439; color: #FFFFFF; text-decoration: none;}
#whitearea a:active {color:#283439; text-decoration: none;}
	
#table td {
	vertical-align: top;
}
input {
	color: #F79630;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
textarea {
	color: #F79630;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 211px;
	height: 100px; 
	font-weight: bold;
}
.button {
	color: #49555A;
	background-color: #F79630;
	font-size: 10px;
	font-weight: bold;
}
.right {
	text-align: right;
}