html, body {
	width:100%;
	margin: 0;
	padding: 0;
	background-color:#000;
}
body {
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
	font-size: 76%;
	color:#A0B0B0;
	margin: 2em auto;
	text-align:center;
	cursor: default;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

#header {
	border-left:1px solid #D1E0E4;
	width:100%;
}
#header h1 {
	margin: 0 .1em;
	padding: 0;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
}
span.headercolor_1 {
	color:#009933;
}

span.headercolor_2 {
	color:#66CC00;
}

span.headercolor_3 {
	color:#97BBC3;
}

#subheader {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:xx-small;
	color:#BDD0D4;
	letter-spacing: 1.55px;
	text-align:justify;
	height:auto;
	font-style: italic;
	padding-bottom:5px;
}

#nav {
	border-top:1px solid #D1E0E4;
	border-right:1px solid #D1E0E4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
	text-transform: lowercase;
	font-weight: bold;
}

/* ugly ass IE hack */
* html #nav {
	height: 1%;
}

#nav ul {
	margin: 0 0 0 3em;
	padding: 0px;
	display: table;
}

#nav li {
	display: table-cell;
	float: left;
	padding: .3em 4em .3em 0;
}

#container {
	width:80%;
	margin: 0 auto;
	text-align:left;
}

#content {
	border-top:1px solid #D1E0E4;
	border-left:1px solid #D1E0E4;
	text-align:justify;
	vertical-align:top;
	width:100%;
}

#main {
	width: 100%;
	margin: 0;
}

#sidebar {
	float: left;
	height: 363px;
	margin: 0;
	padding: 0 15px 0 0;
}

#articles {
	background-color: #000;
	min-height: 363px; 
	height: 363px;
	border-top: 1px solid #D1E0E4;
	border-left: 1px solid #D1E0E4;
	/* border-bottom: 1px solid #D1E0E4; */
	margin: 0 0 0 300px;
}

#articles li {
	list-style: none;
}

#articles img {
	border: 0;
}

html *> #articles {
	height: auto;
}
/* to clear #speakers */
#articles:after {content:".";display:block;height:0px;clear:both;visibility:hidden;}

h3 {
	/*text-transform: lowercase;*/
	font-size: 1em; 
	font-weight: 900;
	color:#66CC00;
	margin: 1em 0 .4em 1em;
	padding: 0;
}

h4 {
	/*text-transform: lowercase;*/
	font-size: 1em; 
	font-weight: 400;
	color:#66CC00;
	margin: 1em 0 .4em 1em;
	padding: 0;
}

p {
	margin: 0 3em 0 2em;
	padding: 0;
	padding-bottom: 1em;
	font-size: .9em;
	line-height: 1.2em;
}

p+p {
}

#speakers {
	background-color: #000;
	/*border-right:1px solid #D1E0E4;*/
	position: relative;
	float: left;
	width: 17.5%;
	height: 100%;
	min-height: 438px;
	margin: 0 1.5em 3em 0;
	text-align: right;
}

* html #speakers {
	height: 468px;
}

#speakers a {
	font-size: .9em;
	font-weight:bold;
	width:100%;
}

#articles li {
	margin-left: 2em;
	text-transform: lowercase;
	list-style: bullet;
}

* html #articles ul {
	margin-left: 2em;
	padding-left: 2em;
}

#articles #speakers ul, #articles #speakers li {
	list-style: none; 
	padding: 0;
	margin: 0;
}
#articles #speakers ul {
	margin: 1em 0 0 .5em;
}

dl {
	margin-left: 2em;
}
dt {
	margin-top: 2em;
	font-size: .8em;
	font-weight: bold;
	color:#66CC00;
}
h3+dl {
	margin-top: -1em;
}
dd {
	margin-top: .4em;
}
dd span {
	font-weight: bold;
	color:#97BBC3;
}
dd a {
	display: block;
	margin: -1em 6em 0 0;
	text-align: right;
}
blockquote {
	width: 80%;
	font-size: .8em;
}
hr {
	width: 90%;
	height: 1px;
	border-color: #C3C3C3;
}
* html hr {
	margin-left: .5em;
}

.w5 {
	padding: 10px;
	color:#C0BC4B;
	margin: 0px;
	border: 0px;
}


* a {
	cursor:pointer;
	color:#97BBC3;
	text-decoration: none;
}

* a:link, * a:visited { 
	color: #009933;
}

* a:hover { 
	color: #66CC00;
	text-decoration: none;
}

* a:active { 
	color: #009933;
}

#footer {
	margin-top: 1em;
	font-size: .9em;
	color:#c3c3c3;
	text-align:left;
	background-color:#000;
}

#validator {
	text-align: right;
}

#validator a,
#validator a:link,
#validator a:hover,
#validator a:active { 
	color: #000 !important;
	text-decoration: none;
}

.paypal {
	margin-left: 17.5px;
}

.paypal td {
	text-align: right;
}

.payclick a {
	color: #ff0000;
}

.red { 
	color: #ff0000;
}
