body{
	background-image: url('images/bg2.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #F8F1E1;	
	height: 100%;
	margin: 0px;
	text-align: center;
	font-family: arial;
	font-size: 8pt;
}
.bg{
	background-image: url('images/bg1.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.content-mid{
	background-image: url('images/content-mid.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	padding-left: 100px;
	padding-right: 90px;
	font-family: arial;
	font-size: 8pt;
}
#content-bottom-button, #content-bottom{
	background-image: url('images/content-bottom-button.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 55px;
	padding-left: 415px;
	padding-bottom: 12px;
	margin: 0px;
}
#content-bottom{
	background-image: url('images/content-bottom.jpg');
}
#content-bottom-button a:link, #content-bottom-button a:hover, #content-bottom-button a:visited{
	color: #FFFFFF;
	text-decoration: none;	
	font-size: 9pt;
}
#content-bottom-button a:hover{
	color: #FFFF00;
}
.boxed {
	padding: 6px; 
	border: 1px solid #B3C4D6; 
	width: 358px;
	text-align: center;
} 

p{
	padding-bottom: 12px;
	margin: 0px;
}
h1{
	padding-bottom: 12px;
	margin: 0px;
	font-size: 12pt;
	color: #1C4782;
}
h2{
	padding-bottom: 5px;
	margin: 0px;
	font-size: 11pt;
	color: #4F7DBC;
}
#sideimg{
	width: 358px;
	height: 200px;
	position: absolute;
	display: inline;
	left: 50%;
	text-align: center;
	padding-top: 50px;
}