p {
	line-height: 1.6em;
}

h1, h2 {
	font-family: georgia, serif;
	font-weight: normal;
}

h1 {
	font-size: 3.0em;
	color: #f9d900;
	margin-bottom: 25px;
}

h2 {
	font-size: 3.0em;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #f9d900;
}

h3.step {
	margin: 15px 0 3px;
}

#col_left {
	width: 620px;
	padding: 50px 0 30px 50px;
}

#col_left_full {
	width: 840px;
	padding: 50px 50px 30px 50px;	
}

#col_left a, #col_left_full a, #content a {
	color: #f9d900;
	font-weight: bold;
}

#col_right {
	width: 200px;
	margin: 20px 0 0;
	background: #383838 url(../images/bg_arrow.jpg) no-repeat left 17px;
	padding: 18px 20px 13px;
}

#col_right h2 {
	font-size: 2.0em;
	color: #f9d900;
}

#col_right p {
	line-height: 1.4em;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #999;
}

#col_right .success p {
	color: #2ff900;
}

#col_right .error p {
	color: #f90000;
}

#side_gallery img {
	margin-bottom: 6px;
	display: block;
}

.pinstripes {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 3px 0;
	margin: 25px 0;
}

.pinstripes-inner {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}

.pinstripes h2 {
	margin: 0;
	font-size: 3.0em;
	color: #fff;
}

.pinstripes h2 span {
	color: #f9d900;
}

.legal ul { margin-left: 20px; list-style-type: disc; margin-bottom: 10px; }
.legal ul li { margin-bottom: 5px; }

.content { margin-bottom: 15px; }
.content p { margin-bottom: 15px; }
.content li, .content p { font-size: 1.2em; line-height: 1.4em; }

.content ul { margin-bottom: 15px; }
.content ul.subnav li { display: inline; padding: 5px 15px 5px 0; }
