@charset "utf-8";
/* CSS Document */


/* main document */

body {
padding: 0px;
margin: 0px;
background-image: url(images/mainbackground.jpg);
background-repeat:repeat-y;
}

a:link{color: #437197}
a:visited{color: #fff}
a:hover{color: blue}
a:active{color: yellow}

/* left pseudo column */


#workshop {
margin-right: 0px;
margin-left: 0px;
position:absolute;
top: 80px;
float: left;
}

/* main content */

#main {
width: 922px;
margin-left: 97px;
background-image:url(images/b-backgroundtop.gif);
background-position:top;
background-repeat:repeat-x;
}

#main img{
text-align:center;
}

#maincontent{
padding: 45px;
padding-top: 0px;
line-height: 20px;
color: #2e4c65;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#maincontent .imperative{
color:#dc0e15
}

#maincontent .info{
background-color:#e9eff4;
padding: 10px;
border: solid 1px #f6bc0c
}

.pleasenote {
background-color:#F7F7F2;
padding: 8px;
color:#548085;
border: solid 1px #C0C0C0;
margin-bottom: 17px;
}

#logo {
margin-top:10px;
margin-bottom:5px
}

input.picture {
background-color:#6699FF;
width: 400px;
}

/* footer */

#footer
{
clear: both;
margin-left: 96px;
width:923px;
color: #333;
background-color: #C0C0C0;
text-align:center;
padding-top: 8px;
padding-bottom: 8px;
border-top: 1px solid gray;
}

#footer span{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-weight:bold;
letter-spacing:2px;
}

#footer b{
font-weight:900;
}

/* privacy */

#privacy {
	margin-top: 10px;
	margin-left: 20px;
	color: #c0c0c0;
	width: 350 px;
	font-size:10px;
	line-height: 12px;
	text-align:left;
}



/* Completed Form */

h2 {
letter-spacing: 1px;
color: #437197
}


#bio table{
background-color:#effafe;
padding: 10px;
border: solid 1px #f6bc0c
}

#regfooter
{
	background-color:#b82025;
	padding:10px;
	margin:0px;			
}

#companyContact
{
	width:400px;
	height:100px;
	border:solid 1px black;
}

#registrant
{
	background-color:#c0c0c0;
	line-height:20px;
	padding: 0px;
}