@font-face {
    font-family: 'GreyscaleBasicRegular';
    src: url('assets/fonts/greyscale_basic_regular-webfont.eot');
    src: url('assets/fonts/greyscale_basic_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/greyscale_basic_regular-webfont.woff') format('woff'),
         url('assets/fonts/greyscale_basic_regular-webfont.ttf') format('truetype'),
         url('assets/fonts/greyscale_basic_regular-webfont.svg#GreyscaleBasicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, table {
	font-family: "GreyscaleBasicRegular",sans-serif;
	font-size: small;
	margin: 20px;
	color: #FFFFFF;
	background-image: url("images/asphalt.jpg");
}

td {
	vertical-align:top;
}

p {
	margin-top: 00px;
	margin-bottom: 22px;
}

a:link,a:visited,a:hover {
	text-decoration: underline;
	font-weight:normal;
}
a:link,a:visited {
	background-color: none;
	color: #000000;
}
a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

h1,h2,h3 {
	margin-top: 0px;
	margin-bottom: 1px;
}
h1 {
	font-size: small;
}

h2 {
	font-weight: bold;
	font-size: small;
}

h3 {
	font-size: x-small;
}

label {
	color: #333333;
	font-weight: bold;
}

form { margin-bottom:0px; }

input[type="text"], input:focus, textarea {
	background-color: #AFF64E;
	border: none;
}

/*
	1. logo
	2. nav
	3. section_descrip (optional)
	4. centered_outer -> content area
*/

#logo {
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

#nav {
	font-family: "GreyscaleBasicRegular",sans-serif;
	font-size: small;
	background-color: #8FF404;
	color: #000000;
	padding: 5px 10px 5px 10px;
	text-align:center;
}

#section_descrip {
	font-family: "GreyscaleBasicRegular", sans-serif;
	font-size: small;
	background-color: #AFF64E;
	color: #333333;	
 	padding: 15px;
 	text-align: left;
 	border-top: solid 2px #FFFFFF;
 	margin-bottom: 20px;
}

#centered_outer { 
	height: 90%; 
	overflow: hidden; 
	position: relative; 
	width: 100%; 
}
#centered_outer[id] {
	display: table; 
	position: static; 
}

/* for explorer only*/
#centered_middle { 
	position: absolute; 
	top: 50%; 
	width: 100%; 
	text-align: center; 
}
#centered_middle[id] {
	display: table-cell;
	vertical-align: middle; 
	position: static; 
}

/* for explorer only */
#centered_inner { 
	position: relative; 
	top: -50%; 
	text-align: center;
}
/* for all browsers*/
#centered_inner { 
	width: 375px; 
	margin-left: auto; 
	margin-right: auto;
}

.note {
	color: #000000;
	font-family: arial,sans-serif;
	margin-bottom: 10px;
}
/* 375x43	*/
.note_header {
	width: 345px;
	height: 27px;
	font-size: 14px;
	color: #000000;
	padding: 15px 20px 0px 20px;
	background-image: url("images/note_bw_top.png");
	background-repeat: no-repeat;
	text-align:left;
}
/* 375	*/
.note_content {
	width: 335px;
	font-family: georgia,serif;
	font-size: 11px;
	background-image: url("images/note_bw_mid.png");
	background-repeat: repeat-y;
	line-height: 22px;
	text-align:left;
	padding: 0px 50px 22px 15px;
}
.note_content p:first-child {
	font-weight: bold;
}

/* 375x45	*/
.note_footer {
	width: 355px;
	height: 40px;
	font-weight: bold;
	font-size: 9px;
	text-align: right;
	padding-top: 5px;
	padding-right: 75px;
	background-image: url("images/note_bw_bot.png");
	background-repeat: no-repeat;
	padding: 5px 10px 0px 0px;
}

#nav a:link, #nav a:visited,
.note a:link, .note a:visited {
	background-color: none;
	color: #000000;
}
#nav a:hover, .note a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

#footer {
	margin-top: 20px;
	font-size: x-small;
	text-align: center;
}
#footer a:link, #footer a:visited{
	color: #FFFFFF;
}

#form_status {
	background-color: #A72A0B;
	color: #FFF;
	padding: 1px;
}

.quote {
	/*font-size: medium;*/
}
.small {
	font-size: x-small;
}
.state {
	background-color: #537425;
	color: #FFFFFF;
	padding: 2px;
}
.emphasis {
	font-weight: bold;
}