/* Color set
	Blue: #000343
	Grey text: #5e5e5e
*/

html {margin: 0; margin: 0;}

body {
	margin: 0; padding: 0;
	background: white url(images/bg.jpg) 0 0 repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #5e5e5e;
}

a {color: #0623a3; text-decoration: underline;}
a:hover {color: #566cce;}

img, img a, img a:hover {border: 0;}

h1 {
	background: url(images/tag.png) 0 0 no-repeat;
	text-indent: -9999px;
	height: 38px;
	margin: 0 0 20px 12px;
	padding: 0;
}

p.info, p.info2 {
	padding: 0 12px 12px 12px;
	margin: 0;
}
p.info2 {font-size: 1.1em;}
p.bottomLink {
	text-align: center;
	padding: 20px 0;
	margin: 0;
	font-size: 1.4em;
}

#header {
	background: url(images/logo.jpg) 12px 0 no-repeat;
	width: 806px;
	height: 61px;
	margin: 10px auto;
}

#containerTop {margin: 0 auto; width: 806px; height: 7px; background: url(images/container_top.png) 0 0 no-repeat; font-size: 1px;}
#containerBot {margin: 0 auto; width: 806px; height: 7px; background: url(images/container_bottom.png) 0 0 no-repeat; font-size: 1px;}
#container {
	margin: 0 auto;
	width: 781px;
	overflow: hidden;
	background: url(images/container_bg.png) 0 0 repeat-y;
	padding: 13px;
}

#infoContent {
	width: 781px;
	overflow: hidden;
	margin: 20px 0 0 0;
}

#infoContent #left {
	width: 491px;
	float: left;
	display: inline;
}
#infoContent #right {
	width: 280px;
	float: right;
	display: inline;
}

.box {
	width: 461px;
	height: 158px;
	background: url(images/content_box.png) 0 0 no-repeat;
	padding: 15px;
	margin: 0 0 10px 0;
}

.box h2 {
	text-indent: -9999px;
	margin: 0 0 10px 0;
}
.box h2.explain1 {background: url(images/box_tag1.png) 0 0 no-repeat;}
.box h2.explain2 {background: url(images/box_tag2.png) 0 0 no-repeat; margin: 0;}

.box ul {
	list-style: none;
	margin: 0 0 0 14px;
	padding: 0;
}
.box ul li {
	background: url(images/check.png) 0 0 no-repeat;
	padding: 0 0 0 20px;
	margin: 15px 0;
	font-size: 16px;
}


#footer {
	width: 806px;
	margin: 0 auto;
	padding: 5px 0;
}
#footer p {font-size: 11px; color: black; text-align: center;}
