* {
	margin: 0;
	padding: 0;
}

body {
	font: 80%/1.6 Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #3B496F;
}

#container {
	background: #fff url(../images/body_bg.gif) top left repeat-y;
	/*border-right: 1px solid #8AA4A5;*/
	/*position: relative;
	width: 901px;*/
}

#rotational {
	display: none;
}

#masthead {
	/*background: url(../images/title.gif) top left no-repeat;
	height: 125px;
	float: left;
	text-indent: -9999px;
	width: 719px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	font-style: italic;
	font-weight: normal;
}

#screenmasthead {
	display: none;
}

#functions {
	display: none;
}

#primarycontent {
/*	float: left;
	width: 600px;*/
}

/*#narrow {
	width: 456px;
}*/

#primarycontent a {
	color: #000;
	font-weight: bold;
}

#primarycontent a:hover {
	color: #3B496F;
	text-decoration: none;
}

#primarycontent p {
	margin-bottom: 15px;
}

#primarycontent ul {
	margin-left: 25px;
}

#footer {
	display: none;

}

#bored-nurse {
	display: none;
}

.articlebrief {
	margin-left: 15px;
	margin-bottom: 30px;
}

#primarycontent .articlebrief p {
	margin-bottom: 5px;
}

fieldset {
	margin: 10px;
	padding: 5px;
	width: 500px;
}

p.padded {
	padding-top: 10px;
}

p.aligned {
	padding-left: 115px;
}

hr {
	margin-bottom: 20px;
}

#primarycontent form p {
}

#primarycontent label {
	clear: left;
	display: block;
	float: left;
	text-align: right;
	width: 110px;
}

#primarycontent input, #primarycontent textarea, #primarycontent select {
	border: 1px solid #ccc;
	margin-left: 5px;
}

table {
	margin-bottom: 10px;
}

th {
	text-align: left;
}

td {
	padding: 3px;
}

h4 {
	margin-top: 10px;
}

fieldset.fl {
	float: left;
	width: 35%;
}

.required {
	background-color: #FFFF99;
}

.labrequired {
	font-weight: bold;
}

legend {
	font-weight: bold;
}

.error {
	color: #FF0000;
}