html, body {
	margin:0;
	padding:0;
}
body {
	font: 15px "Times New Roman", Times, serif;
	text-align:center;
	color: #000;
}
em {color: #00F;}
a {
	color: #00F;
	text-decoration: none;
}
a img {border: 0;}
ol, ul {margin: 10px 40px;
}
ol {list-style-type: decimal;}
ol li {margin-top: 0.75em;}
h3 {
	font-style: italic;
	font-weight: bold;
}
.blk {color: #000;}
div#container {
	width:100%;
	margin:0 auto;
}
div#top {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header {
	width: 612px;
	height: 47px;
	position: relative;
}
#header span {
	background: url(img/NpR-title.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

ul#menu {
	height: 20px;
	margin: 0;
	padding: 10px 0;
	background-color: #333;
	color: #FFF;
	font-style: italic;
}
ul#menu li {
	display: inline;
	margin-left: 15px;
}
ul#menu a, ul#menu a:visited {
	margin:0;
	padding:5px;
	border:0;
	color:#FFF;
	text-decoration: none;
}
ul#menu a:hover {background-color: #00F;}

#main {
	text-align: justify;
	margin: 10px 20px;
}
#press {
	text-align: justify;
	margin: 10px 40px;
	font: normal 90% Helvetica, Verdana, Arial, sans-serif;
}
.article-sub {margin-top: -10px;}
#press ul li {margin-bottom: 10px;}
.lft {text-align: right;}

.tagline, .title {
	text-align: center;
	color: #00F;
}
h2.tagline {font-size: 1.4em;}
.team {
	font-style: italic;
}
.team-box {
	border: 3px ridge #00F;
	text-align: center;
}
.team-box h2 {font-variant: small-caps; margin-bottom: 5px;}
.team-box p {font-size: 1.25em; margin-top: 0;}
.note {font-style: italic; font-size: 0.70em;}
.hrnote {width: 40%; float: left;}
.clr {clear: both;}
.gray {color: #999999;}
.highlight {background-color: #ffff66;}

/* form stuff */

#formtitle {
	width: 335px;
	height: 30px;
	color: #00F;
	font: bold 18px/20px "Times New Roman", Times, serif;
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

form {
	width: 335px;
	margin: 5px auto;
	border: 1px solid #00F;
}

.col1 {
	text-align: right;
	width: 100px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
}

.col2 {
	width: 195px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
}

.col2comment {
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
}

.col1comment {
	text-align: right;
	width: 100px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
}

div.row {
	clear: both;
	width: 335px;
}

.submit {
	height: 29px;
	width: 330px;
	padding-top: 0;
	clear: both;
} 

.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00F;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #00F;
}

.textarea {
	border: 1px solid #00F;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00F;
	margin: 4px 0 5px 8px;
}