body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/worldmap.jpg) bottom right no-repeat fixed;
	background-color:#FFFFFF;
	margin: 0px;
	width: 100%;
}
a {
	text-decoration: none;
	color: #3C7699;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}
ul li a {
	background-color: transparent;
	color: #518091;
	text-decoration: none;
}
ul li a:hover {
	background-color: transparent;
	color: #518091;
	text-decoration: underline;
}
h1 {
	font-size: 12px;
	font-style: italic;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 23px;
	background-color: #FFFFFF;
	color: #006699;
	font-weight: normal;
}
h2 {
	margin-top: 0px;
	padding: 3px 0px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #006699;
	background-color: transparent;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
}
h3 {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: transparent;
	color: #F47400;
	font-weight: bold;
}
.text {
	padding: 0px;
	margin-bottom: 10px;
	background-color: transparent;
	color: #666666;
	margin-top: 0px;
}
.text2 {
	padding: 0px;
	margin-bottom: 20px;
	background-color: transparent;
	color: #666666;
}
#page {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#top {
	width: 100%;
	float: left;
	background-image: url(../img/curved_line.jpg);
	background-repeat: no-repeat;
	height: 170px;
	margin: 0px;
	padding: 0px;
}
#middle {
	width: 100%;
	margin: 0px;
	display: table;
	border-bottom: 1px solid #CCCCCC;
	height: auto;
	float: left;
	padding-top: 15px;
}
#left {
	width: 500px;
	float: left;
	display: table;
	margin: 0px;
}
#left ul {
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-color: transparent;
	color: #666666;
	list-style-image: url(../img/bullet_li.gif);
}
#left ul li {
	margin-bottom: 5px;
}
.home {
	width: 240px;
	float: left;
	display: table;
	margin: 0px;
}
#right {
	width: 245px;
	float: right;
	display: table;
	padding-left: 20px;
	margin: 0px;
}
#right ul {
	list-style-type: none;
	padding: 0px;
	margin: 3px 0px;
	background-color: transparent;
	color: #666666;
}
#right ul li {
	margin-bottom: 2px;
}
#bottom {
	float: left;
	width: 755px;
	display: table;
	padding: 2px 5px;
	font-size: 11px;
	margin-bottom: 120px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#bottom a {
	background-color: transparent;
	color: #003366;
	text-decoration: none;
}
#bottom a:hover {
	background-color: transparent;
	color: #0099FF;
	text-decoration: none;
}
#contact {
	padding: 0px 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#contact div {
	margin-bottom: 10px;
}
#contact label {
	float: left;
	width: 100px;
}
.field {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #FBFDFF;
	color: #666666;
}
.details {
	text-align: right;
	margin-bottom: 20px;
	margin-top: 0px;
}
.button {
	font-size: 10px;
	background-color: #BCCEE6;
	color: #4B639A;
	border: 1px solid #809FC6;
	cursor:pointer;
	background-image: url(../img/btn_back.jpg);
	background-repeat: repeat-x;
}
.button:hover {
	font-size: 10px;
	background-color: #D2DEEE;
	color: #2C5E94;
	border: 1px solid #809FC6;
	background-image: url(../img/btn_back_over.jpg);
	background-repeat: repeat-x;
}
.textgreen {
	color: #006600;
	background-color: transparent;
	margin-bottom: 5px;
}
.textorange {
	background-color: transparent;
	color: #FF6600;
	padding: 0px;
	margin: 0px;
}
