* { padding: 0; }
body {
	font: 90%/1em verdana, arial, helvetica, sans-serif;
	background: url(graphics/header_bg.gif) repeat-x;
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,dt,form,blockquote { margin: 0; }
a { color: #2982b2; }
a:hover { color: #f60; }
h1 a, h2 {
	text-indent: -9999px;
	overflow: hidden;
}
h1 {
	background: url(graphics/header.jpg) no-repeat;
	width: 700px;
	height: 107px;
	line-height: 106px;
}
h1 a {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 330px;
	height: 60px;
}
h2 {
	background: no-repeat;
	width: 699px;
	height: 79px;
}
h3 {
	color: #10a44a;
	font-size: 1em;
	padding-bottom: 12px;
	line-height: 1.5em;
}
h4, p {
	font-size: .78em;
	line-height: 1.5em;
}
p {
	padding-bottom: 13px;
	font-size: .78em;
}
.caption, .note { font-size: .68em; }
.caption img { display: block; }
.column { float: left; width: 45%; padding-right: 5%; }
.clear { clear: both; }
td { vertical-align: top; }
#content ul, #content ol { padding: 0 0 10px 0; }
#content li, #content dd, #content dt {
	padding: 5px 10px 5px 15px;
	font-size: .78em;
	line-height: 1.5em;
}
#content ul li { list-style: none; background: url(graphics/blue_bullet.gif) no-repeat 0 11px; }
#content dt { background: url(graphics/blue_arrow.gif) no-repeat 0 9px; }
#content dt.on { background: url(graphics/blue_arrow_on.gif) no-repeat 0 12px; }
#content dd { padding-bottom: 10px; display: none;}
#content dd li { font-size: 1em; }
#content ul.singleline li { padding: 0 10px 0 15px; background-position: 0 7px; }
#content ol li { margin-left: 20px; padding-left: 0; }
#content ul.unbulleted { padding-left: 0; }
#content ul.unbulleted li { padding-left: 0; background: none; }
#header {
	position: relative;
	min-width: 700px;
}
#header ul {
	position: absolute;
	list-style: none;
}
#header li { float: left; }
#header li a { display: block; }
#navbar a { color: #1f6ca1; }
#utilities {
	left: 430px;
	top: 6px;
	min-width: 260px;
}
#utilities li a {
	border-left: 1px solid #2982b2;
	font-size: .78em;
	padding: 0 7px;
	line-height: 1.1em;
	text-decoration: none;
}
#utilities .first, #footer .first { border: none; }
#navbar {
	left: 128px;
	top: 86px;
	width: 614px;
	height: 20px;
}
#navbar li a {
	font-size: .78em;
	text-decoration: none;
	line-height: 20px;
	padding: 0 10px;
	vertical-align: middle;
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
}
#navbar li a:hover, #navbar li a.on {
	background: #dceaf4;
	border-color: #1d6ca1;
}
#main {
	width: 700px;
	clear: both;
	background: url(graphics/content_bg.gif) repeat-y;
}
#content {
	padding: 26px 0 26px 32px;
	float: left;
	width: 510px;
}
.withpullouts #content { width: 365px; padding-right: 32px; }
#footer {
	clear: both;
	padding-top: 25px;
}
#footer ul {
	padding-left: 103px;
	background: #1f6ca1;
	list-style: none;
	height: 2em;
	padding-top: 1em;
	margin-bottom: 10px;
}
#footer li {
	float: left;
}
#footer ul a {
	padding: 0 10px .2em;
	color: #fff;
	font-size: .78em;
	line-height: .9em;
	display: block;
	border-left: 1px solid #fff;
}
#footer p {
	text-align: center;
	padding: 0 0 2px;
	width: 750px;
}
#participate h2 { background-image: url(graphics/banner_participate.jpg); }
#showcase h2 { background-image: url(graphics/banner_participantshowcase.jpg); }
#support h2 { background-image: url(graphics/banner_support.jpg); }
#events h2 { background-image: url(graphics/banner_events.jpg); }
#about h2 { background-image: url(graphics/banner_about.jpg); }

#subnav {
	float: left;
	margin-top: 26px;
	border-top: 1px solid #d8d1c0;
	list-style: none;
	width: 158px;
}
#subnav li {
	background: #fff;
	border-bottom: 1px solid #d8d1c0;
}
#subnav a, #subnav span {
	font-size: .85em;
	line-height: 1.5em;
	padding-left: 22px;
	color: #000;
	background: #f7f2e7;
	display: block;
	border-right: 1px solid #d8d1c0;
	text-decoration: none;
	padding: 8px 10px 8px 22px;
}
#subnav span { background: none; border-right: none; }
#subnav a:hover { background: #fff; }
#pulloutsimages {
	padding-top: 26px;
	width: 113px;
	float: right;
}
#pulloutsimages blockquote {
	color: #919191;
	background: #f0eeea;
	border: 1px solid #d7d0c0;
	padding: 14px 5px;
	text-align: center;
	font-size: .78em;
	margin-bottom: 18px;
}
#pulloutsimages img { margin-bottom: 12px; }
#main:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}