/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E4E4E4;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 120%;
}

/* Text styles */

.small{
font-size: 85%;
}

.sub{
font-weight:bold;
color: #333333;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #CCCCCC;
}

h1 {font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 170%;
	line-height: 130%;
	color: #4E75B7;
}

h2 {font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 140%;
	line-height: 120%;
	color: #4E75B7;
}


/* Form */

.boxes {
	background-color: #EFEFEF;
	width: 400px;
	border: #999999 solid 1px;
}
.boxesmall {
	background-color: #EFEFEF;
	width: 150px;
	border: #999999 solid 1px;
}
.tick {
	background-color: #EFEFEF;
}



/* Div tags */

.clear {
	clear: both;
	line-height: 0px;
}

#header {
	width: 350px;
	height: 120px;
	background-image: url(../images/BSCSE.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 50px;
	padding-left: 400px;
}

#nav {
	width: 800px;
	height: 18px;
	background-color: #4E75B7;
}
#content {
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 0px;
	width: 700px;
}
#exhibheader {
	width: 700px;
}
#exhibleft {
	width: 200px;
	float: left;
}
#exhibmain {
	width: 500px;
	float:right;
}
#pic {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#footer {
	width: 700px;
	/*height: 110px;*/
	margin-left: 50px;
	background-color:#FFFFFF;
	/*position:fixed;
	bottom:0; stick to bottom*/
}
#wrapper {
	position:relative; /* needed for footer positioning*/
	width: 800px;
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	/*height:100%; IE6: treaded as min-height
	min-height:100%; real browsers */
	background-color: #FFFFFF;
}

/* Event specific styles */
#checking_text, #fee_paragraph, #error_paragraph {
  display:none;
}
#error_paragraph {
  color:#FF0000;
}
#fee_holder {
  font-weight:bold;
}
#form_holder {
	display:none;
}

