h1,h2 {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;;
	color: white;
	margin: 0px;
	text-decoration: none;
	line-height: 16px;
}

h2 {
	font-size: 12px;
}

p,td,div {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	
	text-decoration: none;
	line-height: 13px;
	text-align: justify;
}

ul,ol,li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;	
}

img {
	border: none;
	text-decoration: none;	
}

a {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	margin: 0px;
	text-decoration: none;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: #919191;
}

a:active {
	color: #919191;
}


#centre_layer {
	position: relative;
  	top: 0px;
  	right: 0;
  	margin: 0 auto;
  	width: 904px;
  	text-align: left;

  	padding: 0;

  	background: transparent;
	
}

#banner_layer {
	position: absolute;
	
	top: 0px;
	left: 0;
	width: 904px;
	height: 275px;
	
		
}

#banner {
	position: absolute;
	
	top: 28px;
	left: 4px;
	width: 900px;
	height: 193px;
	
	z-index: 100;
}


#content_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 904px;
	background-image: url(/images/layout/bg-stretch.png);
	background-repeat: repeat-y;

}

#push_container {
	position: relative;
	display: table;	
	
}

#inner_container {
	display: table-cell;

	z-index: 50;
	
	
	background-image: url(/images/layout/bg-top.png);
	background-repeat: no-repeat;
	
	
	width: 904px;
	padding-top: 220px;
	
}

#navigation {
	float: left;
	top: 0px;
	left: 0px;
	width: 219px;
	height: 100%;
	
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 4px;
	
	background: transparent;
}

ul.nav {
	list-style: none;
	padding: 2px;
	padding-left: 10px;
	margin-left: 0px;
	
	border-top: 1px solid #142800;
}

li.nav {
	background: url(/images/layout/bullet.png);
	background-repeat: no-repeat;
	padding-left: 15px;

	margin-top: 4px;
	
	
}

.nav {		
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	margin: 0px;
	text-decoration: none;
}

a.nav:link {
	color: white;
}

a.nav:visited {
	color: white;
}

a.nav:hover {
	color: #919191;
}

a.nav:active {
	color: #919191;
}



#content {
	float: right;
	width: 610px;
	
	padding-top: 90px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 20px;
	
	z-index: 50;
	
	background-position: top;
	background-repeat: no-repeat;
}




#footer {
	width: 904px;
	height: 30px;
	clear: both;
	
	
	text-align: left;
	
	
	vertical-align: middle;

	background: white url(/images/layout/bg-footer.png);
	background-repeat: no-repeat;
}

p.copyright {
	padding-top: 10px;
	padding-left: 10px;
}	

.copyright {
	text-align: left;
	font-size: 11px;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	margin: 0px;
	text-decoration: none;
	
}

a.copyright:link {
	color: white;
}

a.copyright:visited {
	color: white;
}

a.copyright:hover {
	color: #CC0000;
}

a.copyright:active {
	color: #CC0000;
}

 html {
 	overflow-y: scroll;
 }


body.layout {
	margin: 0px;
	
	min-width: 904px;

	background: black;
}


/**********************************************************
 * Form Field
 */
.required, .required_auto_form {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: yellow;
	margin: 0px;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

.form_text {
	width: 200px;
}

.form_textarea {
	width: 200px;
	height: 100px;
}

.form_submit {
	
}

input,textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
