body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	text-align: center;
}

a {
	color: #4f9ad7;
	text-decoration: none;
}

img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}

.gt-blue-font {
	color: #4f9ad7;
}

.page_container {
	padding-left: 100px;
	width: 1056px;
	text-align: left;
}

.page_column {
	display: inline;
	float: left;
	position: relative;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


.page-col-1 {
	width: 369px;
}

.page-col-2 {
	width: 504px;
}

.home-1 {
	height:210px;
}

.home-text-content {
	width: 670px;
}

.home-catlink-left {
	font-weight: bold; 
	padding-left: 10px; 
	float: left;
}

.home-catlink-right {
	padding-right: 90px; 
	float: right;
}

hr {
	margin: 20px 0;
	border: none;
	background-color: #fff;
	height:1px;
}


.clearform, .std-field{
	width: 90%;
	border: 1px solid #234159;
	background-color: #142533;
	color: #437cab;
	padding: 5px;
	height: 20px;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 2px;
}

.clearform:hover, .clearform:focus, .std-field:hover, .std-field:focus {
	border-color: #3c6f99;
}

textarea {
	letter-spacing: 0;
	font-size: 1em;
	height: 50px;
}

div.form-field {
	width: 200px; 
	margin-left: 180px; 
	margin-top: 20px;
}

div.wide {
	width: 400px;
	margin-left: 90px;
}
.page-footer {
	padding: 5px 5px 5px 475px;
	text-align: left;
	width: 101%;
	color: #999999;
	font-size: 10px;
	position: fixed;
	bottom: -1px;
	left: -1px;
	background-color: #000000;
	border: 0px solid #333333;
	z-index: 9999;
	
}

.row0 {
	background-color: #142533;
}

.row1 {
	background-color: #234159;
}

.user-row {
	width: 350px; 
	margin-left: 180px; 
	margin-top: 10px;
	padding: 2px;
	line-height: 1.4em;
}

.user-id-col {
	width: 50px;
}

.user-name-col {
	width: 100px;
}

.user-options-col {
	width: 60px;
}

.user-visit-col {
	width: 130px;
}

.error {
	font-weight: bold;
	color: red;
}

.step-ct {
	color: #142533;
}

.step {
	padding-right: 20px;
}

.step-active {
	color: #fff;
}


h3 {
    margin-bottom: 0px;
}