body {
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #092a38;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

a:link,
a:active,
a:visited {
	color: #2e6eaf;
	text-decoration: none;
}
a:hover {
	color: #1d599c;
	text-decoration: underline;
}

#Language {
	border-right: 1px solid #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
	border-left: 1px solid #1d1d1d;
	padding: 10px 0;
	margin: 0 auto;
	width: 996px;
	text-align: right;
}
#Language img {
	margin-right: 10px;
}

#Header {
	padding: 0px;
	margin: 10px auto;
	text-align: center;
	position: relative;
	width: 998px;
}

#ContainerBorder {
	padding: 0px;
	margin: 0px auto;
	width: 996px;
	border: 1px solid #081f2a;
}
#Container {
	border: 1px solid #163a4a;
}

#Menu {
	background-image: url(images/bg-menu.png);
	background-repeat: repeat;
	background-position: top center;
	color: #333333;
	margin: 15px;
	padding: 40px 0px 0px 0px;
	width: 240px;
	float: left;
	box-shadow: 3px 3px 3px #05202b;
	-moz-box-shadow: 3px 3px 3px #05202b;
	-webkit-box-shadow: 3px 3px 3px #05202b;

}
#Menu a {
	display: block;
	padding: 20px 15px 5px 15px;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}
#Menu a:link,
#Menu a:active,
#Menu a:visited {
	color: #85b5cb;
	text-decoration: none;
}
#Menu a:hover,
#Menu a.selected {
	color: #ffffff;
	text-decoration: none;
}

#Menu a.submenu:link,
#Menu a.submenu:active,
#Menu a.submenu:visited {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
	display: block;
	padding: 0px 2px 2px 20px;
	margin: 0px 2px 4px 20px;
	font-size: 13px;
	color: #ffffff;
}
#Menu a.submenu:hover,
#Menu a.selected2 {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
	display: block;
	padding: 0px 2px 2px 20px;
	margin: 0px 2px 4px 20px;
	font-size: 13px;
	color: #85b5cb;
}

#Menu .spacer {
	border-bottom: 1px solid #1c475b;
	border-top: 1px solid #0c2c3a;
	height: 0px;
}

#Content {
	float: left;
	padding: 0;
	margin: 15px 15px 15px 0;
	width: 709px;
}

#Content1Border {
	background-image: url(images/bg-content1.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #163a4a;
	border-left: 1px solid #163a4a;
	margin-top: -16px;
	margin-right: -16px;
}

#Content1 {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #081f2a;
	border-left: 1px solid #081f2a;
	/*margin: -1px -1px 0 0;*/
	margin: 0;
	padding: 15px;
	color: #ffffff;
}
#Content1Box {
	background-image: url(images/bg-content1.png);
	background-repeat: repeat;
	background-position: top left;
	padding: 15px;
	box-shadow: 3px 3px 3px #05202b;
	-moz-box-shadow: 3px 3px 3px #05202b;
	-webkit-box-shadow: 3px 3px 3px #05202b;
}

#Content2 {
	background-color: #ffffff;
	background-image: url(images/bg-content2.png);
	background-repeat: repeat;
	background-position: top left;
	margin: 15px 0px 0px 15px;
	padding: 15px;
	box-shadow: 3px 3px 3px #05202b;
	-moz-box-shadow: 3px 3px 3px #05202b;
	-webkit-box-shadow: 3px 3px 3px #05202b;
	color: #3c3c3c;
	font-size: 14px;
}
#Content2 dl {
	margin: 0;
	padding: 0;
}
#Content2 dt {
	margin: 5px 0 0 0;
	padding: 0 0 4px 0;
	font-size: 15px;
	border-bottom: 2px solid #153b4c;
	font-weight: bold;
	clear: both;
}
#Content2 dd {
	margin: 0 10px 0 10px;
	padding: 4px 0 7px 0;
	font-size: 13px;
}

#FooterBorder {
	border-top: 1px solid #081f2a;
	border-right: 1px solid #081f2a;
	border-bottom: 1px solid #081f2a;
	border-left: 1px solid #081f2a;
	padding: 0;
	margin: 23px auto 0 auto;
	width: 996px;
}

#Footer {
	border-top: 1px solid #163a4a;
	border-right: 1px solid #163a4a;
	border-bottom: 1px solid #163a4a;
	border-left: 1px solid #163a4a;
	color: #437c96;
	font-size: 12px;
	padding: 15px 0px;
	margin: 0px;
	text-align: center;
	position: relative;
}

#Footer a {
	color: #437c96;
}
#Footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.spacer {
	clear: both;
	padding: 0px;
	margin: 0px;
}

h1 {
	background-image: url(images/bg-h1.png);
	background-repeat: repeat;
	background-position: top center;
	color: #ffffff;
	margin: 15px 0 15px 15px;
	padding: 6px 15px;
	box-shadow: 3px 3px 3px #05202b;
	-moz-box-shadow: 3px 3px 3px #05202b;
	-webkit-box-shadow: 3px 3px 3px #05202b;
	font-size: 16px;
	text-transform: uppercase;
}

.NavigationBox {
	margin: 15px 0 0 0;
}
.NavigationBox a {
	color: #143a4b;
	display: block;
	background-color: #f4f4f4;
	border: 1px solid #143a4b;
	margin: 2px;
	padding: 4px;
	float: left;
	font-size: 13px;
	text-decoration: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.NavigationBox a:hover {
	color: #092a38;
	background-color: #dfdfdf;
	border: 1px solid #092a38;
}
.NavigationBox strong {
	color: #ffffff;
	display: block;
	background-image: url(images/bg-h1.png);
	background-repeat: repeat;
	background-position: top center;
	margin: 1px 2px 2px 2px;
	padding: 4px 6px;
	font-size: 16px;
	float: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#gallery {
	position: relative;
	height: 130px;
}
#gallery a {
	float: left;
	position: absolute;
}
#gallery a img {
	border: none;
}
#gallery a.show {
	z-index: 500;
}
#gallery .caption {
	z-index: 600; 
	background-color: #0b2e3e; 
	color: #ffffff; 
	height: 30px; 
	width: 500px; 
	position: absolute;
	bottom: 0;
	font-size: 15px;
	font-weight: bold;
	top: 20px;
	left: 0;
	
}
#gallery .caption .content {
	margin: 5px
}

.content_img_a {
	cursor: url(images/zoomin.cur), default;
}

.content_img {
	float: left;
	margin: 0 10px 5px 0;
	border: 2px solid #153b4c;
}

p {
	margin: 0px 0 4px 0;
	padding: 0;
}
form {
	margin: 15px;
}
label {
	color: #333333;
	padding: 1px;
	font-size: 12px;
}
label.error {
	color: #990000;
}

.input_text {
	border: 1px solid #081f2a;
	width: 250px;
	padding: 1px;
	margin: 2px;
}

.input_text2 {
	border: 1px solid #081f2a;
	width: 100px;
	padding: 1px;
	margin: 2px;
}

textarea {
	border: 1px solid #081f2a;
	width: 400px;
	height: 100px;
	padding: 1px;
	margin: 2px;
}
.button {
	background-image: url(images/bg-h1.png);
	background-repeat: repeat;
	background-position: top center;
	color: #ffffff;
	margin: 5px;
	padding: 5px 15px;
	box-shadow: 3px 3px 3px #05202b;
	-moz-box-shadow: 3px 3px 3px #05202b;
	-webkit-box-shadow: 3px 3px 3px #05202b;
	font-size: 13px;
	text-transform: uppercase;
}

hr {
	margin: 10px 30px;
	height: 1px;
	border-top: 2px solid #081f2a;
	border-right: 0px solid #081f2a;
	border-bottom: 0px solid #081f2a;
	border-left: 0px solid #081f2a;
}

#Message {
	padding: 15px;
	margin: 0px 0px 30px 0px;
	border: 2px solid #990000;
	font-size: 14px;
	text-align: center;
	background-color: #FEF2F2;
	box-shadow: 3px 3px 3px #05202b;
	-moz-box-shadow: 3px 3px 3px #05202b;
	-webkit-box-shadow: 3px 3px 3px #05202b;
}

div.scroller, #fast_scroller{
	position:relative;
	left: 335px;
	top: 10px;
	height:40px;
	width:990px;
	display:block;
	overflow:hidden;
	border: 0px solid #081f2a;
}
div.scrollingtext{
	position:absolute;
	white-space:nowrap;
	font-family:'Trebuchet MS',Arial;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
