/* Global Styles */
* {
	color: #063108;
    	font-family: verdana, helvetica, sans-serif;
	}

/* Typography */

html, body {
	margin: 0px;
	background-color: #ddddaa;
	font-size: 12px;
	/* to center align content in IE */
	text-align: center;
	}
		
h1 {
	font-size: 14px;
	}

h2 {
	font-size: 13px;
	}

.navigation * {
	font-size: smaller;
	color: #80a360;
	}

.centered {
	text-align: center;
	}

.nofloat {
	clear: right;
	}

hr {
	color: #063108;
	height: 1px;
	width: 50%;
	margin: 50px;
	}
dt {
	font-weight: bold;
	}

.notice {
	font-weight: bold;
	}

/* Images */ 
img {
	border: none;
	}

.left {
	float: left;
	text-align: center;
      	}

.right {
        float: right;
	text-align: center;
	}

/* Tables */
table {
	border: 1px solid #063108;
    	border-spacing: 0px 0px;
    	padding: 5px 5px;
	}

table.images{
	border: 0px;
}
	
th {
	background-color: #063108;
   	color: #ddddaa;
   	padding: 5px 7px;
	}

.split {
	border-top: 1px;
	}
    

/* Layout */
#content {
    	width: 750px;
	height: 100%;
    	margin: 0 auto;
    	/* To left align text in div for IE */
    	text-align: left;
	padding: 5px;
	position: relative;
	}

#gateway 
{
	height: 290;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -194px;
	margin-top: -145px;
}

/* Clearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	