@charset "utf-8";
body {
	background: #000036;
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {
	color: #66aaee;
}
a:visited {
	color: #66aaee;
}
a:hover {
	color: #66ccff;
}
.oneColFixCtrHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(Images/mainbodybg.gif);
	background-repeat: repeat-y;
}
.rightfloat {
	float: right;
	margin-right: 50px;
}

.oneColFixCtrHdr #header {
	height: 230px;
	width: 850px;
	background-image: url(Images/Topbar.jpg);
}
.oneColFixCtrHdr #header #topmenu {
	float: right;
	text-align: center;
	height: 26px;
	width: 340px;
	color: #52648C;
	font-size: 16px;
}

.oneColFixCtrHdr #header #bottommenu img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.oneColFixCtrHdr #header #flash {
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 130px;
	width: 482px;
}
.oneColFixCtrHdr #below {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.oneColFixCtrHdr #header #bottommenu {
	clear: right;
	float: right;
	margin-top: 12px;
	margin-right: 16px;
}


.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	text-align: justify;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}
.oneColFixCtrHdr #footer {
	height: 43px;
	width: 850px;
	background-image: url(Images/BottomBar.gif);
}
.oneColFixCtrHdr #mainContent .alignright {
	float: right;
	margin-top: 0px;
}
#telularprice {
	clear: right;
	text-align: center;
	margin-bottom: 10px;
}
