@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #333333;
	background-color: #EEEEEE;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-y;		
	background-position: center;
	margin: 0px;
}
h1, h2, h3, h4{
	margin-top: 0px;
	margin-bottom: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Helvetica, Arial;
	font-weight: bold;
	color: #0d438b;
}
h1{
	font-size: 24px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}
p{
	margin: 0px 0px 1em;
}
a:link, a:visited{
	color: #0d438b;
	text-decoration: underline;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited{
	text-decoration: none;
}
.nomargin{
	margin: 0px;
}
.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;	
}
.minicopy{
	font-size: 11px;
}
.copybold{
	font-weight: bold;
	color: #c11d26;
}
.error{
	font-weight: bold;
	color: #c11d26;	
}
#wrapper{
	background-image: url(../img/bg_main.png);
	background-repeat: repeat-x;	
	position: relative;
	left: 0px;
	top: 0px;
}
#header {
	height: 118px;
	width: 1000px;
	margin-left: -500px;
	position: relative;
	left: 50%;
	top: 0px;
}
#content{
	position: relative;
	left: 50%;
	margin-left: -470px;
	margin-top: 30px;
	width: 940px;
	min-height: 400px;
}
#logo {
	float: left;
	position: relative;
	top: 40px;
}
#claim {
	float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Helvetica, Arial;
	font-size: 16px;
	color: #333333;
	margin-top: 70px;
	margin-left: 20px;
}
#navigation {
	position: relative;
	height: 38px;
	width: 998px;
	margin-left: -501px;
	left: 50%;
	border-left: 1px solid #555;
	border-right: 1px solid #FFF;
	overflow: hidden;
}
a.navigation:link, a.navigation:visited, a.navigation-act:link, a.navigation-act:visited{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-left: 1px solid #FFF;
	border-right: 1px solid #555;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Helvetica, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.navigation:hover, a.navigation:active{
	background-image: url(../img/bg_navi-hover.png);
	background-repeat: repeat-x;		
}
a.navigation-act{
	background-image: url(../img/bg_navi-act.png);
	background-repeat: repeat-x;	
}
ul.checklist{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.checklist li{
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-left: 0px;
}
div.greybox{
	width: 203px;
	height: 71px;
	background-image: url(../img/bg_box_grey.png);
	background-repeat: no-repeat;
	padding: 8px 5px 2px 12px;
}
div.faqbottom{
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
td.formtd{
	padding: 0px 15px 10px 0px;
}
input.inputtext{
	background-image: url(../img/bg_input.gif);
	background-repeat: no-repeat;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px 2px 2px 4px;
	width: 260px;
}
select.inputtext{
	background-color: transparent;
	background-image: url(../img/bg_input.gif);	
	background-repeat: no-repeat;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 0px 1px;
	width: 268px;
}
textarea.inputtext{
	background-image: url(../img/bg_input.gif);
	background-repeat: no-repeat;
	border: 1px solid #666;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px 2px 2px 4px;
	width: 260px;
	height: 70px;
}
input.inputtool{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 40px;
}
input.button{
	float: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	background-color: transparent;
	background-image: url(../img/bg_button.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: none;
	padding: 5px 20px 5px 0px;
}
span.button{
	display: block;
	float: left;
	height: 29px;
	margin-right: 20px;
	padding-left: 20px;
	background-color: transparent;
	background-image: url(../img/bg_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
