.menubar {
	width: 738px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/nsmmd_title.jpg);
	background-repeat: no-repeat;
	background-position: 350px 0px;
	padding: 8px;
	margin-bottom: 8px;
	height: 80px;
	border: thin solid #000066;
	text-align: left;
}

.menuitem {
	width: 140px;
	height: 40px;
	position: relative;
	float: right;
	top: 25px;
	margin-right: 2px;
}

.content {
	width: 738px;
	padding: 8px;
	border: thin solid #000066;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;			
}

.highlightedRow {
	background-color: #CCCCCC;
}

th {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #3333CC;
}

.importfile {
	font-family: mono;
	font-size: 14px;
	color: black;
	margin-right: 25%;
	margin-left: 25%;
	border: thin solid #333333;
}

fieldset {
	padding: 3px;
}

body {
	background-color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.siteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #666666;
	
}
