@charset "UTF-8";
/* CSS Document */

/* CONTAINER
------------------------- */

html, body {
	margin:0 auto;
	background-color:#CCC;
	font-size:100%;
	}

#container {
	width:786px;
	margin:0 auto;
	padding:20px;
	background-color:#333;
	}
	
.main {
	width:746px;
	background-color:#FFF;
	padding:20px;
	}
	
.content {
	background-image:url(images/BKGD.jpg);
	background-repeat:no-repeat;
	width:744px;
	height:1029px;
	background-position:top;
	border:thin #000 solid;
	margin:0;
	}
	

/* HEADER
------------------------- */

#header {
	width:680px;
	margin:300px 0 0 38px;
	}

#headerContent {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	text-indent:-2000px;
	width:328px;
	height:22px;
	}
	
.formTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:88%;
	margin-left:38px;
	}
	
.border {
	width:170px;
	border-right:1px #666 solid;
	}
	
.space {
	padding-left:20px;
	}
	
#footnote {
	font-size:80%;
	margin:0 38px;
	}
						
						
/* HACKS
------------------------- */

@media screen and (-webkit-min-device-pixel-ratio:0){



}