/* Remove padding and margin */
* {margin: 0; padding: 0;}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {margin: 1em 0;}

/* Class for clearing floats */
/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* Clearfix */

/* Remove border around linked images */
img {border: 0;}

body {
	font-size: 62.5%;
	background-color: #F2F6F9;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px 0px 0px 10px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#content {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
}
#hometext {
	width: 950px;
	padding: 50px 0px 50px 0px;
	text-align: center;
}
#text {
	width: 950px;
	padding: 10px 0px 50px 0px;
	text-align: center;
}
#text h1 {
	padding: 0px 0px 20px 0px;
}
#text a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#text a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #05ABEA;
}
#text table {
	margin-left: auto;
	margin-right: auto;
}
#text td {
	font-size: 1.6em;
	text-align: center;
	font-weight: normal;
	width: 50%;
	padding: 10px;
}
.imgRight {
	float: right;
	margin-top: 20px;
}
#footer {
	font-size: 1em;
	clear: both;
	padding: 0px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#footer p {
	padding: 0 10px;
	text-align: center;
	clear: both;
	margin: 0px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	color: #AFAFAF;
}