@charset "utf-8";
body  {
	margin: 15px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 15px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-x;
	background-image: url(../images/BodyBG.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}

.LciLayout #container {
	width: 960px;
	text-align: left;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
} 

.LciLayout #header {
	color: #FFF;
	height: 30px;
	font-weight: bold;
	margin-left: 150px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	vertical-align: middle;
	line-height: 30px;
	width: 650px;
	float: left;
} 
.LciLayout #header h1 {
	color: #FFF;
	text-align: center;
	font-size: 1.25em;
}
.LciLayout #container #header h2 {
	font-size: 1.35em;
	font-weight: normal;
	margin: 0px;
}
.LciLayout #LanguageDiv{
	text-align: center;
	float: right;
	height: 30px;
	width: 100px;
	color: #CCC;
	font-weight: lighter;
	margin-top: 10px;
	padding: 0px;
}


.LciLayout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	height: 515px;
	text-align: center;
	overflow: visible;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 2.5px;
}
.LciLayout #sidebar1 h4  {
	font-size: 0.9em;
	color: #9F3;
	font-variant: normal;
	margin-top: 0px;
}
.LciLayout #sidebar1 h3  {
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	font-size: 1.25em;
}

.LciLayout #sidebar4{
	height: 390px;
	width: 300px;
	overflow: visible;
	position: absolute;
	visibility: inherit;
	top: 200px;
}
.LciLayout #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 172px;
	margin-right: 5px;
	margin-left: 5px;
	height: 505px;
}
.scrollHowWorks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: left;
	height: 475px;
	width: 175px;
	overflow: scroll;
	z-index: auto;
	visibility: visible;
	color: #FFF;
	padding: 5px;
	}

.LciLayout #sidebar2 h4  {
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.LciLayout #sidebar2 p  {
	font-size: 0.65em;
	color: #FFF;
	text-align: justify;
	margin: 0px;
}


.LciLayout #mainContent {
	margin-left: 190px;
	margin-bottom: -20px;
	width: 770px;
} 
.LciLayout #mainContent2  {
	height: 505px;
	width: 770px;
	margin-left: 10px;
	margin-bottom: -20px;
	float: left;
}

.LciLayout #mainContent3 {
	height: 500px;
	width: 560px;
	margin-bottom: -20px;
	margin-right: 10px;
	margin-left: 5px;
	float: left;
	padding: 10px;
}


.LciLayout #mainContent #Holder {
	text-align: right;
	float: right;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.LciLayout #footer  {
	height: 30px;
	line-height: 30px;
}
.LciLayout #footer p  {
	text-align: center;
	font-size: 0.8em;
	margin: 0;
}


.LciLayout #footer p a:link {
	color: #FFF;
	text-decoration: none;
}
.LciLayout #footer p a:hover {
	font-size: 1.2em;
	color: #03F;
	background-color: #BBAC79;
}
.LciLayout #footer p a:visited {
	color: #FFF;
	text-decoration: none;
}
.LciLayout pp {
	font-size: 50%;
	color: #333;
	text-align: center;
}
