* {
	margin:0;
	padding:0;
}

body {
	background:#CCCCCC;
	font-family:Georgia;
}

header {
	border-bottom:1px solid #999999;
	padding-bottom:20px;
	max-width:1120px;
	margin:20px auto 0 auto;
}

main {
	padding:20px;
}

div.rows {
	font-size:13px;
	color:#666666;
	margin:auto;
	max-width:1120px;
}

div.clear {
clear:both;
}

div.va {
	position:relative;
	background:#FFFFFF;
	padding:60px;
	max-width:1000px;
	margin:20px auto 20px auto;
}

div.va div.column {
	width:45%;
	float:left;
}
div.va div.column.l {
	margin-right:5%;
}
div.va div.column.r {
	margin-left:5%;
	text-align:right;
}

div.va div.description {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:20px 0 20px 0;
	margin:20px 0 20px 0;
}

div.va h1 {
	font-size:20px;
	margin-bottom:20px;
	max-width:50%;
	color:#333333;
}
div.va h2 {
	font-size:16px;
	margin-bottom:20px;
	color:#333333;
	max-width:50%;
}
div.va h3 {
	font-size:14px;
	position:absolute;
	right:60px;
	top:60px;
	max-width:30%;
	text-align:right;
	color:#333333;
}
div.va h4 {
	font-size:12px;
	margin-bottom:10px;
	color:#333333;
}
div.va p {
	font-size:13px;
	margin-bottom:20px;
	color:#333333;
	line-height:18px;
}
div.va ul {
	font-size:13px;
	margin-bottom:20px;
	padding-left:16px;
	color:#333333;
	line-height:18px;
}

div.va a {
	color:#333333;
}