/* CSS Document */

body {
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
}

hr {
	height: 0px;
	border: 0px;
	border-bottom: 1px solid gray; 
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 16px;
	margin-bottom: 1em;
}

.question {
	font-weight: bold;
	margin-bottom: -8px;
}

.answer {
	font-style: italic;
	padding-left: 16px;
	padding-right: 16px;
}

.mainbody {
	position: relative;
	width: 502px;
	margin-left: 50%;
	left: -300px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: gray;
	padding: 8px 48px 32px 48px;
	background-color: white;
}

.maintop {
	position: relative;
	width: 700px;
	height: 134px;
	margin-left: 50%;
	left: -350px;
	background-image: url(images/_top.gif);
	background-repeat: no-repeat;
}

.maintop h1 {
	padding: 48px 60px 0px 170px;
	margin: 0px;
	text-align: center;
	font-size: 44px;
}

.mainmenu {
	float: right;
	height: 32px;
	border-width: 0px;
	background-color: white;
	text-align: center;
	margin-right: 142px;
	margin-top: 4px;
}

.mainmenu ul {
	margin: 0px;
	padding: 0px;
	x-width: 594px;
}


.mainmenu a {
	float: left;
	width: 89px;
	text-decoration: none;
	text-align: center;
	color: black;
	background-color: white;
	padding: 4px;
	border: 1px solid gray;
	white-space: nowrap;
	margin: 1px;
}

.mainmenu a:hover {
	background-color: #EEEEEE;
	color: black;
}

.mainmenu li {
	display: inline;
}

.copyright {
	position: relative;
	padding-left: 50%;
	width: 300px;
	text-align: right;
	color: gray;
	font-size:x-small;
	margin-top: 8px;
}

