html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #6786a5 url(../assets/bg.png) top center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* ie fix */
img { vertical-align: bottom; }
a img { border: 0; }

/*#bg_left {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #fff url(../assets/bg_left.png) top left repeat-y;
}

#bg_right {
	padding: 0px 160px 0px 160px;
	height: 100%;
	background:  url(../assets/bg_right.png) top right repeat-y;
}*/

#container {
	margin: 0 auto;
	width: 880px;
}

#top {
	border-top: 1px solid #6786a5;
}

#top p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#top p.blurb {
	text-indent: 25px;
	text-align: justify;	
}

#vline {
	background: url(../assets/blue.png) top center repeat-y;
}

#title {
	font-weight: bold;
	color: #fff;
}

#content td.line {
	border-right: 1px solid #6786a5;
}

.hline {
	padding-bottom: 8px;
	border-bottom: 1px solid #dcdcdc;
}

.hline2 {
	padding-bottom: 8px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 8px;
}

#footer {
	margin-top: 10px;
	border-top: 1px solid #6786a5;
	padding-top: 10px;
	text-align: center;
	font-size: 8pt;
}