@charset "UTF-8";
/* CSS Document */

body {
	background: #FFFFFF url(images/bg.jpg) repeat-x top left;
	margin: 0 0;
	font-family: "Times New Roman", Times, serif;
}

body a {
	text-decoration: none;
	color:#0000FF
}

body a:hover {
	text-decoration: underline;
}

.thebody {
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 36px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	display: inline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

img.right {
	float: right;
	margin: 10px;
}

img.left {
	float: left;
	margin: 10px;
}

img.center {
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

div#thebody {
	background: url(images/body_bg.gif) repeat-y top center;
}

div#content {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	paddling-right: 20px;
	background: #FFFFFF;
	width: 760px;
}

div#contact li {
	margin-top: 15px;
	list-style: none;
}

div#contact li ul li {
	margin-top: 5px;
	list-style: none;
}

div#answers a {
text-decoration: underline;
}	
	
div#copyright {
	background-color: #000000;
	margin: 40px auto 0 auto;
	padding: 5px 0 0 0;
	width: 800px;
	height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
