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

html 
{
	height: 100%;
	font-size: 100%;
	overflow:auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #C9E9F1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
object
{
    outline: none;
}
h1{
	color:#000;
	font-size:14px;
}
#Banner {
	clear:both;
}
		
#content { 
	overflow: hidden;
}

#noflash {
	margin: 20px;
}
ul {

	color:#000;
}
#contents {
	width:400px;
	float:left;
	color:#000;
	padding-left:50px;
}

#Footer {
	float:left;
	color:#000;
	width:300px;
}

#MenuBar {
	float:left;
	color:#000;
	width:300px;
}

#LanguageBar {
	float:left;
	color:#000;
}