*{
	margin: 0;
}
body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: url(../images/bg.jpg) repeat ;
}
#container {
	margin: 0px auto;
	position: relative;
	background-color: white;
	width:800px;
}
#header {
	color: white;
	text-align: right;
	height: 32px;
	background-repeat: repeat-x;
	background-image: url(../images/header.jpg);
}
#header a{
	padding-right: 5px;
	text-decoration: none;
	color: white;
}
#header a.select{
	color: #ffb400;
}
#flash {
	height: 279px;	
}
#content{
	background-color: white;
	float: left; 
	position: relative; 
	width: 800px;
}
#leftColumn{
	background-position: 9px;
	height: 426px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	float: left;	
	width: 238px;
}
#leftColumn ul {
	line-height: 42px;
	color: #02244E;
	padding-top: 134px;
	padding-left: 14px;

}
#leftColumn ul li{
	padding-left: 8px;
	color: #02244E;
	list-style-type: none;
}
#leftColumn ul li a{
	font-size: 1.4em;
	text-decoration: none;
	color: #02244E;
	list-style-type: none;
}
#leftColumn li:hover {
	background-color:#fee0a9;
}
.selected{
	background-color:#fee0a9;
}
#leftColumnEN{
	background-position: 9px;
	height: 426px;
	background-image: url(../images/menu_en.jpg);
	background-repeat: no-repeat;
	float: left;	
	width: 238px;
}
#leftColumnEN ul {
	line-height: 42px;
	color: #02244E;
	padding-top: 134px;
	padding-left: 14px;

}
#leftColumnEN ul li{
	padding-left: 8px;
	color: #02244E;
	list-style-type: none;
}
#leftColumnEN ul li a{
	font-size: 1.4em;
	text-decoration: none;
	color: #02244E;
	list-style-type: none;
}
#leftColumnEN li:hover {
	background-color:#fee0a9;
}
#rightColumn{
	padding: 10px;
	width: 542px;
	float: left;
	border-width: 571px;
}
#rightColumn img{
	margin:10px;
	width: 150px;
	border-color: #e4d3b5;
	border-style: solid;
	border-width: 2px;
}
#rightColumn span{
	color: #01306a;
}
#rightColumn h3{
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 18px;
	color: #01306a;
}
#rightColumn p{
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#form{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
	height: 355px;
	background-color: #dcc9a7;
	width: 542px;
}
#form h3{font-size: 22px; padding: 10px; color: white;}
#contact{
	color: white;
	height: 180px;
	width: 542px;
	background-color: #001938;
}
#contact p{
	padding-left: 10px;
	padding-top: 12px;
}
#contact ul{
	padding-left: 50px;
}
.h1Index{
	height: 50px;
	margin-left: 20px;
	font-size: 26px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-image: url(../images/h1Index.png);
}
.h1IndexEN{
	height: 50px;
	margin-left: 20px;
	font-size: 26px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-image: url(../images/h1Index_en.png);
}
