* {
	margin:0px;
	padding:0px;
	}
	
input {
  border: 1px solid #cacaca;
}

label {
  display: block;
  width: 200px;
}

/* Initialise styles */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/110% Verdana, Arial, Helvetica, sans-serif;
}

/* Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
		margin-top:10px;
}
input, select, textarea {
    font-size: 100%;
		margin: 0px;
		padding: 0px;
}


/* general bits */
h1, h2, h3{
	color: #EC151D;
}

h2{
	font-size: 130%;
}

a:link{
	color: #EC151D;
}
a:visited{
	color: #9B0D10;
}
a:hover{
	color: #F1565A;
}
a:active{
 color: #F1565A;
}
.route{
	color: #000;
}
.one{
	color: #EC151D;
}
/* end general bits */


/* Container div */
#container{
	margin: 10px auto;
	width: 760px;
	font-size: 80%;
}
/* end container div */



/* content wrapper */
#contentwrapper{
	width: 640px;
	background-color: #fafafa;
	float: left;
	font-size: 95%;
}
/* end content wrapper */



/* Expo Publishing bar */
#expobar{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	width: 100%;
	min-height: 36px;
	max-height: 36px;
	color: #fff;
	background: #221E1F url(../images/design/expo_logo.gif) no-repeat bottom right;
	display: block;
}
	#expobar a{
		color: #fff;
		font-size: 70%;
	}
	#expobar #pagelinks{
		float: left;
		min-height: 20px;
		max-height: 20px;
		background: #ED1D24 url(../images/design/expo_header_bg.gif) no-repeat right;
		padding-bottom: 11px!important;
		padding: 5px 41px 14px 10px;
	}
		#expobar #pagelinks #accessibility{
			margin-left: 16px;
		}
	#expobar #expolinks{
		float: right;
		min-height: 20px;
		max-height: 20px;
		padding: 5px 60px 11px 0px;
	}
		#expobar #expolinks a{
			margin-left: 10px;
		}
/* end Expo bar */
.error {
	background-color:#FF0000;
	color:#FFFFFF;
	}
.messageBox {
	border:#FF0000 double 1px;
	color:#FF0000;
	padding:5px;
	text-align:center;
	margin-top: 10px;
	}

#header {
	background: url(../images/design/logotype_print.gif) no-repeat top left;
	width:322px;
	text-align:right;
/*   float: left; */
	}
#header .text {
	font-weight:bolder;
	padding-top:70px;
	font-size:13px;
	}
#sponsor {
	background:url(../images/logos/sponsor.gif) no-repeat bottom center;
	height:131px;
	width:250px;
	margin-top:-80px;
	margin-left:390px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	}
#rssExplanation {
	position:absolute;
	top:1320px;
	left:500px;
	background:#FFFFCC;
	width:250px;
	padding:10px;
	border:#000000 solid 1px;
	display:none;
	}

#registrationForm .businessCheck {
	padding-left:100px;
	}
#registrationForm .businessCheck a {
	color:#FF0000;
	text-decoration:underline;
}
#registrationForm .businessCheck input {
	border:none;
	width:20px;
	}
#registrationForm .businessCheck label {
	width:150px;
	text-align:left;
	}
	
.left {
	float:left;
	}
.clear {
	clear:both;
	}

/* homepage-specific styles */

.register{
	position: absolute;
	margin-top: -21px;
	margin-left: 96px;
}

#ajaxLoginProgress, #ajaxLoginMessageWindow {
	position: absolute;
	text-align: center;
	width: 170px;
}



#registrationForm fieldset {
	margin: 0 30 0 30;
	padding:10px;
}	

#registrationForm fieldset legend {
  font-size: 120%;
  font-weight: bold;
  color:#000000;
  padding-bottom:2px;
}

#registrationForm fieldset label {
  clear: both;
  width: 100px;
  text-align: right;
  display: block;
  margin: 10px 10px 0px 0px;
  float: left;
}

#registrationForm fieldset input, #registrationForm fieldset select {
  margin: 8px 10px 0px 0px;
  width: 200px;
}


.force {
  clear: both;
}

/* end homepage-specific styles */
#footer {
	clear:both;
	text-align:center;
	}

.generalMessageBox {
  padding-left: 46px;
  background: #F2F3D9 url(/_includes/images/info.jpg) no-repeat scroll 10px 10px;
  border: 1px dashed #E0E1C9;
}