@charset "utf-8";
#body{
	width:90%;
	float:left;
	margin-left:15px;
	font-family:Verdana, Geneva, sans-serif;
}

h1 {
	display:block;
	width:auto;
	font-size:36px;
	color:#00F;
	border-bottom:2px solid #CCC;
	padding:15px 0 15px 0;
}

a {
	color:#00F;
	text-decoration:none;
	font-size:18px;
	padding-left:10px;
}

a:hover {
	text-decoration:underline;
}

hr {
	color:#CCC;
	height:2px;
}

h2{
	display:block;
	width:auto;
	font-size:28px;
	color:#00F;
	padding:10px 0 10px 0;
}

p.text {
	border:2px solid #00F;
	font-size:18px;
	width:97%;
	padding:0 15px 0 15px;
}

p.textcenter {
	border:2px solid #00F;
	font-size:18px;
	text-align:center;
		width:100%;
}

p.textcenter img{
	text-align:center;
	border:0;
}

div.header img{
	float:right;
	border:0;
}

b{
	font-size:21px;
	color:#000;
}

span{
	font-weight:bold;
}

div.left{
	display:block;
	float:left;
	width:49%;
border:2px solid #00F;
margin:15px 0 10px 0;
}

div.right{
	display:block;
	float:right;
	width:49%;
border:2px solid #00F;
margin:15px 0 10px 0;
}

h3{
	text-align:center;
	font-size:130%;
}

div.left img{
	float:left;
	border:none;
}

div.right img{
	float:left;
	border:none;
}

div.left b{
	display:block;
	font-weight:bold;
	font-size:100%;
	width:100%;
	padding-top:110px;
}

div.right b{
	display:block;
	font-weight:bold;
	font-size:100%;
	width:100%;
	padding-top:110px;
}

h4{
	font-size:110%;
	font-weight:bold;
}

h4 a{
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

h5{
	text-align:right;
	font-size:110%;
	font-weight:bold;
}

div.footer{
	float:inherit;
	text-align:center;
	display:block;
	width:99%;
border:2px solid #00F;
	}
/* CSS Document */

