html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #80b4e6;
	color: #000;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 0em;
	font-size: 0.83em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#outerbox {
	width: 760px;	
	margin:0px auto;
	border: solid 3px #427F4D;
	background: #fff url(http://www.formula-hybrid.org/images/background.gif) repeat-y;
	text-align: left;
	margin-bottom: 20px;

}

#skip-navigation {
	width: 760px; 
	margin: 0px auto; 
	color: #80b4e6; 
	background-color: #80b4e6; 
	text-align: right; 
	font-size: 2px;
}

#skip-navigation a {
	text-decoration: none;
	color: #80b4e6; 
	background-color: #80b4e6;
}

#header {
	border-bottom: solid 3px #427F4D;
}

/* Left hand navigation */
#navigation {
	float: left;
	width:160px;
	display: inline;
/* 	background-color: #dcfcdf; */
	color: #000;
	text-align: left;
	padding: 3px;
	height: 100%;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 4px 1px 1px;
	font-size: 1.06em;
}

#navigation ul li ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 2px 1px 20px;
	font-size: 1.06em;
}

#navigation a  {
	display: block;
	margin: 3px 2px;
	padding: 3px 5px;
	text-decoration: none;
	color:  #000;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#navigation a:hover  {
	display: block;
	text-decoration: underline;
}

#navigation ul.subnav a  {
	display: block;
	margin: 3px 0px 3px 2px;
	padding: 0px 5px;
	text-decoration: none;
	color:  #000;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

#navigation ul.subnav a:hover  {
	display: block;
	text-decoration: underline;
}

#navigation .selected {
	display: block;
	margin-top:  3px;
	padding: 3px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	background:#427F4D;
	color: #fff7e3;
}

#navigation ul.subnav .selected {
	display: block;
	margin-top:  3px;
	padding: 0px 0px 0px 5px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	background:#427F4D;
	color: #fff7e3;
}


/* Main content area */
#main {
float: left;
	background-color: #ffffff;
	color: #000;
	padding: 20px 30px 30px 30px;
	width: 533px;
	text-align: left;
/* 	border-left: solid 3px #427F4D; */
}

#main h1 {
	font-size: 1.7em; 
	color: #427F4D; 
	background-color: #fff;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	padding-bottom: 10px; 
	border-bottom: 2px solid #80b4e6; 
	margin-bottom: 30px;
}

#main h2 {
	color: #427F4D; 
	background-color: #fff;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	padding-top: 20px;
	font-size: 1.5em;
}

#main h2.first {
	padding-top: 0px;
}

#main h3 {
	color: #000; 
	background-color: #fff;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	padding-top: 20px;
	font-size: 1.2em;
}

#main h3.first {
	padding-top: 0px;
}

#main a:link { 
	color: #36f; 
	background-color: #fff;
}

#main a:visited { 
	color: #336; 
	background-color: #fff;
}

#main a:hover {
	color: #000;
	background-color: #fff;
}

#main a:hover img {
	background-color: #fff;
}

#main ul.spaced {
	line-height: 1.5;
}

#main li.padding {
	padding-bottom: 10px;
}

p.indent {
	margin-left: 25px;
}

#main td {
	vertical-align: top;
}

#main table.form {
	color: #000; 
	background-color: #ccc;
	width: 95%;
	padding-top: 10px;
	text-align: center;
}

#main table.form td {
	padding: 4px 4px 4px 4px;
	text-align: left;
}

#main table.form td.title {
	font-weight: bold;
	vertical-align: top;
}

ul.spaced li {
	margin-bottom: 10px;
}

#main img {
	margin-left: 10px;
}

#main .gifts-logo {
	float: right; 
	border: 0; 
	margin-right: 20px
}

table#accumulator {
	width: 100%;
}

table#accumulator, table#accumulator th, table#accumulator td {
	border: 1px solid #80b4e6;
}

table#accumulator th, table#accumulator td {
	font-size: 0.85em;
	padding: 4px;
}

table#accumulator th {
	text-align: center;
}

table#accumulator td.center {
	text-align: center;
}

table#accumulator td img {
	margin-left:0px;
}

table#accumulator td.logo {
	text-align: center;
}

.field {
	display: none;
}

#main ul li {
	margin-bottom: 7px;
}

#main .news {
	color: #427F4D; 
	font-weight: bold;
	font-size: 1.1em;
}

#main table#sponsors {
	width: 520px;
	border: 0px;
}

#main table#sponsors td {
	text-align: center;
	padding: 5px;
	padding-bottom: 10px;
	vertical-align: middle;
}

#main table.conference {
	width: 480px;
}

.photo-caption {
	text-align: center;
	font-style: italic;
}


/* Footer */
#footer {
	clear: both;
	height: 0%;
}
#footer p {
	line-height: 0px;
}
