@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:none;
}

body{
	font-size:13pt;
	font-family:arial, sans-serif;
	background:url(images/bodygrad.jpg) top left repeat-x #0b1290;
	float:none;
}

#wrap{
	width:100%;
	height:auto;
	margin: 0 auto;
	padding-bottom:5em;
	}

#headerbar{
	display:block;
	height:37px;
	width:100%;
	min-width:975px;
	background-color:#fff;
	clear:both;
}

#header{
	display:block;
	height:110px;
	width:100%;
	min-width:975px;
	background:url(images/header.jpg) top left no-repeat #0a0e5f;
	clear:both;
	border-bottom:10px solid #bf0404;
	margin-bottom:1em;
}
#header h1, #header h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f2f2f2;
	text-align:right;
	margin-right:1em;
}
#header h1{
	font-size:1.7em;
	font-weight:bold;
}
#header h2{
	font-size:1.5em;
	font-weight:100;
	padding-right:10px;
	padding-top:30px;
}
#benefit{
	width:100%;
	height:auto;
	background:url(images/red-grad.gif) top left repeat-x #760202;
	border-top:2px solid #bf0404;
	border-bottom:2px solid #bf0404;
	clear:both;
	margin:0 0 20px;
	text-align:center;
	padding:1em 0 .5em;
}


#date{
	color:#036;
	font-size:12px;
	margin-top:-10px;
}


.benefit, .benefit2{
	display:block;
	color:#f2f2f2;
	font-family:arial, sans-serif;
}

.benefit{
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-.02em;
}
.benefit2{
	font-size:.7em;
	font-weight:100;
	text-align:center;
}
#wrapleft{
	display:block;
	width:26%;
	height:auto;
	margin-right:5%;
	float:left;
	clear:left;
}
.boxleft{
	display:block;
	background:#f2f2f2;
	float:left;
	width:100%;
	height:auto;
	clear:both;
	padding:.5em 1em;
	border:1px solid #CCC;
	border-left:2px solid #999;
	border-bottom:3px solid #999;
	margin:0 0 .5em;
}
#wrapright{
	/*display:block;*/
	width:800px;
	height:auto;
	padding:1em 3%;
	/*float:left;
	clear:right;*/
	background:#fff;
	margin-bottom:5em;
	margin: 0 auto;
	overflow:hidden;
}
.boxright{
	display:block;
	float:left;
	width:100%;
	height:auto;
	padding:1em 0;
	margin-bottom:5px;
	clear:both;
}
.picright{
	display:block;
	width:98%;
	max-width:450px;
	height:225px;
	border:1px solid #bf0404;
	margin:0 auto;
	margin-bottom:1em;
	float:none;
	clear:both;
}
#wrap h2{
	color:#a30404;
	font-size:1.7em;
	font-weight:100;
	font-family:"Times New Roman", Times, serif;
	margin:.3em 0 0 .2em;
	text-align:center;
}
#wrap h3{
	display:block;
	color:#bf0404;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	letter-spacing:-.02em;
	clear:none;
	margin:.7em 0;
	padding:0 20px;
}
#wrap p{
	font-size:.75em;
	margin:15px 0;
	line-height:1.5;
	text-align:justify;
	word-spacing:-1px;
	padding:0 20px;
	font-weight:100;
	font-family:Arial, sans-serif;
}
#wrap ul{
	display:block;
	width:100%;
	height:auto;
	float:left;
	clear:both;
	padding:0px;
	margin:0px;
}
#wrap li{
	margin:.4em 25px 0px 30px;
	font-size:.75em;
	color:#000000;
	line-height:normal;
}
#wrap a{
	color:#0f18c3;
	text-decoration:none;
}
#wrap a:hover{
	color:#666;
	text-decoration:underline;
}

#foottext{
	color:#FFF;
	width:560px;
	font-size:12px;
	margin:0 auto;
	padding-top:10px;
}
