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

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	color: #333;
	text-align: center;
	background: #fff url(images/bg.gif) repeat-x top left;
	}
#container {
	width: 816px;
	margin: 0 auto;
	font-size: 95%; /* slight adjustment */
	text-align: left;
	border-top: none;
	background: #fff;
	}
h1 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 250%; 
	color: #666;
	}
		
	
code {
	font-size: 110%;
	}
.note {
	font-size: 90%;
	color: #666;
	}
	
.question {
	font-size: 180%;
	color: #CC0000;
	font-weight: bold;
	}
	
.highlight {
	color: #000000;
	font-family:"Courier New", Courier, monospace;
	font-size: 110%;
	font-weight: bold;
	background-color: #FFFF00;
	padding: 5px;
	}
	
.highlight2 {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	background-color: #FFFF00;
	}
	
	
.text1 {
	color: #000000;		
	font-size: 120%;
	font-weight: bold;
	}
	
/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
#header {
	background: url(images/header.jpg) no-repeat top;
	width: 816px;
	height: 240px;
}

#thankyou {
	clear: both;
	background: #fff;
	width: 816px;
	height: 200px;
	margin: 0;
}

#thankyou h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 250%;
	color: #009900;
	}

	
#main {
	width: 500px;
	 /*height: 1450px; */
	float: left;

}

#contact-us-arrow {
	width: 500px;
	height: 95px;
	background: #fff url(images/contact-us-arrow.gif) no-repeat top left;
	
}


#content {
	width: 460px;
	/* height: 1200px;  */
	background: #fff url(images/content-bg-top.jpg) no-repeat top left;
	padding: 20px;
	
}

#sidebar {
	width: 236px;  /* 236  */
	/* height: 1000px;  */
	float: right;
	padding: 30px;
	background: #fff url(images/form-bg-top.gif) no-repeat top;
}
	

	
	
form {
	margin-top: 70px;
}


#footer {
	clear: both;
	margin: auto;
	background: #efefef;
	padding: 20px;
}

