body,h1,h2,h3,p,quote,small,form,input,ul,li,ol{
	/* The reset rules */
	margin:0px;
	padding:0px;
}

body{
	background: #CADAEF;
	color:#555555;
	-webkit-font-smoothing: antialiased;
	font-family: "HelveticaNeue-Light",
	             "Helvetica Neue Light",
	             "Helvetica Neue",
		     Helvetica, Arial,
		     "Lucida Grande",
		     sans-serif; 
	font-weight: 400;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 100%;
        text-rendering: optimizeLegibility;
}

h1{
	font-size:20px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
	color:#888888;
}

#main p {
	padding-bottom:8px;
}

.clear {
	clear:both;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

span {
	-webkit-font-smoothing: antialiased;
	font-family: "HelveticaNeue-Light",
	             "Helvetica Neue Light",
	             "Helvetica Neue",
		     Helvetica, Arial,
		     "Lucida Grande", sans-serif; 
	font-weight: bold;
	font-size: 20px;
	padding-left:1em;
}

header {
    background:#252525;
}

header nav {
    border-bottom: 2px solid white;
    height:3.0em;
}

header nav ul {
    color: black;
    list-style-type: none;
    margin: 0;
    padding: 0.5em;
}

header nav ul li {
    color: black;
    padding: 2em;
    display: inline;
}

label{
    display: inline-block;
    padding:3px;
    float: left;
    clear: left;
    width: 250px;
    text-align: right;
}

input {
    margin-left:2px;
    margin-right:2px;
    margin-top:1px;
    margin-bottom:1px;
    display: inline-block;
    float: left;
}

input.field {
	border: 1px #1A1A1A solid;
	background: white;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: black;
	height: 16px;
}

input:focus.field {
    color: black;
    background: rgb(200,200,200);
}

