@charset "utf-8";
/* CSS Document */
html {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px; 
	color: #297BC6; 
	background: white;
}
body#body_home {
	background: #FF7B00 url(images/huge_bg.gif) no-repeat
		fixed;
}
#header_left .around {
	float:left;
	border: none;
}
#header_right .ms {
	float:right;
	border: none;
}
#welcome {
	position: absolute;
	top: 120px;
	left: 10px;
}
#text1 {
	position: absolute;
	top: 240px;
	left: 20px;
	width:270px;
	font-size: 14px;
	color: #000000;
	text-align:justify;
}
#enter {
	position: absolute;
	top: 450px;
	left: 119px;
}
#enter img {
	border: none;
}	
	
#map {
	position: absolute;
	top: 240px; 
	left: 300px;
}
#map img {
	border: 1px solid #000000;
}
	
table {
	width: 100%; margin: 0;
}
table td {
	padding: 0; border-width: 0; vertical-align: top; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
a:link, a:visited {text-decoration:none;}

td#bcmss {
	vertical-align:bottom; 
	font: 200% Times New Roman, Times, serif;
}
td#pagename {
	color: #FF7B00; vertical-align:bottom; 
	font: bold 100% Arial, Helvetica, sans-serif;
}
td#leftlogo {
	width: 240px;
}
td#mslogo {
	width: 116px; 
	vertical-align:middle;
}
td#line {
	vertical-align:bottom;
}

/* vertical navigation */
#nav {
	margin: 0;
	padding: 0;
	background: #297BC6;
	list-style-type: none;
	width: 190px;
	float: left; /* Contain floated list items */
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE6 whitespace bug */
}
#nav a {
	display: block; /* to increase clickable area as a's default to line */
	color:#FFF;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.5;
	border-bottom: 1px solid #FFF;
}
#nav #nav_sup a {
	border: none;
}
#nav a:hover {
	background: #8DCFF4;
}
#body_hom #nav_hom a,#body_mee #nav_mee a,#body_con #nav_con a,
		#body_new #nav_new a,#body_eve #nav_eve a,#body_mon #nav_mon a,
		#body_inv #nav_inv a,#body_sup #nav_sup a {
	background: #8DCFF4;
	color:#FFF;
}
	

