/* CSS Document */

#main_mast {
	float: left;
	height: 100px;
	width: 720px;
	border: 0px none;
	overflow: hidden;
}
#main_mast_left {
	float: left;
	width: 120px;
}
#main_mast_center {
	width: 240px;
	position: relative;
	top: 15px;
	left: 10px;
	z-index: 20;
}
#main_mast_right {
	width: 300px;
	height: 100px;
	position: relative;
	top: 10px;
	left: 10px;
}
#main_mast_text {
	float: left;
	width: 450px;
}
#unity {
	float: left;
	width: 400px;
	position: absolute;
	top: 80px;
	left: 40px;
	z-index: 10;
}

#top_bar {
	float: left;
	width: 630px;
	position: relative;
	left: 50px;
}

#top_nav_lcurve {
	float: left;
	width: 15px;
	position:relative;
}

#nav_top_bar {
	float: left;
	background-color: #FFCC00;
	width: 600px;
	height: 30px;
	position:relative;
}

#nav_top_white {
	float: left;
	background-color: #FFFFFF;
	width: 417px;
	height: 20px;
	position: relative;
	top: 15px;
	left: 5px;
	z-index: 30;
	padding: 5px;
}

#nav_top_contents {
	background-color: #FFFFFF;
	width: 100px;
	height: 16px;
	position: relative;
	float:left;
	top: 0px;
	left: 0px;
	z-index: 50;
}

#nav_top_back {
	background-color: #FFFFFF;
	width: 100px;
	height: 16px;
	position:relative;
	top: 0px;
	left: 5px;
	z-index: 50;
	float:left;
}

#nav_top_home {
	background-color: #FFFFFF;
	width: 100px;
	height: 16px;
	position:relative;
	top: 0px;
	left: 10px;
	z-index: 50;
	float:left;
}

#nav_top_favs {
	background-color: #FFFFFF;
	width: 100px;
	height: 16px;
	position:relative;
	top: 0px;
	left: 15px;
	z-index: 50;
	float:left;
}

#top_nav_rcurve {
	float: left;
	width: 15px;
	position: relative;
}

#bottom_nav_left {
	float: left;
	width: 45px;
	z-index: -10;
}

#bottom_nav_right {
	float: left;
	background-color: transparent;
	width: 655px;
}

#nav_bottom_bar {
	float: left;
	background-color: #FFCC00;
	width: 640px;
	height: 30px;
	z-index: -10;
	overflow: hidden;
}

#nav_bottom_white {
	float: none;
	background-color: #FFFFFF;
	width: 615px;
	height: 10px;
	top: 15px;
	left: 5px;
	z-index: 30;
	padding: 5px;
	position: relative;
}

#nav_bottom_authorisation {
	background-color: #FFFFFF;
	width: 150px;
	height: 16px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 50;
	overflow: hidden;
}

#nav_bottom_privacy {
	background-color: #FFFFFF;
	width: 150px;
	height: 16px;
	position: relative;
	top: -16px;
	left: 155px;
	z-index: 50;
	overflow: hidden;
}

#nav_bottom_disclaimer {
	background-color: #FFFFFF;
	width: 150px;
	height: 16px;
	position: relative;
	top: -32px;
	left: 310px;
	z-index: 50;
	overflow: hidden;
}

#nav_bottom_copyright {
	background-color: #FFFFFF;
	width: 150px;
	height: 16px;
	position: relative;
	top: -48px;
	left: 465px;
	z-index: 50;
	overflow: hidden;
}

#bottom_nav_end {
	float: left;
	width: 15px;
	overflow: hidden;
	z-index: -10;
}
h1 {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 360%;
	font-weight: bolder;
	color: #000066;
	background-color : transparent;
	margin-bottom:0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #999933;
	background-color : transparent;
	margin-bottom:0px;
}

h3 {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 175%;
	font-weight: bold;
	color: #000066;
	background-color : transparent;
}
h4 {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 200%;
	font-weight: bolder;
	color: #BBBBBB;
	background-color : transparent;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #999933;
	background-color : transparent;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFCC;
	background-color : transparent;
	margin: 0px;
	padding: 0px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}

.list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	margin-bottom:10px;
}

.list2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#666666;
	background-color : transparent;
	margin-bottom:10px;
}

.button a {
	background-color : #663333;
	color : #FFFFCC;
	font-size: 70%;
	display : block;
	padding-bottom : 1px;
	padding-top : 1px;
	width : 100px;
	text-decoration: none;
}

.button a:hover {
	background-color : #999933;
	color : #000000;
	text-decoration: underline;
}

.button2 a {
	background-color : #663333;
	color : #FFFFCC;
	font-size: 70%;
	display : block;
	padding-bottom : 1px;
	padding-top : 1px;
	width : 150px;
	text-decoration: none;
}

.button2 a:hover {
	background-color : #999933;
	color : #000000;
	text-decoration: underline;
}
