@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	margin-left: 0px;
	background-image:url(images/BLUELinearStrip.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:743px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin: auto;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixLtHdr #header {
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	width: 758px;
	height: 700px;
	float: left;
	border: 1px solid #000;
	margin-left: 5px;
	margin-top: 5px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	background-image: url(images/How%20to%20unlock.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}  

.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}

#navBar {
	height:	30px;
	z-index: 1;
	width: 870px;
	top: 132px;
}

.Maintext {
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	font-size: 14px;
	font-weight: normal;
	font-variant:normal;
	text-transform:none;
	text-align: center;
}
.Maintext a{
	color: #BE0018;
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.small_text {
	font-size: 8px;
}
.SubHeading {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.SubHeading a {
	color: #BE0018;
	text-decoration:none;
}
.boldheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.bullet {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000;
}
.smalblacktext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.whitebackground {
	background-color: #FFF;
}

