body {
	margin: 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	color: #003366;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 240%;
}
h2 {
	color: #003366;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin: 1.25em 0 0 0;
}
h3 {
	color: #333333;
	font-size: 100%;
}
p, blockquote {
	margin: .9em 0 .9em 0;
	line-height: 140%;
}
p.first, blockquote.first {
	margin-top: .85em;
}
a:link, a:active, a:visited, .bittyLink {
	color: #003399;
}
a:hover {
	color: #009933;
}
.bittyLink {
	font-weight: bold;
	font-size: 75%;
	margin-top: .5em;
	margin-left: -1em;
}
blockquote {
	text-align: left;
	padding: 0 3em;
	font-weight: normal;
	line-height: 160%;
}
blockquote span {
	display: block;
}
#mainCol blockquote {
	line-height: 120%;
}
#mainCol blockquote span {
	font-size: 80%;
	color: #333333;
	font-weight: bold;
	padding-left: 3.5em;
	text-indent: -1em;
}
#mainWin {
	width: 860px;
	margin: 0 auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
.noCols #mainWin {
	background-image: none;
	background-color: #FFFFFF;
}
#emailLink {
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: left -20px;
	text-align: right;
	color: #EEEEEE;
	padding-bottom: 5px;
	font-style: italic;
}
#emailLink a:link, #emailLink a:visited, #emailLink a:active {
	color: #EEEEEE;
	text-decoration: none;
	background-image: url(../images/icon_envelope.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 11px;
	padding-left: 23px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#emailLink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1#banner {
	font-size: 1px;
	text-align: left;
	text-indent: -5000px;
	margin: 0;
}
#banner a {
	height: 155px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.noCols #banner a {
	background-image: url(../images/banner2.jpg);
}
#contentWrap {
	padding: 0 0 0 35px;
}
.noCols  #contentWrap {
	padding: 0 35px 0 35px;
	font-size: 90%;
}
#mainCol {
	float: left;
	width: 505px;
	padding-bottom: 15px;
	min-height: 400px;
}
#mainCol ul, #mainCol ol {
	padding-left: 3.5em;
	list-style-position: outside;
	margin: 1em 0;
}
#mainCol ul {
	list-style-type: square;
}
#mainCol ol {
	list-style-type: decimal;
}
#mainCol li {
	margin: .5em 0;
}
#mainCol ul.logoList {
	padding-left: 0;
	list-style-position: inside;
	margin: 1em 0;
}
#mainCol ul.logoList {
	list-style-type: none;
}
#mainCol ul.logoList li {
	margin: 2em 0;
	font-size: 75%;
	line-height: 140%;
}
#mainCol ul.logoList a:link,
#mainCol ul.logoList a:active,
#mainCol ul.logoList a:visited,
#mainCol ul.logoList a:hover 
{
	text-decoration: none;
	color: #333333;
	display: block;
}
#mainCol ul.logoList a:link strong,
#mainCol ul.logoList a:active strong,
#mainCol ul.logoList a:visited strong 
{
	text-decoration: underline;
	color: #003399;
}
#mainCol ul.logoList a:hover strong
{
	text-decoration: underline;
	color: #009933;
}
#mainCol ul.logoList li a span.img {
	float: left;
	width: 150px;
	text-align: center;
}
#mainCol ul.logoList li a span.about {
	float: right;
	text-align: left;
	width: 325px;
}
#bookMarks {
	font-size: 75%;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 1em;
}
#bookMarks li {
	display: inline;
}
#bookMarks a {
	text-decoration: none;
	margin-right: 5px;
}
.bannerBox {
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	padding: 10px;
	line-height: 130%;
	overflow: hidden;
	cursor: pointer;
}
#sideBar {
	float: right;
	width: 220px;
	margin: 0 40px 0 0;
	padding-top: 12px;
}
#sideBar h2 {
	font-size: 110%;
	text-align: left;
	color: #333333;
	margin-top: 0;
}
#sideBar h3 {
	font-size: 75%;
}
#sideBar blockquote {
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-size: 75%;
	color: #000000;
}
#sideBar blockquote span {
	font-weight: bold;
	color: #333333;
	padding-left: 3em;
	text-indent: -1em;
}
#sideBar blockquote span em.credit {
	color: #666666;
	display: block;
	font-weight: normal;
	text-indent: 0;
}
#sideBar ul, #sideBar ol {
	padding-left: 3em;
	list-style-position: outside;
	font-size: 75%;
	margin: 1em 0;
}
#sideBar ul {
	list-style-type: square;
}
#sideBar ol {
	list-style-type: decimal;
}
#sideBar li {
	margin: .5em 0;
}
.selex {
	text-align: left;
	margin: .5em 0;
}
.selex strong {
	color: #333333;
}
.selex span {
	color: #666666;
	display: block;
	font-size: 85%;
	padding-left: 2.25em;
	font-style: italic;
	margin-top: .15em;
}
.selex span em {
	font-style: normal;
}
#formLauncher {
	width: 209px;
	margin: 0 auto 10px auto;
}
.external {
	width: 244px;
}
#twitterLink, #beaLink {
	float: left;
	margin: 10px 0;
}
#fbLink, #participantsLink {
	float: right;
	margin: 10px 0;
}
#formLauncher {
	margin-bottom: 1em;
}
#mainCol ul.buttons {
	padding-left: 0;
	list-style-position: inside;
	margin: 0;
	list-style-type: none;
}
#mainCol ul.buttons li {
	margin-bottom: 10px;
}
#formLauncher a:link, #formLauncher a:active, #formLauncher a:visited, 
.external a:link, .external a:active, .external a:visited 
{
	overflow: hidden;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 1px;
	text-indent: -5000px;
	background-repeat: no-repeat;
}
.external a:link, .external a:active, .external a:visited, .external a:hover {
	height: 74px;
}
#formLauncher a:link, #formLauncher a:active, #formLauncher a:visited {
	height: 42px;
	background-image: url(../images/btn_submit.jpg);
	background-position: left top;
}
#formLauncher a:hover {
	background-position: left bottom;
}
#twitterLink a:link, #twitterLink a:active, #twitterLink a:visited {
	background-image: url(../images/btns_external.jpg);
	background-position: left top;
}
#twitterLink a:hover {
	background-position: left bottom;
}
#fbLink a:link, #fbLink a:active, #fbLink a:visited {
	background-image: url(../images/btns_external.jpg);
	background-position: -244px top;
}
#fbLink a:hover {
	background-position: -244px bottom;
}
#beaLink a:link, #beaLink a:active, #beaLink a:visited {
	background-image: url(../images/btns_external.jpg);
	background-position: -488px top;
}
#beaLink a:hover {
	background-position: -488px bottom;
}
#participantsLink a:link, #participantsLink a:active, #participantsLink a:visited {
	background-image: url(../images/btns_external.jpg);
	background-position: -732px top;
}
#participantsLink a:hover {
	background-position: -732px bottom;
}
.schedule td, .schedule th {
	font-size: 80%;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}
.schedule th {
	text-align: left;
	padding-top: 15px;
}
.schedule td.time {
	text-align: right;
	padding-left: 3em;
	padding-right: 10px;
	white-space: nowrap;
	font-weight: bold;
	color: #333333;
}
#bookBox {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #333333;
}
#bookBox img {
	float: left;
	margin: 0 20px 10px  0;
}
#footer {
	font-size: 75%;
	color: #EEEEEE;
	margin-top: 3em;
	padding: 12px 10px 10px 10px;
	text-align: center;
	clear: both;
	background-image: url(../images/footer_border.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #356991;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #EEEEEE;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#credits {
	font-size: 65%;
	color: #666666;
	padding-top: 3px;
	text-align: center;
	background-color: #FFFFFF;
}
#credits a:link, #credits a:visited, #credits a:active {
	color: #666666;
	text-decoration: underline;
}
#credits a:hover {
	text-decoration: underline;
}
.emphasized {
	font-weight: bold;
	color: #333333;
	font-style: italic;
	text-align: center;
	padding: 0 3em;
}
.announcement {
	/*font-size: 75%;*/
	color: #333333;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}
#homePage .announcement {
	background-color: #B4C8D6;
	padding: 10px;
}
div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
