@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}
.leftshad{
	background: url(images/h_shadowleft.jpg) top no-repeat;
	width:19px;
	height:1363px;
}
.rightshad{
	background:url(images/h_shadowright.jpg) top no-repeat;
	width:19px;
	height:1363px;
}
.topbg{
	background: url(images/h_topbg.jpg) top repeat-x;
	height:6px;
}
.intro{
	background:url(images/h_intro.jpg) top no-repeat;
	width:950px;
	height:341px;
}
h1 {
	font-size:24px;
	color:#3288ce;
	font-weight:normal;
	margin:0 0 15px 0;
}
.green{
	color:#3cb018;
}
.content p{
	line-height:24px;
}
a{
	color: #000000;
	text-decoration:underline;
}
a:hover{
	color: #000000;
	text-decoration:none;
}

ul{
	padding:0;
	margin:0;
}
li{
	list-style-type:none;
	list-style-image:url(images/h_check.jpg);
	line-height:24px;
	margin:0 0 0 28px;
	*margin: 0 0 0 20px;
}
.space {
	margin:0 13px 0 0;
}
.photooutput {
	background: url(images/h_photooutput.jpg) top no-repeat;
	width:177px;
	height:330px;
}
.footer{
	background: url(images/h_footerbg.jpg) top repeat-x #3288ce;
	height:62px;
	
}
.footer p{
	color:#FFFFFF;
	font-size:11px;
}
.footer p a{
	color:#FFFFFF;
	text-decoration:underline;
}
.footer p a:hover{
	color:#befe81;
	text-decoration:none;
}