@charset "utf-8";
/* CSS Document */

html, body {

}
body {
	margin: 0;
	padding: 0;
	background-color: #000D1D;
}
#LSHWNweb {
	background-image: url(../gui/web_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
}
body, p, li, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}

form {
	margin: 0;
}

a, a:hover, a:visited {
	color: #FFE195;
}
a:hover {
	color: #E4DECA;
}

.mainContainerInternal {
	background-image: url(../gui/bgm_1.jpg);
	background-position: top;
	background-repeat: no-repeat;
	overflow: visible;
}
.mainWebContainer {
	background-image: url(../gui/bgm_bg.jpg);
}
.mainWebContainerBg {
	background-image: url(../gui/bgm_2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.main620content {
	background-image: url(../gui/main620bg.png);
}

.main620Title {
	width: 620px;
	height: 90px;

	line-height: 85px;
	color: #E4DECA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
}
.main620ContentArea {
	padding: 10px;
}
.whiteBorder {
	border: 1px solid #FCFCFC;
}

h1 {

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 7px;
	font-style: italic;
	color: #E4DECA;
}

.horDiv {
	margin: 10px 0;
	height: 1px;
	overflow: hidden;
	background-color: #163656;
}
.footerMain {
	margin: 10px 0;
}
.footerMain td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
.footerMain td a, .footerMain td a:hover, .footerMain td a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.sideImage {
	margin: auto;
	margin-bottom: 15px;
	display: block;
	padding-top: 5px;
}

.pngimg {

}