HTML, BODY {
	padding:0;
	margin:0;
	border:0;
	font-size:13px;
	font-family:Lucida Grande,Myriad,Andale Sans,Luxi Sans,Bitstream Vera Sans,Tahoma,Toga Sans,Helvetica,Arial,sans-serif;
	background:#FFF;
	color:#1f497d;
}

A {
	text-decoration:none;
	font-weight:bold;
	color:#1f497d;
}

A:hover {
	text-decoration:underline;
}

A:active, A:focus { outline: 0; }

IMG {
	border:0;
}

P {
	margin:0 0 10px 0;
	text-align:center;
}

UL {
	margin:0;
	padding:0;
	list-style-type:none;
}

LI {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}

LI IMG {
	margin:auto;
	display:block;
}

HR {
	color:#DDD;
	height:1px;
	line-height:1px;
}

H1 {
	font-size:2em;
	font-weight:bold;
	font-family:Sans-Serif;
	margin:50px 0 0 200px;
}

H2 {
	color:#527BBD;
	font-size:1.3em;
	font-family:Sans-Serif;
	margin:20px 0 0 200px;
}

H3 {
	color:#527BBD;
	font-size:1.3em;
	font-family:Sans-Serif;
	margin:30px 0 20px 0;
	padding:10px 0 0 0;
	border-top:1px solid #CCC;
	text-align:center;
}

::-moz-selection{
	background:#036;
	color:#fff;
}

::selection {
	background:#036;
	color:#fff;
}

.wrapper {
	width:800px;
	margin:50px auto 0 auto;
}

.header {
	border:1px solid #CCC;
	padding:20px;
}

.header IMG {
	float:left;
}

.footer {
	background:url(../images/footer.png);
	height:71px;
	padding:0 0 0 38px;
	margin-bottom:10px;
	font-size:.8em;
	color:#666;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clear {
	display: inline-block; 
	width: 100%;
	}

* html .clear {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

