@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body { background-color: #708090; /* change the color to your background color */ }
#topImage {
	width: 990px;
	background-color:#FFF;
	color: #006400;
	border: solid #D3D3D3 medium; /* remove if you don't want a border */
	margin: 1em auto 0 auto;
	background-image: url(../images/logo-namm.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#menuBar {
	width: 970px;
	background-color:#FFF;
	color: #006400;
	border-left: solid #D3D3D3 medium; /* remove if you don't want a border */
	border-right: solid #D3D3D3 medium;
	margin: 0 auto;
	padding: 10px;
	font-size: 90%;
}
#menuBar a {
	color: #006400;
	text-decoration: none;
}
#menuBar a.current {
	color: #FF0000;
	text-decoration: none;
}
#menuBar a:hover {
	text-decoration: underline;
}

#main {
	width: 970px;
	background-color:#FFF;
	color: #006400;
	border: solid #D3D3D3 medium; /* remove if you don't want a border */
	margin: 0 auto;
	padding: 10px;
	font-size: 90%;
}
#formDownload {
	width: 470px;
	background-color:#FFF;
	color: #006400;
	border: solid #E6E6FA medium; /* remove if you don't want a border */
	margin: 30px auto 0 auto;
	padding: 10px;
	font-size: 90%;
}
.gotobtn {
		float:right;
}
#forumForm {
	color: #006400;
	background-color: #fff;
}
.th {text-align:left;}

.searchRight {
	margin-left: 45%;
}
.searchLeft {
	width: 40%;
	float: left;
}
.clearBoth {
	width: 100%;
	clear:both;
}
#resultTable {
	background-color:#FFF;
	color: #006400;
}
#resultTable caption {
	font-size:20px;
	padding-bottom: 20px;
}
#resultTable th {
	background-color: #F0F8FF;
	color: #006400;
}
.greyText {
	color:#999 ;
}
table.detail caption {
	color:#FFF;
}
p.qualify {
	margin: 0;
	padding: 0;
	font-size: 90%;
}
