@charset "UTF-8";
body {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	text-decoration:none;
	color:#666666;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

h1, h2, h3 {
	font-size:95%;
}

.body #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: none;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top:6%;
}
.body #mainContent {
	margin:0;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

table {
	text-align:center;
	vertical-align:middle;
}

td.flash {
	text-align:left;
	padding:0 0 0 295px;
}

td.bloglink {
	text-align:right;
	padding:0 285px 0 0;
}

img.landing {
	border:1px solid #000000;
}

td.links {
	text-align:right;
}

p.land {
	margin:0 210px 0 210px;
	font-size:13px;
	color:#666666;
}

ul {
	list-style-type:none;
	color:#666666;
}

h4 {
	color:#000000;
}

.body #footer {
	margin:0;
	padding:0;
}
