td, th, table {
	border: 0px;
}

table.overview img {
	vertical-align: top;
}

table.overview th {
	width: 90px;
	text-align: right;
	vertical-align: top;
}

table.overview td {
	vertical-align: top;
}

.column {
	float: left;
}

.column.left {
	width: 654px;
	margin-right: 14px;
}

.container.small .column.left {
	width: 547px;
}

.column.right {
	width: 187px;
}

.container.small .column.right {
	width: 285px;
}

.content {
}

.content.rounded-top {
	background: url('../images/content_grey_top.png');
}

.container.small .content.rounded-top {
	background: url('../images/content_grey_small_top.png');
}

.content .rounded-bottom {
	padding: 20px;
	background: url('../images/content_grey_bottom.png') no-repeat bottom;	
}

.container.small .content .rounded-bottom {
	padding: 20px;
	background: url('../images/content_grey_small_bottom.png') no-repeat bottom;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

h2 {
	color: #ed721c;
	font-size: 30px;
	font-weight: bold;
}

h4 {
	color: #666666;
	font-size: 12px;
}

.clear {
	clear: both;
}

p.attention {
  background-color: #FFFFCC;
  border-bottom: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
  margin: 5px 0pt 15px;
  font-size: 1.3em;
  padding: 7px;
  text-align: center;
}

p.note {
  border: 1px solid #FFFFCC;
  margin: 5px 0pt 15px;
  padding: 7px;
	font-size: 0.9em;
}

pre {
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	text-align: center;
	font-size: 0.9em;
}

pre img {
	border: 1px solid black;
}

.signup-bar {
	text-align: center;
	background: url('../images/signup_bar.png') no-repeat top center;
	margin: 15px 0 0 0;
	height: 51px;
	line-height: 51px;
	font-size: 25px;
}

.signup-bar a {
	font-weight: bold;
}

.yellowbox {
	background: url('../images/right_yellow_top.png');
	margin-bottom: 15px;
}

.yellowbox .inner {
	background: url('../images/right_yellow_bottom.png') bottom no-repeat;
	padding: 10px;
}

.yellowbox h5 {
	border-bottom: 1px solid #ff9966;
	margin-bottom: 10px;
}

.yellowbox ol {
	color: #ed721c;
	font-size: 15px;
	font-weight: bold;
}

.yellowbox ol span {
	color: black;
	font-size: 12px;
	font-weight: normal;
}

.yellowbox p {
	text-align: center;
}

.yellowbox p.join a {
	background: #006699;
	border: 1px solid black;
	color: white;
	font-size: 18px;
	padding: 4px 15px;
	text-decoration: none;
}

.yellowbox .search {
	text-align: center;
}

.bluebox {
	border: 1px solid #006699;
	padding: 5px;
	margin-bottom: 15px;
}

.bluebox h5 {
	background-color: #006699;
	margin: -5px -5px 5px -5px;
	padding: 3px 3px 3px 15px;
	color: white;
}

.bluebox ul {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
}

.bluebox a {
	text-decoration: none;
}