body {
	margin: 0px;
	background: #cecece url('http://www.hvttconference.com/images/bg.gif');
}
.container {
	background-color: #fff;
	position:relative;
	z-index:100;
}
.more {
	position:relative;
	text-align:right;
	margin-top:-32px;
	margin-bottom:24px;
}
.littlemore {
	position:relative;
	text-align:right;
	margin-top:-16px;
	margin-bottom:24px;
}
.more a, .littlemore a {
	color:#666;
	text-decoration:none;
}
.more a:hover, .littlemore a:hover {
	color:#666;
	text-decoration:underline;
}
p {
	clear: both;
}
a {
	color:#B33825;
}
.nav {
	color:#B33825;
	font-size:12px;
}
.nav a {
	color:#666;
	text-decoration:none;
}
.nav a:hover {
	text-decoration:underline;
	color:#B33825;
}
#wrapper {
	position:relative;
	width:950px;
	margin:0 auto;
}
.navplain {
	padding-left:25px;
	padding-right:25px;				
}
#main_image {
	visibility:hidden;
}
h1 {
	color:#666;
	font-weight:100;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial;
	font-size:26pt;
	margin:0px;
}
.h2 {
	font-size:18pt;
	margin:0px;
	padding:0px;
}
.h3 {
	color:#000;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial;
	font-size:14pt;
}

hr {
	border: 0;
	color:#999;
	background-color: #999;
	height: 2px;
	width: 100%;
	text-align: left;
	margin-top:0px;
	margin-bottom:15px;
}
hr.thin {
	border: 0;
	color:#CCC;
	background-color: #CCC;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top:0px;
	margin-bottom:15px;
}

.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}
ol {list-style-type: decimal}
ul {list-style: square}

.hanger {position:relative;float:left;margin-left:-260px;text-align:right;width:250px;margin-top:7px;}

label { width: 20em; }
label.error { color: red; padding: 0em; vertical-align: top; margin-left:0px;margin-right:0px;white-space:nowrap;}

input.text, input.title, textarea, select, input.required, input.notrequired {margin:0.5em 0;border:1px solid #bbb;}
input.text, input.title, textarea, input.required, input.notrequired {-moz-border-radius:5px;-webkit-border-radius:5px;}
input.text:focus, input.title:focus, textarea:focus, select:focus, input.required:focus,input.notrequired:focus  {border:1px solid #666;}
input.text, input.title, input.required,input.notrequired  {padding:5px;}


.darken {
    position:absolute;
    top:-5px;
    left:0px;
    width:100%;
    height:150%;
    display:none;
    z-index:199;
    background:black;
    opacity:.5;
    filter:Alpha(opacity=50); /* Transparency in IE */
}
