html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'Noto Sans', sans-serif;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
	font-size: 24px;
	padding-bottom: 10px;
	color: red;
	border-bottom: 2px solid red;
	margin-bottom: 10px;
	padding-left: 0px;

}


h2 {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: red;
}

h3 {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: red;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}

ul {
	padding-left: 30px;
}

li {
	padding: 5px;
}

body {
	background-color: white;
	font-size: 14px;
	color: black;

}

a {
	color: red;
	text-decoration: underline;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

#main {
	width: 996px;
	margin: 20px auto 10px auto;
}

#header {
	background-image: url('../img/222_banner.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 317px;
	border: 2px solid red;
}

#logo {

}



#logo h1 {
	color: red;
	font-size: 48px;
	letter-spacing: 5px;
	font-weight: normal;
	padding-left: 380px;
	padding-top: 20px;
	border: none;
}

#logo h1 span {
	display: block;
	color: red;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 8px;
	padding-left: 20px;
}

#menu {
	border: 2px solid red;
	border-top: 0;
	padding: 5px;
	text-align: right;
}

#menu a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 40px;
	padding: 2px 5px;
	color: black;
}

#menu a.selected, #menu a:hover {
	border-top: 4px solid red;
}

#body {
	background-color: white;
	padding: 40px;
	border-left: 2px solid red;
	border-right: 2px solid red;
}

.boxes {

}

.smallboxes {
	margin-top: 30px;
}

.bigbox {
	float: left;
	width: 50%;
	height: 204px;
	padding-right: 240px;
	border-left: 1px solid red;
}

.smallbox {
	float: left;
	width: 33.33%;
	height: 138px;
	padding-right: 160px;
	border-left: 1px solid red;
	font-size: 12px;
}

.bigbox1 {
	background-image: url('../img/222_box_1.jpg');
	background-repeat: no-repeat;
	background-position: 230px top;
}

.bigbox2 {
	background-image: url('../img/222_box_2.jpg');
	background-repeat: no-repeat;
	background-position: 230px top;
}

.smallbox1 {
	background-image: url('../img/222_box_3.jpg');
	background-repeat: no-repeat;
	background-position: 150px top;
}

.smallbox2 {
	background-image: url('../img/222_box_4.jpg');
	background-repeat: no-repeat;
	background-position: 150px top;
}

.smallbox3 {
	background-image: url('../img/222_box_5.jpg');
	background-repeat: no-repeat;
	background-position: 150px top;
}

.boxtitle {
	border-top: 8px solid red;
	font-size: 18px;
	padding: 10px;
}

.boxbody {
	padding: 10px;
}

.sboxbody {
	padding: 5px;
}

.sboxtitle {
	border-top: 4px solid red;
	font-size: 14px;
	padding: 5px;	
	font-weight: bold;
}

#footer {
	border: 2px solid red;
	padding: 10px 40px;
}


#map {
	float: right;
}


#benefitweb {
	float: right;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #aaa;
}

#benefitweb a {
	color: #555;
	text-decoration: none;
}