@charset "utf-8";
body {
	background-color: #184352;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font: 100% Calibri, Arial, Helvetica, sans-serif;
	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: #404040;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.oneColFixCtr #header {
	height: 240px;
	padding: 0 20px;
	
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	position:relative;
}

#footer {
	color: #CCC;	
}

#logo {
	position:absolute;
	left: 13px;
	top: 12px;
}

#screenshot {
	position:absolute;
	left:566px;
	top:55px;
	width:394px;
	height:279px;
	z-index:1;
}

#utilNav {
	position:absolute;
	right:38px;
	top:0px;
	width:75px;
	height:40px;
	z-index:1;
}

#rightColumn {
	position:absolute;
	top:103px;
	width:400px;
	left: 564px;
	padding:10px;
	border-left: 1px solid #4999D4;
}

#leftColumn {
	padding-right: 420px;
	padding-top:10px;
	
}

#buttons {
	position:absolute;
	left: 22px;
	top: 176px;
	width: 450px;
	height: 55px;
}

h1 {
	color:#4999D4;
	font-weight:normal;
	font-size: 20pt;
}

h2 {
	color:#4999D4;
	font-weight:normal;
	font-size: 16pt;
}

h3 {
	color: #262626;
	font-size:12pt;
	margin-bottom: 0px;
	padding-bottom:0px;
}

.twoColumnText td {
	padding:0px 10px;
	font-size:80%;
}

ul{
	margin-left:10px;
	padding-left:0px;
}

li{
	
}

#signUpMessage {
	color: #ffffff;
	font-size:13pt;
}
ol li p{
	margin-top:0px;
}

ol li p.emphasized {
	font-style: italic;
	font-weight: bold;
	text-align:center;
}
