@charset "utf-8";
body {
	background-image: url(/assets/images/layout/home_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #00357d;
}
#ImgContainer {
	position: absolute;
	height: 230px;
	width: 836px;
}
.clearme {
	clear: both;
}
.TextContainer {
	width: 836px;
	position: absolute;
	top: 260px;
	height: 230px;
}
.TextContainer h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #CCCCCC;
}
.TextContainer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.5em;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}

#ImgContainer .imageContainerBox {
	float: left;
	height: 230px;
}
#ImgContainer .imageContainerBox176 {
	float: left;
	width:176px;
	height: 230px;
}
#Container {
	height: 500px;
	width: 836px;
	position: absolute;
	left: 400px;
	top: 70px;
}
#LeftContainer {
	height: 500px;
	width: 370px;
	position: absolute;
	left: 10px;
	top: 70px;
}
.PngContainer {
	height: 72px;
	width: 321px;
}
.PngContainer .myPngLink {
	position: relative;
	height: 72px;
	width: 321px;
}
#LoginContainer {
	position: absolute;
	height: auto;
	width: 600px;
	left: 670px;
	top: 10px;
}
#LoginContainer fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
}


.LinksContainer {
	width: 321px;
	margin-top: 20px;
}
.LinksContainer a {
	display: block;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.LinksContainer ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.LinksContainer ul li {

}
