@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	margin:0;
	background:url(../images/bg-main.jpg) top center repeat-y #dde1ea;
}

div.wrapper{
	margin:0 auto;
	width:944px;
}

div.header{
	height:193px;
	background:url(../images/header.jpg) no-repeat top left;
}

div.menu{
	position:relative;
	top:155px;
	height:28px;
	padding-right:10px;
	line-height:30px;
	color:#FFF;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.menu a{
	color:#050505;
	text-decoration:underline;
}

div.menu a:hover {
	color:#F60;
	text-decoration:underline;
}

div.body{
	padding:10px;
	width:880px;
	margin:0 auto;
}

div#right{
	float:right;
	width:200px;
}

div#left{
	float:left;
	width:650px;
}

h3{ 
	margin-top:0px; 
}

span#h3{ font-size:1.2em;}

div.body ul#pdf{
	list-style:none;
	padding-left:45px;
}

div.body ul#pdf li{
	list-style-image:url(../images/Checkmark-32.png);
	line-height:20px;
}

h1, h2, h3, h4, h5, h6{ margin:0; padding:0; }

h2 p div{width:600px; margin:0 auto; }
