@charset "utf-8";

 body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  	padding:0 0 <length> 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 700px;
	margin-right:auto;
	margin-left:auto;
}


#bluebox {
background-color:#dff4ff;
border: 1px solid #333333;
margin-left:11px;
margin-right:11px;
text-align:left;
padding-top: 5px;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 5px;

}

#textbox {
padding-left:15px;
padding-right:15px;
}
p {
padding:2px;
margin-top:0px;
margin-bottom:15px;

}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
color:#FF6600;
padding-top:0px;
margin-top:0px;
margin-bottom:0px;
padding-bottom:0px;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}

table {
text-align:left;
}

p {
text-align:left;
}