/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:#000000;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	visibility: visible;
}
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Defaults */

	form{ padding:0px; margin:0px; }
	* html form{ padding:0px; margin:0px; }

	a:link{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #ffffff; }
	a:visited{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #cccccc; }
	a:hover { font-family:Arial, Helvetica, sans-serif;	text-decoration:underline;	color: #00CCFF;	}
	a:active{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #00CCFF; }

	td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
	}
	
	img {
		border:none;
	}
	.imgBorder {
		border:1px solid #eeeeee;
	}

	#container { /* MAIN CONTAINER */
		background:#000000;
		position:relative;
		width:950px;
		height:600px;
		text-align:left;
		overflow: visible;
		margin-right: auto;
		/* margin-right: 0px; */
		margin-bottom: 0px;
		margin-left: auto;
		/* margin-left: 5px; */
		margin-top: 5px;
		padding: 0px;
	}
	#bgContainer{
		width:950px;
		height:600px;
		background-repeat: no-repeat;
		background-position: left top;		
		padding:5px 0px 10px 10px;
	}

	#logoContainer{
		width:226px;
		height:165px;
		/* opacity:0.6;
		filter:alpha(opacity=60); */
	}
	#midContent{
		margin-bottom:10px;
		clear:both;
	}
	#lhs{
		width:226px;
		height:233px;
		margin:10px 0px 5px 0px;
		padding-top:10px;
		/* opacity:0.6;
		filter:alpha(opacity=60); */
		background-image:url(../images/transparent-bg.png);
		color:#000000;
	}
	
	.lhsContact{
		width:226px;
		margin:10px 0px 5px 0px;
		padding:10px 0px 5px 5px;
		/* opacity:0.6;
		filter:alpha(opacity=60); */
		background-image:url(../images/transparent-bg.png);
		color:#000000;
	}
	.lhsContact a:link, .lhsContact a:visited, .lhsContact a:hover, .lhsContact a:active{
		color:#000000;
	}

/* End Defaults */

.clearBoth{
	clear:both;
	height:1px;
	font-size:1px;
}

.Padding3pix{
	padding:3px;
}

.nextPrev{
	width:940px;
	font-size:11px;
	padding:0px 0px 0px 0px;
	clear:both;
	background-image:url(../images/transparent-bg-50.png);
	color:#000000;
	/* background:#FFFFFF; */
}
* html .nextPrev{ padding-top:3px; }
	.nextPrev a:link{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #000000; font-size:11px; }
	.nextPrev a:visited{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #000000; font-size:11px; }
	.nextPrev a:hover { font-family:Arial, Helvetica, sans-serif;	text-decoration:underline;	color: #000000; font-size:11px;	}
	.nextPrev a:active{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #000000; font-size:11px; }
	
.terms{
	width:80%;
	text-align:justify;
}
	.terms li{
		margin-bottom:5px;
	}
#footer{
	color:#FFFFFF;
	background:#186AE3;
	padding:0px;
	border-bottom:4px solid #000000;
}
	#innerFooter{
		position:relative;
		padding:10px;
		border-bottom:1px solid #ffffff;
	}
	#innerFooter a:link, #innerFooter a:visited{
		color:#ffffff;
	}
