body, html {
	background-color:#FFFFFF;
	background-image: url(images/blue_gradient.jpg);
	background-repeat:repeat-x;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border:none;
	position: absolute;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a: link, a:visited, a:hover, a:active {
	color: #0066CC;
}

#container {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#mainContent {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #888888;
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	overflow-x: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

html>body #mainContent {  /* Hide the scrollbars that appear in IE */
	overflow-x: hidden;
}

#logoLayer {
	position: relative;
	margin: 10px;
	float: left;
}

#newVerMsg {
	position: relative;
	margin: 10px;
	float: right;
	padding-top: 27px;
}

#headerBar {
	position: relative;
	float: left;
	clear: both;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	height: 21px;
	background-image: url(images/menu_bar_02.gif);
	margin-top: 10px;
	margin-bottom: 10px;
}

.floatLeft {
	position: relative;
	float: left;
}

.floatRight {
	position: relative;
	float: right;
}

#warningMsg {
	position: relative;
	clear: both;
	text-align: center;
	margin: 10px;
}

#updateReasons {
	position: relative;
	clear: both;
	float: left;
	width: 50%;
	padding: 10px;
	padding-left: 20px;
}

.reasonTxt {
	margin-left: 10px;
}

#downloadsLayer {
	position: relative;
	float: right;
	width: 266px;
	height: 183px;
	background-image:url(images/downloadBox.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	padding: 0px;
	top: 20px;
	right: 30px;
	padding-top: 5px;
	text-align: center;
}

.specsTxt {
	font-size: 11px;
	color: #666666;
}

#techLayer {
	position: relative;
	float: left;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	clear: both;
}

#footerBar {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 0px;
	background-image: url(images/interface_66.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}

html>body #footerBar {  /* Fix for positioning in IE */
	top: 10px;;
}

#footerText {
	margin: auto;
	margin-top: 20px;
	width: 75%;
	font-size: 11px;
	color: #FFFFFF;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0254C5;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

