/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	}

.mainTable {
	width: 100%;
	height: 100%;
}

.align {
	vertical-align: middle;
	text-align: center;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 543px;
	height: 450px;
	background-color:#ffffff;
}

#inner {
	height:402px;
	background-color:#FFFFFF;
	width: 543px;
	}
	

#topBar {
	width:100%;
	height:6px;
	background-color:#171770;
	border-bottom:#ffffff;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:0px;
	margin:0px;
	}

#mainVisual {
	clear:left;
	border-bottom:#ffffff;
	border-bottom-width:1px;
	border-bottom-style:solid;
	}
	
#bottomContent {
	position:relative;
	background-color:#8EC156;
	height:263px;
	width:100%;
	}

#menu {
	position:absolute;
	top:14px;
	left:35px;
	}

.map {
 	float:left;
	margin-left:130px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
.legal {
	text-align:center;
	margin-left:20px;
	margin-right:20px;
	}
	
.selectText {
	clear:left;
	margin-left:210px;
	color:#FFFFFF;
	}
