@charset "UTF-8";
/* CSS Document */

.container {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFF;
	vertical-align: top;
	top: 40px;
	position: relative;
}
.header {
	height: 220px;
	width: 770px;
	background-color: #FFF;
	float: left;
	position: relative;
}
.menu {
	background-color: #164BA1;
	height: 20px;
	width: 770px;
	text-align: right;
	float: left;
	position: relative;
}
.footer {
	background-color: #164BA1;
	height: 20px;
	width: 770px;
	float: left;
	position: relative;
}
.mainboby {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 770px;
	position: relative;
}
.left {
	width: 310px;
	height: auto;
	position: relative;
}
.right {
	width: 430px;
	background-color: #FFF;
	float: right;
	height: auto;
	position: relative;
}
.tandc {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 9px;
	line-height: 12px;
	padding-top: 12px;
}
.headlinetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #164BA1;
}
a:link {
	color: #FFF;
	text-decoration: none;
	background-color: #164BA1;
	}

a:visited {
	color: #999;
	text-decoration: none;
	}

a:active {
	color: #999;
	text-decoration: none;
	}

a:hover {
	color: #164BA1;
	text-decoration: none;
	background-color: #CCC;
	}
	
.form {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 9px;
	line-height: 12px;
	padding-top: 12px;
	text-align: right;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	height: 20px;
	width: 715px;
	text-align: right;
	float: left;
	position: relative;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
	text-align: right;
	text-indent: 5px;
	vertical-align: middle;
	height: 16px;
	width: 718px;
	float: left;
	position: relative;
	top: 5px;
}
.righttext {
	width: 410px;
	background-color: #FFF;
	float: right;
	height: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333;
	text-decoration: none;
	right: 20px;
	top: 20px;
}
